| Age | Commit message (Expand) | Author |
| 2017-09-06 | ports: Make new ports/ sub-directory and move all ports there. | Damien George |
| 2017-08-30 | all: Convert remaining "mp_uint_t n_args" to "size_t n_args". | 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-13 | all: Raise exceptions via mp_raise_XXX | Javier Candeira |
| 2017-08-11 | all: Make use of $(TOP) variable in Makefiles, instead of "..". | 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-07-15 | docs,teensy: Use the name MicroPython consistently in documentation | Alexander Steffen |
| 2017-06-15 | teensy/Makefile: Include relevant sources in list for qstr extraction. | Damien George |
| 2017-06-15 | stmhal: Move pybstdio.c to lib/utils/sys_stdio_mphal.c for common use. | Damien George |
| 2017-06-15 | teensy: Provide dummy implementation of extint_register_pin. | Damien George |
| 2017-06-01 | ports: Convert from using stmhal's input() to core provided version. | 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 | teensy/lexerfrozen: Make mp_lexer_new_from_file raise an exception. | Damien George |
| 2017-02-17 | teensy/main: Remove unnecessary header includes. | Damien George |
| 2017-01-22 | teensy: Convert to use builtin help function. | Damien George |
| 2017-01-04 | all: Consistently update signatures of .make_new and .call methods. | Paul Sokolovsky |
| 2016-11-16 | py/lexer: Provide generic mp_lexer_new_from_file based on mp_reader. | Damien George |
| 2016-10-21 | py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros. | Damien George |
| 2016-10-18 | teensy: Update to provide new mp_hal_pin_XXX functions following stmhal. | Damien George |
| 2016-10-14 | py/vstr: Combine vstr_new_size with vstr_new since they are rarely used. | Damien George |
| 2016-09-22 | all: Remove 'name' member from mp_obj_module_t struct. | Damien George |
| 2016-09-17 | Updated FROZEN_DIR support as per f28efa19713977a61395b19fec1fe501aeee4c0e | Dave Hylands |
| 2016-09-05 | py: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled. | Delio Brignoli |
| 2016-08-22 | teensy: Fix execution of frozen boot.py and main.py | Dave Hylands |
| 2016-08-15 | ports: Remove typedef of machine_ptr_t, it's no longer needed. | Damien George |
| 2016-08-02 | cc3200, teensy: Remove broken malloc/free/realloc macro helpers. | Damien George |
| 2016-06-06 | teensy: Update the README with OSX specific information and tips. | Georgia Reh |
| 2016-04-25 | cc3200, stmhal, teensy: Use pyhelp_print_obj function. | Colin Hogben |
| 2016-04-16 | py: Add rules for automated extraction of qstrs from sources. | Jan Čapek |
| 2016-04-15 | py: Declare help, input, open builtins in core. | Paul Sokolovsky |
| 2016-04-13 | py: Add ability to have frozen persistent bytecode from .mpy files. | Damien George |
| 2016-01-29 | py/runtime: mp_stack_ctrl_init() should be called immediately on startup. | Paul Sokolovsky |
| 2016-01-11 | py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*. | Damien George |
| 2015-12-26 | lib/utils: Add pyexec_frozen_module to load and execute frozen module. | Damien George |
| 2015-11-30 | stmhal: uart.any() function now returns number of bytes available. | Ryan Shaw |
| 2015-11-10 | lib/utils/printf: Move from stmhal/ . | Paul Sokolovsky |
| 2015-11-09 | lib/pyexec: Move header pyexec.h from stmhal directory. | Damien George |
| 2015-11-04 | teensy: Switch over to using frozen modules instead of memzip | Dave Hylands |
| 2015-11-04 | lib/memzip: Factor out memzip from teensy/ into lib/memzip. | Dave Hylands |
| 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-29 | teensy: Switch from HAL_* to mp_hal_* functions. | Paul Sokolovsky |
| 2015-10-24 | Makefiles: Remove duplicate object files when linking. | Paul Sokolovsky |
| 2015-10-19 | teensy: Update to compile with latest changes to stmhal Pin class. | Damien George |
| 2015-10-19 | all: Make netutils.h available to all ports by default. | Paul Sokolovsky |
| 2015-10-12 | Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc. | Damien George |
| 2015-10-11 | py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming. | Paul Sokolovsky |