| Age | Commit message (Expand) | Author |
| 2015-05-12 | py: Add mp_obj_get_int_truncated and use it where appropriate. | Damien George |
| 2015-05-04 | modmachine: Add new module to access hardware, starting with physical memory. | Paul Sokolovsky |
| 2015-04-16 | py: Overhaul and simplify printf/pfenv mechanism. | Damien George |
| 2015-04-11 | py: Combine load_attr and store_attr type methods into one (attr). | Damien George |
| 2015-03-19 | extmod/crypto: Add static keyword where it should be. | Damien George |
| 2015-03-19 | extmod: Update uzlib to 1.2.1. | Paul Sokolovsky |
| 2015-03-18 | extmod: Update re1.5 to 0.7. | Paul Sokolovsky |
| 2015-03-17 | extmod/ure: Fix msvc warning resulting from memset on const char ** pointer | stijn |
| 2015-03-14 | py, extmod: Remove include of unnecessary system headers. | Damien George |
| 2015-03-10 | extmod: Pull in upstream changes to re1.5; fixes bugs with regex errors. | Damien George |
| 2015-03-04 | extmod/ure: Correctly return None when a group has no match. | Damien George |
| 2015-02-21 | extmod: Pull in upstream changes to re1.5; fixes bug, adds named class. | Damien George |
| 2015-02-18 | extmod/modure: Make num_matches store actual number of matches. | Damien George |
| 2015-02-08 | py: Parse big-int/float/imag constants directly in parser. | Damien George |
| 2015-02-02 | extmod: Make ujson.loads raise exception if given empty string. | Damien George |
| 2015-01-28 | py: Change vstr so that it doesn't null terminate buffer by default. | Damien George |
| 2015-01-28 | moduzlib: Align out buffer to block size; shrink when decompression done. | Paul Sokolovsky |
| 2015-01-28 | moduzlib: Implement raw DEFLATE decoding support. | Paul Sokolovsky |
| 2015-01-26 | moduzlib: Update to uzlib v1.2. | Paul Sokolovsky |
| 2015-01-23 | modujson: .loads(): Handle more whitespace characters. | Paul Sokolovsky |
| 2015-01-21 | py: Remove mp_obj_str_builder and use vstr instead. | Damien George |
| 2015-01-20 | py, unix: Allow to compile with -Wunused-parameter. | Damien George |
| 2015-01-12 | py, unix, lib: Allow to compile with -Wold-style-definition. | Damien George |
| 2015-01-01 | extmod: Prefix py/ for includes from py core directory. | Damien George |
| 2014-12-10 | py: Make functions static where appropriate. | Damien George |
| 2014-12-05 | py: Rename mp_obj_int_get to mp_obj_int_get_truncated; fix struct.pack. | Damien George |
| 2014-11-29 | Use MP_DEFINE_CONST_DICT macro to define module dicts. | Damien George |
| 2014-11-29 | modubinascii: Add, with hexlify() implementation. | Paul Sokolovsky |
| 2014-11-22 | moduhashlib: Integrate sha256 implementation. | Paul Sokolovsky |
| 2014-11-22 | moduhashlib: Add sha256 implementation from "crypto-algorithms" project. | Paul Sokolovsky |
| 2014-11-22 | moduhashlib: Initial module skeleton. | Paul Sokolovsky |
| 2014-11-21 | windows: Update config with latest features | stijn |
| 2014-10-30 | moductypes: Make .sizeof() work with bytearrays. | Paul Sokolovsky |
| 2014-10-30 | moductypes: When dereferencing a field which is array of uint8, use bytearray. | Paul Sokolovsky |
| 2014-10-30 | moductypes: Make sure we can apply .sizeof() to all aggregate types. | Paul Sokolovsky |
| 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 |