| Age | Commit message (Expand) | Author |
| 2020-04-02 | extmod/uasyncio: Implement Loop.stop() to stop the event loop. | Damien George |
| 2020-04-01 | extmod/uasyncio: Don't create a Loop instance in get_event_loop(). | Damien George |
| 2020-03-31 | unix/mpthreadport: Ensure enough thread stack to detect overflow. | Damien George |
| 2020-03-30 | tests/run-tests: Add commands to print and clean *.exp,out files. | David Lechner |
| 2020-03-30 | tests/float: Add new lexer test to test parsing of float without prefix. | David Lechner |
| 2020-03-30 | tests: Format all Python code with black, except tests in basics subdir. | David Lechner |
| 2020-03-30 | tests/micropython/heapalloc_fail_set.py: Remove extra trailing comma. | David Lechner |
| 2020-03-30 | travis: Build full unix coverage build on osx job. | David Lechner |
| 2020-03-30 | all: Fix implicit casts of float/double, and signed comparison. | David Lechner |
| 2020-03-30 | tools/pyboard.py: Add -d as an alias for --device. | Lars Kellogg-Stedman |
| 2020-03-30 | tools/pyboard.py: Support setting device/baudrate from shell env vars. | Lars Kellogg-Stedman |
| 2020-03-28 | tests/basics/dict_pop.py: Remove extra comma in call and fix grammar. | David Lechner |
| 2020-03-28 | all: Remove spaces inside and around parenthesis. | Damien George |
| 2020-03-28 | travis: Build NUCLEO_L073RZ instead of B_L072Z_LRWAN1 for stm32 job. | Damien George |
| 2020-03-28 | stm32/boards: Disable pend_throw, uheapq, utimeq on small-flash boards. | Damien George |
| 2020-03-28 | stm32/mpconfigport.h: Make most extended modules configurable by board. | Damien George |
| 2020-03-28 | travis: Use grep with --text on qemu-arm output. | David Lechner |
| 2020-03-28 | travis: Use custom PPA to get pre-built uncrustify. | David Lechner |
| 2020-03-27 | unix: Implement PEP 475 to retry syscalls failing with EINTR. | David Lechner |
| 2020-03-27 | unix/mpthreadport: Fix crash when thread stack size <= 8k. | David Lechner |
| 2020-03-27 | stm32/mpconfigport.h: Remove unused root pointer for BTstack bindings. | Damien George |
| 2020-03-26 | esp32: Enable and freeze uasyncio. | Damien George |
| 2020-03-26 | esp8266: Enable and freeze uasyncio. | Damien George |
| 2020-03-26 | stm32: Enable and freeze uasyncio. | Damien George |
| 2020-03-26 | extmod/uasyncio: Add manifest.py for freezing uasyncio Py files. | Damien George |
| 2020-03-26 | docs/library: Add initial docs for uasyncio module. | Damien George |
| 2020-03-26 | unix: Enable uasyncio C helper module on coverage build. | Damien George |
| 2020-03-26 | extmod/uasyncio: Add optional implementation of core uasyncio in C. | Damien George |
| 2020-03-26 | tests/net_inet: Add uasyncio internet tests. | Damien George |
| 2020-03-26 | tests/multi_net: Add uasyncio test for TCP server and client. | Damien George |
| 2020-03-26 | tests: Make default MICROPYPATH include extmod to find uasyncio. | Damien George |
| 2020-03-26 | travis: Exclude some uasyncio tests on OSX. | Damien George |
| 2020-03-26 | tests/run-tests: Skip uasyncio if no async, and skip one test on native. | Damien George |
| 2020-03-26 | tests/extmod: Add uasyncio tests. | Damien George |
| 2020-03-26 | extmod/uasyncio: Add new implementation of uasyncio module. | Damien George |
| 2020-03-26 | stm32/softtimer: Initialise pairing-heap node before pushing to heap. | Damien George |
| 2020-03-26 | unix/coverage: Init all pairheap test nodes before using them. | Damien George |
| 2020-03-26 | py/pairheap: Add helper function to initialise a new node. | Damien George |
| 2020-03-26 | py/pairheap: Properly unlink node on pop and delete. | Damien George |
| 2020-03-26 | travis: Print errors out for OSX job. | Damien George |
| 2020-03-26 | qemu-arm: Set default board as mps2-an385 to get more flash for tests. | Damien George |
| 2020-03-26 | py/mpconfig.h: Enable MICROPY_MODULE_GETATTR by default. | Damien George |
| 2020-03-25 | ports: Add lib/libm/roundf.c to bare-metal Makefile's. | Zoltán Vörös |
| 2020-03-25 | esp32/modsocket: Handle poll of a closed socket. | Damien George |
| 2020-03-25 | drivers/onewire: Fix undefined variable errors. | Andreas Motl |
| 2020-03-25 | py/stream.h: Include sys/types.h to get size_t and off_t for POSIX API. | David Lechner |
| 2020-03-25 | extmod/vfs_posix_file: Include unistd.h to get STD{IN,OUT,ERR}_FILENO. | David Lechner |
| 2020-03-25 | windows/windows_mphal: Fix missing semicolon. | David Lechner |
| 2020-03-25 | unix,windows: Use STDIN_FILENO, STDOUT_FILENO macros where appropriate. | David Lechner |
| 2020-03-25 | windows: Remove custom definition of MP_PLAT_PRINT_STRN. | David Lechner |