| Age | Commit message (Expand) | Author |
| 2015-06-02 | unix: Include upip as fronzen modules inside the standard interpreter. | Paul Sokolovsky |
| 2015-05-27 | unix: Add option to use uPy readline, and enable by default. | Damien George |
| 2015-05-17 | Revert "unix: Include stdio.h to allow easy debugging with printf()." | Paul Sokolovsky |
| 2015-05-10 | unix: Include stdio.h to allow easy debugging with printf(). | Paul Sokolovsky |
| 2015-05-08 | unix: Fix thumb2 vs arm native emitter auto-detection. | Paul Sokolovsky |
| 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-16 | py: Overhaul and simplify printf/pfenv mechanism. | Damien George |
| 2015-04-04 | objstr: Add .splitlines() method. | Paul Sokolovsky |
| 2015-04-03 | unix: Add stackless config settings, for easy access. | 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-13 | unix: Support readline history saving to file, improves interactive usage. | Paul Sokolovsky |
| 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-22 | py: Make math special functions configurable and disabled by default. | Damien George |
| 2015-01-31 | py: Add MICROPY_PY_ALL_SPECIAL_METHODS and __iadd__ special method under it. | Paul Sokolovsky |
| 2015-01-16 | unix: Add target to build "minimal" uPy interpreter. | Damien George |
| 2015-01-14 | py, unix: Trace root pointers with native emitter under unix port. | 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: Add basic framework for issuing compile/runtime warnings. | Paul Sokolovsky |
| 2014-12-17 | unix: Rename "time" module to "utime" to allow extensibility. | Paul Sokolovsky |
| 2014-12-14 | unix: Enable Thumb2 and ARM emitters by default on corresponding archs. | Paul Sokolovsky |
| 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-17 | stream: Implement seek operation support via ioctl, wrapped in generic method. | 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-13 | moduzlib: Integrate into the system. | Paul Sokolovsky |
| 2014-10-11 | Merge branch 'modure' of https://github.com/pfalcon/micropython into pfalcon-... | Damien George |
| 2014-10-11 | unix: Update comment MICROPY_GCREGS_SETJMP (untested -> undertested). | Paul Sokolovsky |
| 2014-10-11 | modure: Initial module, using re1.5 (which is based on re1 codebase). | Paul Sokolovsky |
| 2014-10-09 | unix: Rename "microsocket" module to "usocket". | Paul Sokolovsky |
| 2014-10-07 | Allow real memory errors (from locked gc) to be reported with traceback. | Dave Hylands |
| 2014-09-29 | unix: Remove unnecessary #defines from config. | Damien George |
| 2014-09-17 | py: Add native json printing using existing print framework. | Damien George |
| 2014-09-06 | py: Add support for emitting native x86 machine code. | Damien George |
| 2014-09-03 | unix: Auto-detect MICROPY_EMIT_X64 and MICROPY_GCREGS_SETJMP. | Damien George |
| 2014-09-03 | Add cache flush in py/asmarm.c and add new MP_PLAT_ALLOC_EXEC and MP_PLAT_FRE... | Fabian Vogt |
| 2014-08-24 | py: Fix bug where GC collected native/viper/asm function data. | Damien George |
| 2014-08-24 | unix, modtermios: Make it properly configurable; fix spelling mistake. | Damien George |