| Age | Commit message (Expand) | Author |
| 2017-09-06 | ports: Make new ports/ sub-directory and move all ports there. | Damien George |
| 2017-09-01 | pic16bit: Add definition of SEEK_SET to unistd.h. | Damien George |
| 2017-08-21 | all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros. | Damien George |
| 2017-08-11 | all: Make use of $(TOP) variable in Makefiles, instead of "..". | Damien George |
| 2017-08-11 | minimal,esp8266,pic16bit: Remove unused stmhal include from Makefile. | Damien George |
| 2017-07-31 | all: Use the name MicroPython consistently in comments | Alexander Steffen |
| 2017-07-18 | all: Unify header guard usage. | Alexander Steffen |
| 2017-06-28 | esp8266,minimal,pic16bit: Use size_t for mp_builtin_open argument. | Alexander Steffen |
| 2017-06-15 | stmhal: Move pybstdio.c to lib/utils/sys_stdio_mphal.c for common use. | Damien George |
| 2017-04-01 | all: Move BYTES_PER_WORD definition from ports to py/mpconfig.h | Damien George |
| 2017-03-31 | all: Use full path name when including mp-readline/timeutils/netutils. | Damien George |
| 2017-03-23 | all/Makefile: Remove -ansi from GCC flags, its ignored anyway. | Krzysztof Blazewicz |
| 2017-03-14 | pic16bit/main: Make mp_lexer_new_from_file raise an exception. | Damien George |
| 2017-03-14 | pic16bit/main: Make nlr_jump_fail never return. | Damien George |
| 2016-10-21 | py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros. | Damien George |
| 2016-09-22 | all: Remove 'name' member from mp_obj_module_t struct. | Damien George |
| 2016-08-15 | ports: Remove typedef of machine_ptr_t, it's no longer needed. | Damien George |
| 2016-06-28 | py: Add MP_STATE_THREAD to hold state specific to a given thread. | Damien George |
| 2016-04-16 | py: Add rules for automated extraction of qstrs from sources. | Jan Čapek |
| 2016-04-13 | py: Add ability to have frozen persistent bytecode from .mpy files. | Damien George |
| 2016-04-13 | ports: Disable async/await on bare-arm, minimal, pic16bit, cc3200. | Damien George |
| 2016-01-16 | pic16bit: Minor updates to types to allow port to compile again. | Damien George |
| 2015-11-26 | pic16bit: Use global MICROPY_NO_ALLOCA setting. | Paul Sokolovsky |
| 2015-11-09 | lib/pyexec: Move header pyexec.h from stmhal directory. | Damien George |
| 2015-10-31 | stmhal: pyexec.c is common module, move to lib/utils/ . | Paul Sokolovsky |
| 2015-10-31 | all: Add py/mphal.h and use it in all ports. | Damien George |
| 2015-10-24 | Makefiles: Remove duplicate object files when linking. | Paul Sokolovsky |
| 2015-10-19 | all: Make netutils.h available to all ports by default. | Paul Sokolovsky |
| 2015-09-15 | pic16bit: Add basic unistd.h file since it's not provided by tool chain. | Damien George |
| 2015-05-20 | pic16bit: Add readinto and readlines to qstrs. | Damien George |
| 2015-04-16 | py: Overhaul and simplify printf/pfenv mechanism. | Damien George |
| 2015-04-03 | pic16bit: Initial version of port to 16-bit PIC family. | Damien George |