| Age | Commit message (Expand) | Author |
| 2015-04-11 | py: Remove old debugging printf's in compile.c. | Damien George |
| 2015-04-11 | stmhal: Make LED object print LED(x) for consistency with constructor. | Damien George |
| 2015-04-11 | py: Combine load_attr and store_attr type methods into one (attr). | Damien George |
| 2015-04-11 | lib/fatfs: Space optimise the ff_wtoupper function. | Damien George |
| 2015-04-11 | cc3200: Enable TRIPLE_TUPLE_ASSIGN and UBINASCII. | Daniel Campora |
| 2015-04-11 | cc3200: Enable long filename support in FatFS. | Daniel Campora |
| 2015-04-10 | input.c: Fix line-endings after recent changes. | Paul Sokolovsky |
| 2015-04-09 | py: Provide typedefs for function types instead of writing them inline. | Damien George |
| 2015-04-09 | py: Adjust some spaces in code style/format, purely for consistency. | Damien George |
| 2015-04-09 | unix: Automatically fix incompatible readline build options. | stijn |
| 2015-04-09 | py: Use a dummy type for referring to extern structs | stijn |
| 2015-04-09 | py: Fix msvc warning '*/ found outside of comment' | stijn |
| 2015-04-09 | docs: Document pyb.main function to set main script. | Damien George |
| 2015-04-07 | py: Implement full func arg passing for native emitter. | Damien George |
| 2015-04-07 | cc3200: Enable the stdio UART for the LaunchXL only. | Daniel Campora |
| 2015-04-07 | cc3200: Enable pull-ups for the STDIO UART pins. | Daniel Campora |
| 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-07 | py: Add MICROPY_PY_BUILTINS_REVERSED, disable for minimal ports. | Paul Sokolovsky |
| 2015-04-06 | py: Add MICROPY_PY_BUILTINS_ENUMERATE, disable for minimal ports. | Paul Sokolovsky |
| 2015-04-05 | cc3200: Fix typo after previous refactor. | Paul Sokolovsky |
| 2015-04-05 | teensy: Fix function prototype. | Paul Sokolovsky |
| 2015-04-05 | string0.c: Move from stmhal/ to lib/. | Paul Sokolovsky |
| 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 | stmhal, qemu-arm: Enable sys.maxsize attribute. | Damien George |
| 2015-04-04 | cc3200: Add WLAN AP specific settings for each board. | Daniel Campora |
| 2015-04-04 | py: Implement delete for property and descriptors. | Damien George |
| 2015-04-04 | py: In str unicode, str_subscr will never be passed a bytes object. | Damien George |
| 2015-04-04 | docs: Bump version to 1.4.1. | Damien George |
| 2015-04-04 | stmhal: Enable new str.splitlines() method. | Damien George |
| 2015-04-04 | py: Some trivial cosmetic changes, for code style consistency. | Damien George |
| 2015-04-04 | objstr: Fix bugs introduced by inability to have shadow variables. | Paul Sokolovsky |
| 2015-04-04 | objstr: Avoid variable shadowing. | Paul Sokolovsky |
| 2015-04-04 | tests: Add test for str.splitlines(). | Paul Sokolovsky |
| 2015-04-04 | objstr: Add .splitlines() method. | Paul Sokolovsky |
| 2015-04-03 | tests: Add specific test for closures in native emitter. | Damien George |
| 2015-04-03 | py: Fix bug in native emitter when closing over an argument. | Damien George |
| 2015-04-03 | py: Get native emitter working again with x86 (now supports closures). | Damien George |
| 2015-04-03 | py: Implement closures in native code generator. | Damien George |
| 2015-04-03 | py: Implement (non-compliant) support for delete_fast in native emitter. | Damien George |
| 2015-04-03 | README: Add note about pic16bit port. | Damien George |
| 2015-04-03 | pic16bit: Initial version of port to 16-bit PIC family. | Damien George |
| 2015-04-03 | py: Make heap printing compatible with 16-bit word size. | Damien George |
| 2015-04-03 | py: Allow MPZ_DIG_SIZE to be optionally configured by a port. | Damien George |
| 2015-04-03 | py: Allow configurable object representation, with 2 different options. | Damien George |
| 2015-04-02 | py: Add finer configuration of static funcs when not in stackless mode. | Damien George |
| 2015-04-03 | unix: Add stackless config settings, for easy access. | Paul Sokolovsky |
| 2015-04-03 | vm: Support strict stackless mode, with proper exception reporting. | Paul Sokolovsky |