| Age | Commit message (Expand) | Author |
| 2017-02-24 | Correct name of mp_raise_NotImplementedError to make error name. | Scott Shawcroft |
| 2017-02-24 | Switch exception throwing to mp_raise helpers. It saves a little code space e... | Scott Shawcroft |
| 2017-02-14 | Make mp_float_t conversions explicit to silence warnings of converting floats... | Scott Shawcroft |
| 2017-01-08 | tests/unix/extra_coverage: Add tests for importing frozen packages. | Damien George |
| 2017-01-05 | unix/Makefile: Allow cache-map-lookup optimisation with frozen bytecode. | Damien George |
| 2017-01-05 | unix: Enable and add basic frozen str and frozen mpy in coverage build. | Damien George |
| 2017-01-05 | unix/Makefile: Split long line for coverage target, easier to modify. | Damien George |
| 2017-01-05 | tests/unix: Improve formatfloat.c test coverage using C. | Rami Ali |
| 2017-01-05 | tests: Improve warning.c test coverage. | Rami Ali |
| 2017-01-04 | all: Consistently update signatures of .make_new and .call methods. | Paul Sokolovsky |
| 2016-12-31 | unix/moduselect: Fix nanbox build with recent changes. | Paul Sokolovsky |
| 2016-12-31 | unix/moduselect: If file object passed to .register(), return it in .poll(). | Paul Sokolovsky |
| 2016-12-29 | tests/unix: Improve runtime_utils.c test coverage. | Rami Ali |
| 2016-12-22 | unix/Makefile: Make "coverage_test" target mirror Travis test actions. | Damien George |
| 2016-12-22 | unix/main: Allow to print the parse tree in coverage build. | Damien George |
| 2016-12-22 | unix: Enable utimeq module. | Paul Sokolovsky |
| 2016-11-21 | unix/Makefile: Update freedos target for change of USELECT config name. | Damien George |
| 2016-11-21 | unix: Rename define for unix moduselect to MICROPY_PY_USELECT_POSIX. | Paul Sokolovsky |
| 2016-11-16 | py: Factor out persistent-code reader into separate files. | Damien George |
| 2016-11-14 | all: Remove readall() method, which is equivalent to read() w/o args. | Paul Sokolovsky |
| 2016-11-08 | unix: Add symlinks for upip to make it frozen into binary. | Damien George |
| 2016-11-08 | py: Move frozen bytecode Makefile rules from ports to common mk files. | Damien George |
| 2016-11-07 | tools, unix: Replace upip tarball with just source files. | Paul Sokolovsky |
| 2016-11-03 | windows: Implement mp_hal_ticks_cpu in terms of QueryPerformanceCounter | stijn |
| 2016-11-02 | unix: fix symbol references for x86 Mac | Jan Pochyla |
| 2016-10-29 | extmod/utime_mphal: Implement ticks_add(), add to all maintained ports. | Paul Sokolovsky |
| 2016-10-29 | unix/mphalport.h: Add dummy definition of mp_hal_ticks_cpu(). | Paul Sokolovsky |
| 2016-10-29 | unix/modtime: Switch ticks/sleep_ms/us() to utime_mphal. | Paul Sokolovsky |
| 2016-10-29 | unix/mphalport.h: Add warning of mp_hal_delay_ms() implementation. | Paul Sokolovsky |
| 2016-10-29 | unix/modtime: Use ticks_diff() implementation from extmod/utime_mphal.c. | Paul Sokolovsky |
| 2016-10-25 | unix/Makefile: Remove references to deprecated pip-micropython. | Paul Sokolovsky |
| 2016-10-21 | py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros. | Damien George |
| 2016-10-16 | esp8266, stmhal, unix: MAKE_FROZEN is consistently defined in mkenv.mk. | Paul Sokolovsky |
| 2016-10-14 | py/vstr: Combine vstr_new_size with vstr_new since they are rarely used. | Damien George |
| 2016-10-07 | unix: Use common RAISE_ERRNO macro from mphalport.h. | Damien George |
| 2016-10-07 | unix: Use mp_raise_OSError helper function. | Damien George |
| 2016-09-23 | py/py.mk: Add support for building modussl_mbedtls. | Paul Sokolovsky |
| 2016-09-22 | unix: Enable btree module for coverage build. | Damien George |
| 2016-09-22 | all: Remove 'name' member from mp_obj_module_t struct. | Damien George |
| 2016-09-18 | unix/modjni: array(): Support creation of object arrays. | Paul Sokolovsky |
| 2016-09-17 | unix/modjni: Add array() top-level function to create Java array. | Paul Sokolovsky |
| 2016-09-16 | unix/modjni: Implement subscription for object arrays. | Paul Sokolovsky |
| 2016-09-12 | unix: Fix build for when MICROPY_PY_SOCKET=0. | Renato Aguiar |
| 2016-09-05 | unix,stmhal,esp8266: When find'ing frozen files follow symbolic links. | Damien George |
| 2016-09-05 | py: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled. | Delio Brignoli |
| 2016-09-04 | tests/extmod: Add a test for framebuf module, tested by coverage build. | Damien George |
| 2016-09-02 | tests/unix/extra_coverage: Add test for str/bytes with invalid hash. | Damien George |
| 2016-09-01 | py/mpprint: Fail an assertion with unsupported format specifiers. | Delio Brignoli |
| 2016-08-31 | unix,stmhal,esp8266: When find'ing frozen files don't use extra slash. | Damien George |
| 2016-08-24 | extmod/modubinascii: Make crc32() support configurable. | Paul Sokolovsky |