| Age | Commit message (Expand) | Author |
| 2015-11-23 | extmod/modure: Use correct integer type for n_args argument. | Damien George |
| 2015-11-04 | extmod/lwip: Change void pointers to unions, include new mphal.h file | Galen Hazelwood |
| 2015-11-01 | extmod/re1.5: Workaround issue with mingw32-gcc 4.2.1. | Paul Sokolovsky |
| 2015-11-01 | extmod/modure: Make sure that errors in regexps are caught early. | Paul Sokolovsky |
| 2015-11-01 | extmod/re1.5: Update to 0.8. | Paul Sokolovsky |
| 2015-10-31 | extmod/modlwip: socket->incoming changed by async callbacks, must be volatile. | Paul Sokolovsky |
| 2015-10-28 | extmod/moductypes: When dealing with UINT64, use mp_obj_new_int_from_ull(). | Paul Sokolovsky |
| 2015-10-27 | unix, stmhal: Introduce mp_hal_delay_ms(), mp_hal_ticks_ms(). | Paul Sokolovsky |
| 2015-10-27 | extmod/modlwip: Codestyle: no need for () when taking address of primary expr. | Paul Sokolovsky |
| 2015-10-27 | extmod/modlwip: lwip_tcp_send(): Common subexpression elimination, use MIN(). | Paul Sokolovsky |
| 2015-10-27 | extmod/modlwip.c: Codestyle whitespace changes. | Paul Sokolovsky |
| 2015-10-27 | extmod/modlwip: slip: Use stream protocol and be port-independent. | Paul Sokolovsky |
| 2015-10-26 | extmod/moductypes: Implement buffer protocol. | Paul Sokolovsky |
| 2015-10-23 | extmod/modlwip: Initial commit of the lwip network stack module | Galen Hazelwood |
| 2015-10-20 | extmod/modussl: Remove unused header. | Paul Sokolovsky |
| 2015-10-06 | modussl: SSL socket wrapper module based on axTLS. | Paul Sokolovsky |
| 2015-08-18 | extmod/modmachine: Avoid conflicts with system PAGE_SIZE define, if any. | Paul Sokolovsky |
| 2015-07-08 | modmachine: Implement physical memory access using /dev/mem (Linux, etc). | Paul Sokolovsky |
| 2015-07-06 | extmod/modubinascii: Re-use error string to reduce code size. | Damien George |
| 2015-07-04 | ubinascii: Fix a shadowed variable case. | Paul Sokolovsky |
| 2015-07-04 | ubinascii: b2a_base64: Optimize away a modulo operation. | Paul Sokolovsky |
| 2015-07-04 | extmod: Add a2b_base64 and b2a_base64 functions to ubinascii. | Galen Hazelwood |
| 2015-06-06 | moductypes: Swap address and descriptor args in constructor. | Paul Sokolovsky |
| 2015-05-22 | extmod: Actually expose the ubinascii python methods. | Daniel Campora |
| 2015-05-21 | moduhashlib: Remove not implemented .hexdigest(). | Paul Sokolovsky |
| 2015-05-21 | extmod: Expose mod_binascii_hexlify() and mod_binascii_unhexlify(). | Daniel Campora |
| 2015-05-20 | extmod: Add ubinascii.unhexlify | Dave Hylands |
| 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 |