| Age | Commit message (Expand) | Author |
| 2018-07-14 | stm32/fatfs_port: Fix bug when MICROPY_HW_ENABLE_RTC not enabled. | Peter D. Gray |
| 2018-07-14 | esp32: Implement WLAN.status() return codes. | Mitchell Currie |
| 2018-07-12 | py/emitnative: Optimise for iteration asm code for non-debug build. | Damien George |
| 2018-07-11 | extmod/vfs_posix: Use DTTOIF if available to convert type in ilistdir. | Damien George |
| 2018-07-11 | unix/modos: Convert dir-type to stat-type for file type in ilistdir. | Damien George |
| 2018-07-10 | py/objgenerator: Implement __name__ with normal fun attr accessor code. | Damien George |
| 2018-07-10 | mpy-cross: Make build independent of extmod directory. | Damien George |
| 2018-07-10 | extmod/vfs_posix: Support ilistdir with no (or empty) argument. | Damien George |
| 2018-07-10 | docs/pyboard: For latex build, use smaller quickref jpg, and no gifs. | Damien George |
| 2018-07-09 | py/malloc: Give a compile warning if using finaliser without GC. | Damien George |
| 2018-07-09 | esp32/modnetwork: Add support for bssid parameter in WLAN.connect(). | Damien George |
| 2018-07-09 | tools/mpy-tool.py: Put frozen bignum digit data in ROM, not in RAM. | Damien George |
| 2018-07-09 | tools/mpy-tool.py: Support freezing of floats in obj representation D. | Damien George |
| 2018-07-08 | py/obj.h: Give compile error if using obj repr D with single-prec float. | Damien George |
| 2018-07-08 | stm32: Support compiling with object representation D. | Damien George |
| 2018-07-08 | extmod: Fix to support compiling with object representation D. | Damien George |
| 2018-07-08 | lib/utils: Fix to support compiling with object representation D. | Damien George |
| 2018-07-08 | py/objmodule: Make mp_obj_module_get_globals an inline function. | Damien George |
| 2018-07-08 | py/objdict: Make mp_obj_dict_get_map an inline function. | Damien George |
| 2018-07-08 | stm32: Access dict map directly instead of using helper function. | Damien George |
| 2018-07-08 | cc3200/mods: Access dict map directly instead of using helper func. | Damien George |
| 2018-07-08 | py: Simplify some cases of accessing the map of module and type dict. | Damien George |
| 2018-07-05 | windows: Make printing of debugging info work out of the box. | stijn |
| 2018-07-05 | lib/utils/printf: Make DEBUG_printf implementation more accessible. | stijn |
| 2018-07-05 | drivers/sdcard: Do not release CS during the middle of read operations. | Mateusz Kijowski |
| 2018-07-04 | esp32: Reduce latency for handling of scheduled Python callbacks. | Nicko van Someren |
| 2018-07-03 | esp8266: Let machine.WDT trigger the software WDT if obj is not fed. | Damien George |
| 2018-07-03 | esp8266/modesp: Run ets_loop_iter before/after doing flash erase/write. | Damien George |
| 2018-07-03 | extmod/vfs: Support opening a file descriptor (int) with VfsPosix. | Damien George |
| 2018-07-03 | esp32: Allow to build with uPy floats disabled. | Damien George |
| 2018-07-03 | py/obj.h: Fix broken build for object repr C when float disabled. | Nicko van Someren |
| 2018-07-02 | py/objgenerator: Eliminate need for mp_obj_gen_wrap wrapper instances. | Damien George |
| 2018-07-02 | ports: Enable ure.sub() on stm32, esp8266 (not 512k) and esp32. | Damien George |
| 2018-07-02 | docs/ure: Document some more supported regex operators. | Damien George |
| 2018-07-02 | docs/ure: Document sub(), groups(), span(), start() and end(). | Damien George |
| 2018-07-02 | unix/mpconfigport_coverage: Enable ure groups, span, start, end and sub. | Damien George |
| 2018-07-02 | extmod/modure: Add ure.sub() function and method, and tests. | Damien George |
| 2018-07-02 | extmod/modure: Add match.span(), start() and end() methods, and tests. | Damien George |
| 2018-07-02 | extmod/modure: Add match.groups() method, and tests. | Damien George |
| 2018-06-28 | docs/uos: Make it clear that block device block_num param is an index. | Damien George |
| 2018-06-28 | esp8266/esp8266_common.ld: Put mp_keyboard_interrupt in iRAM. | Damien George |
| 2018-06-27 | py/compile: Handle return/break/continue correctly in async with. | Damien George |
| 2018-06-27 | tests: Move non-filesystem io tests to basics dir with io_ prefix. | Damien George |
| 2018-06-27 | esp8266/mpconfigport.h: Enable ucryptolib module for standard build. | Damien George |
| 2018-06-27 | extmod/moducryptolib: Don't include arpa/inet.h, it's not needed. | Damien George |
| 2018-06-27 | esp32/mpconfigport.h: Enable ucryptolib module. | Damien George |
| 2018-06-27 | extmod/moducryptolib: Shorten exception messages to reduce code size. | Yonatan Goldschmidt |
| 2018-06-27 | extmod/moducryptolib: Prefix all Python methods/objects with ucryptolib. | Yonatan Goldschmidt |
| 2018-06-27 | extmod/moducryptolib: Add an mbedTLS implementation for this module. | Yonatan Goldschmidt |
| 2018-06-27 | extmod/moducryptolib: Refactor functions for clean interface with axTLS. | Yonatan Goldschmidt |