| Age | Commit message (Expand) | Author |
| 2017-08-21 | all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros. | Damien George |
| 2017-08-21 | extmod,unix: For uos.stat interpret st_size member as an unsigned int. | Damien George |
| 2017-08-13 | all: Raise exceptions via mp_raise_XXX | Javier Candeira |
| 2017-08-11 | py/modsys: Initial implementation of sys.getsizeof(). | Paul Sokolovsky |
| 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-30 | unix/modjni: Convert to mp_rom_map_elem_t. | Paul Sokolovsky |
| 2017-07-18 | all: Unify header guard usage. | Alexander Steffen |
| 2017-07-12 | unix/Makefile: Disable assertions in the standard unix executable. | Damien George |
| 2017-07-12 | unix/modsocket: Remove unnecessary asserts. | Damien George |
| 2017-07-04 | py/repl: Change mp_uint_t to size_t in repl helpers. | Damien George |
| 2017-06-30 | tests/unix/extra_coverage: Add test for mp_vprintf with bad fmt spec. | Damien George |
| 2017-06-17 | unix/mpconfigport.mk: Update descriptions of readline and TLS options. | Paul Sokolovsky |
| 2017-06-15 | all: Make more use of mp_raise_{msg,TypeError,ValueError} helpers. | Damien George |
| 2017-06-11 | unix/modtime: Replace strftime() with localtime(). | Paul Sokolovsky |
| 2017-06-08 | unix/Makefile: replace references to make with $(MAKE) | Tamas TEVESZ |
| 2017-06-01 | unix: Convert to use core-provided version of built-in import(). | Damien George |
| 2017-05-29 | various: Spelling fixes | Ville Skyttä |
| 2017-05-26 | unix/Makefile: Don't add frozen bytecode to minimal build. | Damien George |
| 2017-05-12 | unix: Move upip to frozen bytecode dir. | Paul Sokolovsky |
| 2017-05-12 | unix/Makefile: Enable frozen bytecode modules dir. | Paul Sokolovsky |
| 2017-05-10 | ports: Add ilistdir in uos module. | Damien George |
| 2017-05-09 | unix/main: Implement -m option for packages. | Paul Sokolovsky |
| 2017-05-06 | unix/main: Don't allow to specify too small heap size. | Paul Sokolovsky |
| 2017-05-03 | py/modio: Implement uio.resource_stream(package, resource_path). | Paul Sokolovsky |
| 2017-05-01 | unix/main: Ignore SIGPIPE signal, instead make EPIPE arrive. | Paul Sokolovsky |
| 2017-04-26 | unix: Remove obsolete MICROPY_FATFS macro. | Damien George |
| 2017-04-22 | mpy-cross, unix, windows, stmhal: Enable return-if-else optimisation. | Damien George |
| 2017-04-12 | unix: Enabled high-quality float hashing in coverage build. | Damien George |
| 2017-04-11 | unix, windows: Use core-provided KeyboardInterrupt exception object. | 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-31 | unix: Convert mp_uint_t to size_t in alloc.c. | Pavol Rusnak |
| 2017-03-29 | unix: Convert mp_uint_t to size_t for use of mp_obj_list_get. | Damien George |
| 2017-03-25 | unix: Use mp_obj_str_get_str instead of mp_obj_str_get_data. | Damien George |
| 2017-03-23 | all/Makefile: Remove -ansi from GCC flags, its ignored anyway. | Krzysztof Blazewicz |
| 2017-03-20 | unix/coverage: Enable scheduler and add tests for it. | Damien George |
| 2017-03-20 | unix: Use mp_handle_pending() in time.sleep(). | Damien George |
| 2017-03-14 | tests: Improve binary.c test coverage. | Rami Ali |
| 2017-03-14 | unix/main: Refactor to put lexer constructors all in one place. | Damien George |
| 2017-03-05 | unix/moduselect: Properly implement ipoll object iteration. | Paul Sokolovsky |
| 2017-03-03 | unix: Remove remaining, obsolete traces of GNU readline support. | Damien George |
| 2017-03-02 | unix/modmachine: Add Signal class to machine module. | Damien George |
| 2017-02-16 | py: Add iter_buf to getiter type method. | Damien George |
| 2017-02-13 | unix/moduselect: Implement ipoll() method with no-allocation policy. | Paul Sokolovsky |
| 2017-02-09 | py/objtype: Implement __delattr__ and __setattr__. | dmazzella |
| 2017-02-07 | unix/main: Properly handle MICROPYPATH starting with ':'. | Paul Sokolovsky |
| 2017-02-06 | unix: Fix freedos port build problems. | Nikita Melentev |
| 2017-02-02 | py: Added optimised support for 3-argument calls to builtin.pow() | Nicko van Someren |
| 2017-01-30 | unix/modos: Remove VfsFat from uos module, it's now in uos_vfs module. | Damien George |