| Age | Commit message (Expand) | Author |
| 2015-10-20 | py: Add object repr "C", where 30-bit floats are stuffed in obj word. | Damien George |
| 2015-10-16 | py: Add option for inline assembler to support ARMv7-M instructions. | Damien George |
| 2015-10-15 | py: Remove dependency on printf/fwrite in mp_plat_print. | Damien George |
| 2015-10-12 | py: Add support to call __init__ from a builtin module on first import. | Damien George |
| 2015-10-12 | py: Move constant folding from compiler to parser. | Damien George |
| 2015-10-06 | modussl: SSL socket wrapper module based on axTLS. | Paul Sokolovsky |
| 2015-10-02 | py: Allocate parse nodes in chunks to reduce fragmentation and RAM use. | Damien George |
| 2015-09-15 | py/objslice: Make slice attributes (start/stop/step) readable. | Tom Soulanille |
| 2015-09-12 | lib/mp-readline: Add auto-indent support. | Damien George |
| 2015-08-20 | py: Add MICROPY_PY_BUILTINS_FILTER, disable for minimal ports. | Paul Sokolovsky |
| 2015-08-17 | unix-cpy: Remove unix-cpy. It's no longer needed. | Damien George |
| 2015-07-26 | py: Disable REPL EMACS key bindings by default. | Damien George |
| 2015-07-26 | lib/mp-readline: Add emacs-style control characters for cursor movement. | Tom Soulanille |
| 2015-07-20 | py: Make qstr hash size configurable, defaults to 2 bytes. | Damien George |
| 2015-07-14 | py: Improve allocation policy of qstr data. | Damien George |
| 2015-07-02 | py: Add TimeoutError exception subclassed from OSError. | Daniel Campora |
| 2015-06-20 | py: Use a wrapper to explicitly check self argument of builtin methods. | Damien George |
| 2015-05-30 | py: Add further autodetection of endianess in mpconfig.h. | Damien George |
| 2015-05-24 | stmhal: Implement sys.std{in,out,err}.buffer, for raw byte mode. | Damien George |
| 2015-05-04 | modbuiltins: Add NotImplemented builtin constant. | Paul Sokolovsky |
| 2015-05-04 | modmachine: Add new module to access hardware, starting with physical memory. | Paul Sokolovsky |
| 2015-04-25 | modsys: Add basic sys.exc_info() implementation. | Paul Sokolovsky |
| 2015-04-21 | py: Add attrtuple object, for space-efficient tuples with attr access. | Damien George |
| 2015-04-19 | py/inlinethumb: Support for core floating point instructions. | = |
| 2015-04-16 | py: Overhaul and simplify printf/pfenv mechanism. | Damien George |
| 2015-04-09 | py: Adjust some spaces in code style/format, purely for consistency. | 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-04 | objstr: Add .splitlines() method. | Paul Sokolovsky |
| 2015-04-03 | py: Allow configurable object representation, with 2 different options. | Damien George |
| 2015-04-03 | vm: Support strict stackless mode, with proper exception reporting. | Paul Sokolovsky |
| 2015-04-03 | vm: Initial support for calling bytecode functions w/o C stack ("stackless"). | Paul Sokolovsky |
| 2015-03-26 | py: Add optional support for descriptors' __get__ and __set__ methods. | stijn |
| 2015-03-20 | py: Allow retrieving a function's __name__. | stijn |
| 2015-03-20 | py: Implement core of OrderedDict type. | Paul Sokolovsky |
| 2015-03-14 | py: Add MICROPY_COMP_{DOUBLE,TRIPLE}_TUPLE_ASSIGN config options. | Damien George |
| 2015-03-11 | py: Add support for start/stop/step attributes of builtin range object. | Peter D. Gray |
| 2015-03-03 | py: Add MICROPY_MALLOC_USES_ALLOCATED_SIZE to allow simpler malloc API. | Damien George |
| 2015-02-27 | objarray: Implement array slice assignment. | Paul Sokolovsky |
| 2015-02-23 | py: Update parse.c&mpconfig.h to reflect rename of mp_lexer_show_token. | nhtshot |
| 2015-02-22 | py: Make math special functions configurable and disabled by default. | Damien George |
| 2015-02-08 | py: Add MICROPY_OBJ_BASE_ALIGNMENT to help with 16-bit ports. | Damien George |
| 2015-01-31 | py: Add MICROPY_PY_ALL_SPECIAL_METHODS and __iadd__ special method under it. | Paul Sokolovsky |
| 2015-01-20 | py: Implement very simple frozen modules support. | Paul Sokolovsky |
| 2015-01-16 | pyexec: Add event-driven variant pyexec_friendly_repl(). | Paul Sokolovsky |
| 2015-01-14 | py, unix: Trace root pointers with native emitter under unix port. | Damien George |
| 2015-01-11 | py: Add MICROPY_QSTR_BYTES_IN_LEN config option, defaulting to 1. | Damien George |
| 2015-01-10 | py: Add config option MICROPY_COMP_MODULE_CONST for module consts. | Damien George |
| 2015-01-09 | py: Add MICROPY_PY_MICROPYTHON_MEM_INFO to enable mem-info funcs. | Damien George |
| 2015-01-09 | py: Disable stack checking by default; enable on most ports. | Damien George |