| Age | Commit message (Expand) | Author |
| 2016-10-18 | docs/machine.SPI: Improve descriptions of xfer methods. | Damien George |
| 2016-10-18 | cc3200: Use mp_raise_XXX helper functions to reduce code size. | Damien George |
| 2016-10-18 | esp8266/Makefile: Use latest esptool.py flash size auto-detection. | Paul Sokolovsky |
| 2016-10-17 | docs/machine.SPI: Bring up to date with Hardware API, make vendor-neutral. | Paul Sokolovsky |
| 2016-10-17 | docs: Bump version to 1.8.5. | Damien George |
| 2016-10-17 | tests/run-tests: Enable extmod/machine1.py on pyboard. | Damien George |
| 2016-10-17 | stmhal: Enable str.center(), str.[r]partition() and builtin compile(). | Damien George |
| 2016-10-17 | stmhal: Implement machine.soft_reset(). | Damien George |
| 2016-10-17 | lib/utils/pyexec: Allow behaviour of SystemExit to be configurable. | Damien George |
| 2016-10-17 | py: Use mp_raise_msg helper function where appropriate. | Damien George |
| 2016-10-17 | tests: Add test to print full KeyError exc from failed dict lookup. | Damien George |
| 2016-10-17 | py/objdict: Actually provide the key that failed in KeyError exception. | Damien George |
| 2016-10-17 | py/objdict: Fix optimisation for allocating result in fromkeys. | Damien George |
| 2016-10-17 | tests: Improve coverage of array, range, dict, slice, exc, unicode. | Damien George |
| 2016-10-17 | tests/cmdline: Improve coverage test for printing bytecode. | Damien George |
| 2016-10-16 | esp8266, stmhal, unix: MAKE_FROZEN is consistently defined in mkenv.mk. | Paul Sokolovsky |
| 2016-10-15 | extmod/modussl_mbedtls: Add dummy setblocking() method. | Paul Sokolovsky |
| 2016-10-14 | extmod/utime_mphal: sleep_us/ms(): Don't wait on negative argument. | Paul Sokolovsky |
| 2016-10-14 | stmhal/modutime: Refactor to use extmod/utime_mphal.c. | Paul Sokolovsky |
| 2016-10-14 | extmod/utime_mphal: Factor out implementations in terms of mp_hal_* for reuse. | Paul Sokolovsky |
| 2016-10-14 | py/vstr: Combine vstr_new_size with vstr_new since they are rarely used. | Damien George |
| 2016-10-14 | esp8266: Enable micropython.alloc_emergency_exception_buf(). | Damien George |
| 2016-10-14 | tests/micropython: Add tests for heap_lock, and emergency exceptions. | Damien George |
| 2016-10-14 | qemu-arm: Remove SRC_TEST_C from SRC_QSTR list, it's not needed. | Damien George |
| 2016-10-14 | qemu-arm: Enable lots of extmods and enable tests for them. | Damien George |
| 2016-10-14 | stmhal/pybstdio: Use size_t instead of mp_uint_t. | Damien George |
| 2016-10-13 | tests/extmod/vfs_fat: Replace asserts with prints and expected outputs. | Alex March |
| 2016-10-13 | extmod/modujson: Fix nanbox build. | Damien George |
| 2016-10-13 | tests/extmod: Add test for ujson.load(). | Damien George |
| 2016-10-13 | extmod/modujson: Implement ujson.load() to load JSON from a stream. | Damien George |
| 2016-10-12 | zephyr: Add copyright blurbs. | Paul Sokolovsky |
| 2016-10-12 | zephyr/mpconfigport.h: Fix rebasing artifacts. | Paul Sokolovsky |
| 2016-10-12 | zephyr: Implement the help() function. | Daniel Thompson |
| 2016-10-12 | zephyr/Makefile: Be sure to extra qstr's from port sources. | Paul Sokolovsky |
| 2016-10-12 | README: Mention _thread module availability in select ports. | Paul Sokolovsky |
| 2016-10-12 | tools: Upgrade upip to 1.1.3. | Paul Sokolovsky |
| 2016-10-12 | lib/utils/pyexec: Don't treat SystemExit as "forced exit". | Paul Sokolovsky |
| 2016-10-12 | esp8266: Enable importing of precompiled .mpy files. | Damien George |
| 2016-10-12 | esp8266: Enable sys.{stdin,stdout,stderr}.buffer for raw serial access. | Damien George |
| 2016-10-12 | py/lexer: Remove unnecessary code, and unreachable code. | Damien George |
| 2016-10-12 | py/compile: Remove debugging code for compiler dispatch. | Damien George |
| 2016-10-11 | esp8266/mpconfigport: Enable MICROPY_PY_BUILTINS_SLICE_ATTRS | Radomir Dopieralski |
| 2016-10-11 | tests/extmod/vfs_fat: Test coverage for remove() and rmdir(). | Alex March |
| 2016-10-11 | extmod/vfs_fat: Add file and directory checks for remove and rmdir. | Alex March |
| 2016-10-11 | extmod/machine_i2c: Use writes not reads in i2c.scan(). | Radomir Dopieralski |
| 2016-10-11 | docs/reference: Add constrained.rst doc. | Peter Hinch |
| 2016-10-11 | extmod/uzlib: Update to upstream v2.1. | Paul Sokolovsky |
| 2016-10-11 | py/objint: Use size_t for arguments that measure bytes/sizes. | Damien George |
| 2016-10-11 | py: Factor duplicated function to calculate size of formatted int. | Damien George |
| 2016-10-11 | py/mpz: Use assert to verify mpz does not have a fixed digit buffer. | Damien George |