| Age | Commit message (Expand) | Author |
| 2017-06-28 | stmhal: Add possibility to build with double-precision floating point. | Damien George |
| 2017-06-28 | lib: Add libm_dbl, a double-precision math library, from musl-1.1.16. | Damien George |
| 2017-06-28 | tests/import: Update comment now that uPy raises correct exception. | Damien George |
| 2017-06-28 | tests/import: Add a test for the builtin __import__ function. | Damien George |
| 2017-06-28 | py/builtinimport: Remove unreachable code for relative imports. | Damien George |
| 2017-06-28 | esp8266,minimal,pic16bit: Use size_t for mp_builtin_open argument. | Alexander Steffen |
| 2017-06-28 | py/frozenmod.h: Add missing header guards | Alexander Steffen |
| 2017-06-28 | docs/{micropython,sys,uos}: Use markup adhering to the latest docs conventions. | Paul Sokolovsky |
| 2017-06-27 | stmhal/sdcard: Allow a board to customise the SDIO pins. | Benjamin Weps |
| 2017-06-27 | docs/{esp,pyb,ubinascii}: Use markup adhering to the latest docs conventions. | Paul Sokolovsky |
| 2017-06-27 | docs: Move all ports docs to the single ToC. | Paul Sokolovsky |
| 2017-06-26 | drivers/onewire: Enable pull-up when init'ing the 1-wire pin. | Damien George |
| 2017-06-26 | stmhal/boards/stm32f405.ld: Increase FLASH_TEXT to end of 1MiB flash. | Damien George |
| 2017-06-26 | README: Improve description of precompiled bytecode; mention mpy-cross. | Damien George |
| 2017-06-26 | docs/library/gc: Fix grammar and improve readability of gc.threshold(). | Damien George |
| 2017-06-26 | docs/esp8266/tutorial/intro: Fix some grammatical typos. | Damien George |
| 2017-06-26 | esp8266/machine_rtc: Use correct arithmetic for aligning RTC mem len. | Damien George |
| 2017-06-26 | tests: Auto detect floating point capabilites of the target. | Damien George |
| 2017-06-26 | py/mpconfig.h: Remove spaces in "Micro Python" and remove blank line. | Damien George |
| 2017-06-26 | docs/ref/speed_python: Update and make more hardware-neutral. | Paul Sokolovsky |
| 2017-06-26 | docs/network: Use markup adhering to the latest docs conventions. | Paul Sokolovsky |
| 2017-06-25 | docs/machine*: Use markup adhering to the latest docs conventions. | Paul Sokolovsky |
| 2017-06-25 | docs/lcd160cr: Group related constants together. Use full sentences. | Paul Sokolovsky |
| 2017-06-25 | docs/conf.py: Set default_role = 'any'. | Paul Sokolovsky |
| 2017-06-25 | docs/utime: Use markup adhering to the latest conventions. | Paul Sokolovsky |
| 2017-06-25 | docs/lcd160cr: Use markup adhering to the latest conventions. | Paul Sokolovsky |
| 2017-06-25 | CODECONVENTIONS: docs: Markup for None/True/False. | Paul Sokolovsky |
| 2017-06-25 | docs/btree: Use markup adhering to the latest conventions. | Paul Sokolovsky |
| 2017-06-25 | CODECONVENTIONS: Start to describe docs conventions. | Paul Sokolovsky |
| 2017-06-24 | docs/builtins: List builtin exceptions. | Paul Sokolovsky |
| 2017-06-24 | esp8266/README: Make "Documentation" a top-level section. | Paul Sokolovsky |
| 2017-06-24 | README: Mention support for bytecode and frozen bytecode. | Paul Sokolovsky |
| 2017-06-24 | extmod/moduzlib: decompress: Remove stale "(void)n_args". | Paul Sokolovsky |
| 2017-06-24 | docs/gc: Document gc.threshold() function. | Paul Sokolovsky |
| 2017-06-24 | docs/gc: Mark mem_alloc()/mem_free() as uPy-specific. | Paul Sokolovsky |
| 2017-06-24 | docs/conf.py: Include 3 levels of ToC in latexpdf output. | Paul Sokolovsky |
| 2017-06-23 | docs/esp8266/tutorial/intro: Sphinx requires blank lines around literal blocks. | Paul Sokolovsky |
| 2017-06-23 | docs/esp8266/tutorial/intro: Discourage use of 512kb firmwares. | Paul Sokolovsky |
| 2017-06-23 | docs/license: Update copyright year. | Paul Sokolovsky |
| 2017-06-23 | tests/connect_nonblock: Refactor towards real net_hosted test. | Paul Sokolovsky |
| 2017-06-23 | tests/net_inet: Move tests which don't require full Internet to net_hosted. | Paul Sokolovsky |
| 2017-06-23 | esp8266: Enable MICROPY_ENABLE_FINALISER. | Paul Sokolovsky |
| 2017-06-22 | esp8266: Move mp_hal_pin_open_drain from esp_mphal.c to machine_pin.c. | Damien George |
| 2017-06-22 | stmhal/modules: Provide sym-link to onewire.py driver. | Damien George |
| 2017-06-22 | esp8266: Reinstate 1-wire scripts by sym-linking to drivers/onewire/. | Damien George |
| 2017-06-22 | drivers/onewire: Move onewire.py, ds18x20.py from esp8266 to drivers. | Damien George |
| 2017-06-22 | stmhal: Make available the _onewire module, for low-level bus control. | Damien George |
| 2017-06-22 | stmhal: Add "quiet timing" enter/exit functions. | Damien George |
| 2017-06-22 | extmmod/modonewire: Rename public module to mp_module_onewire. | Damien George |
| 2017-06-22 | extmod: Move modonewire.c from esp8266 to extmod directory. | Damien George |