| Age | Commit message (Expand) | Author |
| 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 |
| 2015-01-07 | py: Add option to cache map lookup results in bytecode. | Damien George |
| 2015-01-07 | py: Put all global state together in state structures. | Damien George |
| 2015-01-01 | py: Make GC's STACK_SIZE definition a proper MICROPY_ config variable. | Damien George |
| 2015-01-01 | py: Add basic framework for issuing compile/runtime warnings. | Paul Sokolovsky |
| 2014-12-29 | py: Add include guards to mpconfig,misc,qstr,obj,runtime,parsehelper. | Damien George |
| 2014-12-29 | py: Add MP_LIKELY(), MP_UNLIKELY() macros to help branch prediction. | Paul Sokolovsky |
| 2014-12-19 | py: Add execfile function (from Python 2); enable in stmhal port. | Damien George |
| 2014-12-09 | py: Allow builtins to be overridden. | Damien George |
| 2014-11-29 | modubinascii: Add, with hexlify() implementation. | Paul Sokolovsky |
| 2014-11-22 | moduhashlib: Initial module skeleton. | Paul Sokolovsky |
| 2014-11-06 | py: Use shorter, static error msgs when ERROR_REPORTING_TERSE enabled. | Damien George |
| 2014-11-05 | py: Fix some macros defines; cleanup some includes. | Damien George |
| 2014-11-05 | unix: fast: Set initial module dict size big to have high pystone score. | Paul Sokolovsky |
| 2014-10-29 | py: Allow to override port config file and thus have >1 configs per port. | Paul Sokolovsky |
| 2014-10-25 | py: Implement compile builtin, enabled only on unix port. | Damien George |
| 2014-10-23 | py: Add builtin memoryview object (mostly using array code). | Damien George |
| 2014-10-22 | extmod: Add uheapq module. | Damien George |
| 2014-10-15 | py: Fix dummy definition of BEGIN/END_ATOMIC_SECTION. | Damien George |
| 2014-10-13 | modzlibd: Remove, superceded by moduzlib. | Paul Sokolovsky |
| 2014-10-12 | Merge pull request #904 from pfalcon/moduzlib | Damien George |
| 2014-10-13 | moduzlib: Integrate into the system. | Paul Sokolovsky |
| 2014-10-12 | py: Add module weak link support. | Damien George |
| 2014-10-11 | modure: Initial module, using re1.5 (which is based on re1 codebase). | Paul Sokolovsky |
| 2014-10-06 | py: Extra autodetect for little endianness using __LITTLE_ENDIAN__. | Damien George |