| Age | Commit message (Expand) | Author |
| 2015-04-19 | py/inlinethumb: Support for core floating point instructions. | = |
| 2015-04-19 | py: Fix builtin ord so that it can handle bytes values >= 0x80. | Damien George |
| 2015-04-18 | stmhal: Add support for sending and receiving CAN RTR messages. | Henrik |
| 2015-04-16 | stmhal: Allow sending CAN messages with timeout=0. | Damien George |
| 2015-04-16 | tests: Convert line endings in fun_name.py from CRLF to LF. | Damien George |
| 2015-04-16 | py: Add %q format support to mp_[v]printf, and use it. | Damien George |
| 2015-04-16 | objarray: Support assignment of bytes to bytearray slice. | Paul Sokolovsky |
| 2015-04-12 | objstr: split(None): Fix whitespace properly. | Paul Sokolovsky |
| 2015-04-11 | stmhal: Make LED object print LED(x) for consistency with constructor. | Damien George |
| 2015-04-07 | py: Implement full func arg passing for native emitter. | Damien George |
| 2015-04-07 | py: Simplify bytecode prelude when encoding closed over variables. | Damien George |
| 2015-04-06 | py: Implement calling functions with *args in native emitter. | Damien George |
| 2015-04-05 | tests: Add some more tests to improve code coverage of corner cases. | Damien George |
| 2015-04-04 | tests: Add tests to exercise lexer; and some more complex number tests. | Damien George |
| 2015-04-04 | tests: Add missing tests for builtins, and many other things. | Damien George |
| 2015-04-04 | tests: Add test for str.splitlines(). | Paul Sokolovsky |
| 2015-04-03 | tests: Add specific test for closures in native emitter. | Damien George |
| 2015-04-03 | py: Implement closures in native code generator. | Damien George |
| 2015-03-28 | tests/class_descriptor.py: Fix line-endings (were CRLF). | Paul Sokolovsky |
| 2015-03-26 | py: Add optional support for descriptors' __get__ and __set__ methods. | stijn |
| 2015-03-25 | tests: Skip some new tests when testing native emitter. | Damien George |
| 2015-03-25 | tests: Add tests for SyntaxError, TypeError, and other missing things. | Damien George |
| 2015-03-20 | tests: Make pyb/timer test check callback timing properly. | Damien George |
| 2015-03-20 | py: Allow retrieving a function's __name__. | stijn |
| 2015-03-20 | tests: Adjust expected output, since Travis can't do git describe. | Damien George |
| 2015-03-20 | tests: Add basic test for OrderedDict. | Paul Sokolovsky |
| 2015-03-20 | tests: Make cmdline tests more stable by using regex for matching. | Damien George |
| 2015-03-14 | tests: Add some more tests for complex numbers and ure module. | Damien George |
| 2015-03-14 | py: Fix builtin abs so it works for bools and bignum. | Damien George |
| 2015-03-14 | tests: Add some more tests for bytes, bignum, string and ujson. | Damien George |
| 2015-03-14 | tests: Don't try to verify amount of memory used in cmd_showbc test. | Damien George |
| 2015-03-14 | tests: Add cmdline test to test showbc code. | Damien George |
| 2015-03-13 | stmhal: Fix adc.read_timed so buffer store respects element size. | Damien George |
| 2015-03-13 | tests: Add ability to test uPy cmdline executable. | Damien George |
| 2015-03-12 | tests: Add tests for things that are not already tested. | Damien George |
| 2015-03-12 | tests: Add zlib test for decompressing uncompressed data. | Damien George |
| 2015-03-11 | py: Add support for start/stop/step attributes of builtin range object. | Peter D. Gray |
| 2015-03-10 | tests: Add test for modure when regex has errors. | Damien George |
| 2015-03-04 | extmod/ure: Correctly return None when a group has no match. | Damien George |
| 2015-03-03 | tests: Skip basics/boundmeth1.py for native emitter. | Damien George |
| 2015-03-03 | tests: Add tests for boundmeth; and bignum cmp, unary, float, error. | Damien George |
| 2015-03-03 | tests: Skip special math fun tests when math module exists but not funs. | stijn |
| 2015-03-02 | tests: Add basics test for gc module. | Damien George |
| 2015-03-02 | tests: Use range as iterable instead of list comprehension. | Damien George |
| 2015-03-02 | tests: Add tests for builtins: all, any, sum, abs. | Damien George |
| 2015-03-02 | tests: Add tests for inline assembler beq_n and beq_w ops. | Damien George |
| 2015-03-02 | tests: Add tests for op special meths, ubinascii, complex. | Damien George |
| 2015-03-01 | tests: Add test for micropython const feature when it has a SyntaxError. | Damien George |
| 2015-02-27 | tests: Add test for array slice assignment. | Paul Sokolovsky |
| 2015-02-27 | tests: Update pyb/uart.py test since baudrate of 1200 is too low. | Damien George |