summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2015-02-27tests: Update pyb/uart.py test since baudrate of 1200 is too low.Damien George
2015-02-27py: Fix adding of traceback so that it appends to existing info.Damien George
2015-02-23tests: Add more tests for pyb.Timer class.Damien George
2015-02-22tests: Add test for math special functions.Damien George
2015-02-21tests: Add tests for ure groups and named char classes.Damien George
2015-02-21run-tests-exp.sh: Typo fix in comment.Paul Sokolovsky
2015-02-16py: Implement bl/bx instructions for inline Thumb assembler.Damien George
2015-02-16tests: Add another testcase for relative imports.Paul Sokolovsky
2015-02-15stmhal: Add support for CAN rx callbacks.Henrik Sölver
2015-02-15tests: Remove obsolete test; don't use fp in micropython/ tests.Damien George
2015-02-15py: Simplify and remove redundant code for __iter__ method lookup.Damien George
2015-02-15py: Fix loading of immediate pointer in Thumb assembler.Damien George
2015-02-14py: Add setattr builtin.stijn
2015-02-13stmhal: Add uart.sendbreak() method, to send a break condition.Damien George
2015-02-13py: Implement clz and rbit for inline Thumb assembler.Damien George
2015-02-13py: Implement sdiv/udiv for inline Thumb assembler.Damien George
2015-02-13py: Implement push/pop for inline Thumb assembler.Damien George
2015-02-09py: Allow subclass of native object to delegate to the native buffer_p.Damien George
2015-02-09objstr: Fix bytes creation from array of long ints.Paul Sokolovsky
2015-02-08py: Parse big-int/float/imag constants directly in parser.Damien George
2015-02-02extmod: Make ujson.loads raise exception if given empty string.Damien George
2015-02-02tests: Disable float/cmath_fun.py for native emitter.Damien George
2015-02-02py: Make list.sort keep stack usage within O(log(N)) bound.Damien George
2015-02-02tests: Add test for cmath module.Damien George
2015-01-30py: Convert CR to LF and CR LF to LF in lexer.Damien George
2015-01-29tests: Add some tests to improve coverage.Damien George
2015-01-29tests: Make float/int_power.py pass on pyboard/single prec float.Damien George
2015-01-29tests: Add some tests to improve coverage.Damien George
2015-01-28tests: Add testcase for bytes() on values in range 128-255.Paul Sokolovsky
2015-01-28moduzlib: Implement raw DEFLATE decoding support.Paul Sokolovsky
2015-01-27py: Add support for floats in mp_binary_{get,set}_val()David Steinberg
2015-01-27py: Fix comparison of minus-zero long int.Damien George
2015-01-24tests: Update float2int tests for new range classificationsDavid Steinberg
2015-01-23tests: Fix typo in file_long_read3.py.Paul Sokolovsky
2015-01-23modujson: .loads(): Handle more whitespace characters.Paul Sokolovsky
2015-01-23tests: Add extra test for reading multiple of internal chunk size.Paul Sokolovsky
2015-01-23tests: Add testcase for reading amounts bigger than buffer/chunk size.Paul Sokolovsky
2015-01-22lib/libm: Add frexp and modf functions; use in stmhal; add tests.Damien George
2015-01-21py: Implement proper re-raising in native codegen's finally handler.Damien George
2015-01-21py: Implement __reversed__ slot.Damien George
2015-01-20py: Prevent segfault for operations on closed StringIO.stijn
2015-01-14py: Reluctantly add an extra pass to bytecode compiler.Damien George
2015-01-13py: Never intern data of large string/bytes object; add relevant tests.Damien George
2015-01-11py: Implement fallback for equality check for all types.Damien George
2015-01-10tests: Make ffi_callback.py be able to run on uclibc and macosx.Paul Sokolovsky
2015-01-08tests: Add test for when instance member overrides class member.Damien George
2015-01-08tests: Separate out test cases that rely on float support to float/ dir.Damien George
2015-01-07py: Temporary fix for conversion of float to int when fits in small int.Damien George
2015-01-04objarray: Make sure that longint works as bytearray size.Paul Sokolovsky
2015-01-04objstr: Implement kwargs support for str.format().Paul Sokolovsky