| Age | Commit message (Expand) | Author |
| 2014-10-22 | extmod: Add uheapq module. | Damien George |
| 2014-10-17 | modure: Update to re1.5 v0.6.1, fixed and extended character class support. | Paul Sokolovsky |
| 2014-10-15 | modure: Update to re1.5 v0.6, support for char sets/classes ([a-c]). | Paul Sokolovsky |
| 2014-10-13 | modzlibd: Remove, superceded by moduzlib. | Paul Sokolovsky |
| 2014-10-12 | moduzlib: Fix fn prototype and some code style; use it in stmhal port. | Damien George |
| 2014-10-13 | moduzlib: Import uzlib v1.1. | Paul Sokolovsky |
| 2014-10-13 | moduzlib: New zlib-like module, based on uzlib. | Paul Sokolovsky |
| 2014-10-12 | modure: Make sure that re1.5 compiled in only of modure itself is enabled. | Paul Sokolovsky |
| 2014-10-12 | modure: Upgrade re1.5 to 0.5.1 | Paul Sokolovsky |
| 2014-10-11 | modure: Import needed files from re1.5 v0.5. | Paul Sokolovsky |
| 2014-10-11 | modure: Initial module, using re1.5 (which is based on re1 codebase). | Paul Sokolovsky |
| 2014-10-06 | py: Make mp_binary_set_val work on big endian machine. | Damien George |
| 2014-09-27 | Fix timer overflow code. | Dave Hylands |
| 2014-09-21 | extmod, ujson: Add test and comment for loads. | Damien George |
| 2014-09-21 | extmod, ujson: Add \uxxxx parsing in json strings. | Damien George |
| 2014-09-21 | extmod, ujson: Slight reduction in code size. | Damien George |
| 2014-09-21 | extmod: Add loads to ujson module. | Damien George |
| 2014-09-17 | py: Add native json printing using existing print framework. | Damien George |
| 2014-09-07 | Remove skeletal modselect from extmod and just put it in stmhal. | Damien George |
| 2014-09-07 | stmhal: Implement generic select.select and select.poll. | Damien George |
| 2014-09-07 | py: Add ioctl method to stream protocol; add initial modselect. | Damien George |
| 2014-09-02 | extmod: Fix type-punned-ptr error. | Damien George |
| 2014-09-02 | msvc: Exclude modtermios, include extmod and fix compilation error | stijn |
| 2014-08-30 | Change some parts of the core API to use mp_uint_t instead of uint/int. | Damien George |
| 2014-08-22 | extmod, zlibd: Make some simple ROM and RAM savings. | Damien George |
| 2014-08-12 | extmod: Finish rename of zlib to zlibd; enable zlibd on stmhal. | Damien George |
| 2014-08-13 | modzlibd: Add tinfl.c from miniz SVN repo, r63. | Paul Sokolovsky |
| 2014-08-13 | modzlibd: Decompress part of "zlib" module, based on miniz tinfl.c . | Paul Sokolovsky |
| 2014-08-12 | stmhal: Enable moductypes by default. | Damien George |
| 2014-08-10 | moductypes: Remove debug inclusion of stdio.h . | Paul Sokolovsky |
| 2014-07-31 | py: Make MP_OBJ_NEW_SMALL_INT cast arg to mp_int_t itself. | Damien George |
| 2014-07-11 | moductypes: Add symbolic constants to specify bitfield position/length. | Paul Sokolovsky |
| 2014-07-09 | moductypes: Foreign data interface module, roughly based on ctype ideas. | Paul Sokolovsky |