| Age | Commit message (Expand) | Author |
| 2016-05-20 | py: Declare constant data as properly constant. | Damien George |
| 2016-05-19 | esp8266: Add APA102 serial individually controllable LEDs support. | misterdanb |
| 2016-05-19 | esp8266/README: Add a very first start section. | Torwag |
| 2016-05-18 | py/stream: Support both "exact size" and "one underlying call" operations. | Paul Sokolovsky |
| 2016-05-18 | unix/mpconfigport_coverage.h: Add dedicated config file for coverage build. | Paul Sokolovsky |
| 2016-05-17 | esp8266/scripts/webrepl_setup: Add max password length check. | Paul Sokolovsky |
| 2016-05-16 | unix: Add ability to include frozen bytecode in the build. | Damien George |
| 2016-05-16 | tools/mpy-tool.py: Add checks for critical configuration vars. | Damien George |
| 2016-05-17 | esp8266/scripts/webrepl_setup: Show password placeholder char. | Paul Sokolovsky |
| 2016-05-16 | esp8266/scripts/port_diag: Add network diagnostic output. | Paul Sokolovsky |
| 2016-05-16 | esp8266/moduos.c: Addition of the rename method to module uos. | Robert HH |
| 2016-05-15 | extmod/modlwip: Rework how Python accept callback is called. | Paul Sokolovsky |
| 2016-05-14 | docs/ustruct: Describe supported type codes. | Paul Sokolovsky |
| 2016-05-14 | tools/make-frozen.py: Quick fix to support package-modules. | Paul Sokolovsky |
| 2016-05-14 | tests/struct1: Add testcase for an unknown type char. | Paul Sokolovsky |
| 2016-05-14 | py/modstruct: Raise ValueError on unsupported format char. | Paul Sokolovsky |
| 2016-05-14 | py/objstringio: Add TODO comment about avoiding copying on .getvalue(). | Paul Sokolovsky |
| 2016-05-14 | README: Add explicit note that subdirs contain more READMEs. | Paul Sokolovsky |
| 2016-05-14 | docs/esp8266/quickstart: remove i2c examples with stop=False | Radomir Dopieralski |
| 2016-05-13 | stmhal/sdcard: Allow to do unaligned read-from/write-to SD card. | Damien George |
| 2016-05-13 | tools/make-frozen.py: Properly escape hex chars when making C strings. | Damien George |
| 2016-05-13 | tests/basics/string_splitlines: Reinstate feature test for splitlines. | Damien George |
| 2016-05-13 | py/objstr: Make dedicated splitlines function, supporting diff newlines. | Damien George |
| 2016-05-13 | stmhal/i2c: Expose I2CHandle3 for use by custom C code. | Damien George |
| 2016-05-13 | stmhal/led: Allow LEDs to be in PWM mode with TIM1 and channels 1-4. | Damien George |
| 2016-05-13 | py/gc: gc_dump_alloc_table(): Dump heap offset instead of actual address. | Paul Sokolovsky |
| 2016-05-13 | gc: gc_dump_alloc_table(): Use '=' char for tail blocks. | Paul Sokolovsky |
| 2016-05-13 | py/moduerrno: Add EACCES, pretty common error on Unix. | Paul Sokolovsky |
| 2016-05-12 | py/objexcept: Don't convert errno to str in constructor, do it in print. | Damien George |
| 2016-05-12 | py/emitglue: Fix build on AArch64 (ARMv8, etc.) related to loading .mpy files. | Paul Sokolovsky |
| 2016-05-12 | py/objfloat, py/modmath: Ensure M_PI and M_E defined. | Colin Hogben |
| 2016-05-12 | py: Add mp_errno_to_str() and use it to provide nicer OSError msgs. | Damien George |
| 2016-05-12 | py/moduerrno: Add more constants to the errno module. | Damien George |
| 2016-05-12 | esp8266: Change to use internal errno's. | Damien George |
| 2016-05-12 | extmod/modlwip: Convert errno's to use MP_Exxx symbols. | Damien George |
| 2016-05-12 | py/mperrno: Add some more MP_Exxx constants, related to networking. | Damien George |
| 2016-05-11 | py/gc: Make (byte)array type dumping conditional on these types being enabled. | Paul Sokolovsky |
| 2016-05-11 | py/gc: gc_dump_alloc_table(): Show byte/str and (byte)array objects. | Paul Sokolovsky |
| 2016-05-11 | py/repl: Fix handling of backslash in quotes when checking continuation. | Damien George |
| 2016-05-11 | docs/esp8266/tutorial: Fix typo in do_connect() network example. | Damien George |
| 2016-05-10 | drivers/cc3000: Rename timeval to cc3000_timeval, to avoid clash. | Damien George |
| 2016-05-10 | stmhal: For network drivers, convert to use MP_Exxx errno symbols. | Damien George |
| 2016-05-10 | py/mperrno: Add EAFNOSUPPORT definition. | Damien George |
| 2016-05-10 | esp8266: Enable uerrno module, weak linked also as errno. | Damien George |
| 2016-05-10 | esp8266: Convert to use new MP_Exxx errno symbols. | Damien George |
| 2016-05-10 | stmhal: Convert to use internal errno symbols; enable uerrno module. | Damien George |
| 2016-05-10 | unix: Enable uerrno module. | Damien George |
| 2016-05-10 | py/parse: Add uerrno to list of modules to look for constants in. | Damien George |
| 2016-05-10 | py: Add uerrno module, with errno constants and dict. | Damien George |
| 2016-05-10 | py: Add mperrno.h file with uPy defined errno constants. | Damien George |