| Age | Commit message (Expand) | Author |
| 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-02 | unix: fix symbol references for x86 Mac | Jan Pochyla |
| 2016-10-25 | unix/Makefile: Remove references to deprecated pip-micropython. | Paul Sokolovsky |
| 2016-10-16 | esp8266, stmhal, unix: MAKE_FROZEN is consistently defined in mkenv.mk. | Paul Sokolovsky |
| 2016-09-22 | unix: Enable btree module for coverage build. | Damien George |
| 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-08-31 | unix,stmhal,esp8266: When find'ing frozen files don't use extra slash. | Damien George |
| 2016-07-31 | unix/Makefile: And note why btree module is disabled for coverage build. | Paul Sokolovsky |
| 2016-07-16 | unix: Cache libaxtls.a in local build dir. | Paul Sokolovsky |
| 2016-07-09 | unix: Disable the GIL to improve performance of non-thread code. | Damien George |
| 2016-07-03 | unix/Makefile: Make "minimal" build be minimal again. | Paul Sokolovsky |
| 2016-07-02 | unix: Enable btree module. | Paul Sokolovsky |
| 2016-06-28 | unix: Add basic thread support using pthreads. | Damien George |
| 2016-06-27 | unix: Fix Makefile to handle gc-sections linker flags on Mac OS. | Martin Müller |
| 2016-06-18 | unix: Disable FatFs VFS for normal build, keep enabled for coverage. | Paul Sokolovsky |
| 2016-06-18 | unix/Makefile: libffi: Build with -Os. | Paul Sokolovsky |
| 2016-06-17 | unix: Move "utime" module config to C level instead of make level. | Paul Sokolovsky |
| 2016-06-17 | unix: Time to build with --gc-sections. | Paul Sokolovsky |
| 2016-06-16 | unix: Deprecate support for GNU Readline (MICROPY_USE_READLINE=2). | Paul Sokolovsky |
| 2016-06-16 | unix: Unbreak "minimal" target by disabling FatFs. | Paul Sokolovsky |
| 2016-05-31 | extmod/vfs_fat.c: Add vfs.stat(). | Robert HH |
| 2016-05-28 | unix/Makefile: "make axtls": Automatically fetch submodules if missing. | Paul Sokolovsky |
| 2016-05-26 | unix/Makefile: nanbox build is not compatible with modussl, disable. | Paul Sokolovsky |
| 2016-05-23 | unix: Support frozen packages. | Damien George |
| 2016-05-18 | unix/mpconfigport_coverage.h: Add dedicated config file for coverage build. | Paul Sokolovsky |
| 2016-05-16 | unix: Add ability to include frozen bytecode in the build. | Damien George |
| 2016-04-28 | unix/Makefile: Make install more compatible (BSD, etc.). | Martin Müller |
| 2016-04-19 | unix: Make sure build dir exists before accessing it for freezing upip. | Paul Sokolovsky |
| 2016-04-16 | py: Add rules for automated extraction of qstrs from sources. | Jan Čapek |
| 2016-04-08 | unix: freedos strip and size names for binaries | pohmelie |
| 2016-02-15 | extmod/vfs_fat_ffconf: Reusable FatFs module, move from stmhal/ffconf. | Paul Sokolovsky |
| 2016-02-15 | extmod/vfs_fat_file: Reusable FatFs module, move from stmhal/file. | Paul Sokolovsky |
| 2016-02-15 | extmod/vfs_fat_diskio: Reusable FatFs module, move from stmhal/diskio. | Paul Sokolovsky |
| 2016-02-14 | unix: Enable VfsFat support. | Paul Sokolovsky |
| 2016-01-28 | lib/utils/printf: Fix printf on release builds | Dave Hylands |
| 2016-01-26 | extmod/modurandom: Add some extra random functions. | Damien George |
| 2016-01-15 | unix/modffi: Allow to compile modffi in OBJ_REPR_D mode. | Damien George |
| 2016-01-15 | unix: Add option to build 64-bit NaN-boxing interpreter. | Damien George |
| 2016-01-02 | unix/Makefile: Move include of mpconfigport.mk to before mkenv.mk. | Damien George |
| 2015-12-16 | unix: Add FreeDos target | pohmelie |
| 2015-12-13 | unix: Move modmachine into unix directory | Dave Hylands |
| 2015-11-22 | unix: Use printf() implementation in terms of mp_printf(). | Paul Sokolovsky |
| 2015-11-17 | unix: Add "uselect" module, with poll() function. | Paul Sokolovsky |
| 2015-10-19 | libffi: Skip building docs. | Paul Sokolovsky |
| 2015-10-19 | all: Make netutils.h available to all ports by default. | Paul Sokolovsky |
| 2015-10-18 | unix: Build libffi in a directory which is gitgnored. | Paul Sokolovsky |
| 2015-10-04 | unix: Add support for building axtls dependency lib. | Paul Sokolovsky |
| 2015-09-11 | unix/modjni: "jni" module to interface to JNI-compliant JavaVM. | Paul Sokolovsky |