| Age | Commit message (Expand) | Author |
| 2017-07-02 | docs/conf.py: Switch to "new" format of intersphinx_mapping. | Paul Sokolovsky |
| 2017-07-02 | docs/topindex.html: Fix typo in "Glossary" heading. | Damien George |
| 2017-07-02 | docs: Add glossary. | Paul Sokolovsky |
| 2017-07-02 | docs/ure: Elaborate doc, update markup to the latest conventions. | Paul Sokolovsky |
| 2017-07-01 | docs/builtins: Add AssertionError, SyntaxError, ZeroDivisionError. | Paul Sokolovsky |
| 2017-07-01 | reference/index: Rewrite introduction paragraph to avoid confusion. | Paul Sokolovsky |
| 2017-07-01 | docs/differences/index_template: Use consistent heading casing. | Paul Sokolovsky |
| 2017-07-01 | docs: Move topindex.html to templates/ subdir. | Damien George |
| 2017-07-01 | docs/conf.py: Add .venv dir to exclude_patterns. | Paul Sokolovsky |
| 2017-07-01 | docs/constrained: Use markup adhering to the latest docs conventions. | Paul Sokolovsky |
| 2017-07-01 | extmod/modure: If input string is bytes, return bytes results too. | Paul Sokolovsky |
| 2017-06-30 | docs/{uselect,ussl,ustruct}: Use markup adhering to latest docs conventions. | Paul Sokolovsky |
| 2017-06-30 | docs/topindex.html: Remove link to wipy.io, it's no longer available. | Damien George |
| 2017-06-30 | tests/unix/extra_coverage: Add test for mp_vprintf with bad fmt spec. | Damien George |
| 2017-06-30 | py/mpprint: Remove unreachable check for neg return of mp_format_float. | Damien George |
| 2017-06-29 | tests/basics/namedtuple1: Add test for creating with pos and kw args. | Damien George |
| 2017-06-29 | py/objnamedtuple: Simplify and remove use of alloca building namedtuple. | Damien George |
| 2017-06-29 | docs/{framebuf,usocket}: Use markup adhering to the latest docs conventions. | Paul Sokolovsky |
| 2017-06-28 | stmhal/mpconfigport.h: Allow MICROPY_PY_THREAD to be overridden. | Damien George |
| 2017-06-28 | stmhal/Makefile: Add CFLAGS_EXTRA to CFLAGS so cmdline can add options. | Damien George |
| 2017-06-28 | stmhal/Makefile: Rename FLOAT_IMPL to MICROPY_FLOAT_IMPL to match C name | Damien George |
| 2017-06-28 | travis: Build STM32F769DISC board instead of F7DISC to test dbl-prec FP. | Damien George |
| 2017-06-28 | stmhal/Makefile: Use hardware double-prec FP for MCUs that support it. | Damien George |
| 2017-06-28 | stmhal/boards: Enable double-prec FP on F76x boards. | Damien George |
| 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 |