| Age | Commit message (Expand) | Author |
| 2017-08-09 | zephyr/modusocket: send: Switch to native sockets. | Paul Sokolovsky |
| 2017-08-08 | zephyr/modusocket: bind, connect, listen, accept: Swtich to native sockets. | Paul Sokolovsky |
| 2017-08-07 | zephyr/modusocket: socket, close: Switch to native Zephyr socket calls. | Paul Sokolovsky |
| 2017-08-07 | zephyr/modusocket: Allow to use socketized net_context in upstream. | Paul Sokolovsky |
| 2017-08-06 | py/mkrules.mk: Show frozen modules sizes together with executable size. | Paul Sokolovsky |
| 2017-08-03 | zephyr/Makefile: Explicitly define default target as "all". | Paul Sokolovsky |
| 2017-08-02 | py,extmod,stmhal: Use "static inline" for funcs that should be inline. | Damien George |
| 2017-07-31 | extmod/modlwip: Implement setsockopt(IP_ADD_MEMBERSHIP). | Paul Sokolovsky |
| 2017-07-31 | all: Use the name MicroPython consistently in comments | Alexander Steffen |
| 2017-07-31 | extmod: Use MP_ROM_INT for int values in an mp_rom_map_elem_t. | Damien George |
| 2017-07-31 | py/modsys: Use MP_ROM_INT for int values in an mp_rom_map_elem_t. | Damien George |
| 2017-07-30 | esp8266: Convert to mp_rom_map_elem_t. | Paul Sokolovsky |
| 2017-07-30 | esp8266/modesp: Remove unused constants: STA_MODE, etc. | Paul Sokolovsky |
| 2017-07-30 | unix/modjni: Convert to mp_rom_map_elem_t. | Paul Sokolovsky |
| 2017-07-29 | extmod/mod{lwip,onewire,webrepl}: Convert to mp_rom_map_elem_t. | Paul Sokolovsky |
| 2017-07-29 | extmod/modframebuf: Use correct initialization for .locals_dict. | Paul Sokolovsky |
| 2017-07-28 | py/modio: BufferedWriter: Convert to mp_rom_map_elem_t. | Paul Sokolovsky |
| 2017-07-28 | .travis.yml: Pin cpp-coveralls at 0.3.12. | Paul Sokolovsky |
| 2017-07-27 | tools/mpy_bin2res: Tools to convert binary resources to Python module. | Paul Sokolovsky |
| 2017-07-26 | extmod/machine_signal: Fix parsing of invert arg when Pin is first arg. | Damien George |
| 2017-07-26 | extmod/modussl_mbedtls: Implement non-blocking SSL sockets. | Eric Poulsen |
| 2017-07-25 | extmod/modframebuf: Consistently use "col" as name for colour variables. | Damien George |
| 2017-07-25 | extmod/modussl_mbedtls: Make socket.close() free all TLS resources. | Damien George |
| 2017-07-25 | extmod/modframebuf: Fix invalid stride for odd widths in GS4_HMSB fmt. | Radomir Dopieralski |
| 2017-07-25 | extmod/modussl_mbedtls: When reading and peer wants to close, return 0. | Damien George |
| 2017-07-25 | py: Implement raising a big-int to a negative power. | Damien George |
| 2017-07-25 | py/mpz: Make mpz_is_zero() an inline function. | Damien George |
| 2017-07-24 | all: Don't include system errno.h when it's not needed. | Damien George |
| 2017-07-24 | py/mperrno: Allow mperrno.h to be correctly included before other hdrs. | Damien George |
| 2017-07-24 | py/py.mk: Make berkeley-db C-defs apply only to relevant source files. | Damien George |
| 2017-07-24 | extmod/modussl_mbedtls: Support server_side mode. | Damien George |
| 2017-07-24 | docs/esp8266/tutorial: Fix typo, "its" to "it's" in powerctrl.rst. | Matthew Brener |
| 2017-07-22 | tools/pyboard: Add license header. | Paul Sokolovsky |
| 2017-07-21 | cc3200: Use the name MicroPython consistently in code. | Alexander Steffen |
| 2017-07-21 | minimal/Makefile: Enable gc-sections to remove unused code. | Damien George |
| 2017-07-21 | eps8266/general: Fix typo in recent example. | Paul Sokolovsky |
| 2017-07-21 | eps8266/general: Add known issue of WiFi RX buffers overflow. | Peter Hinch |
| 2017-07-21 | docs/pyboard/tutorial/amp_skin: Add example for playing large WAV files. | Piotr MaliĆski |
| 2017-07-21 | tests/basics/builtin_exec: Test various globals/locals args to exec(). | Tom Collins |
| 2017-07-21 | py/builtinevex: Add typechecking of globals/locals args to eval/exec. | Tom Collins |
| 2017-07-21 | tests: Rename exec1.py to builtin_exec.py. | Damien George |
| 2017-07-20 | extmod/modussl_axtls: Allow to close ssl stream multiple times. | Paul Sokolovsky |
| 2017-07-19 | esp8266/mpconfigport.h: Make socket a weak link | Alex Robbins |
| 2017-07-19 | all: Remove trailing spaces, per coding conventions. | Damien George |
| 2017-07-19 | stmhal: Clean up USB CDC/MSC files and remove commented-out code. | Damien George |
| 2017-07-18 | py/modmicropython: Cast stack_limit value so it prints correctly. | Damien George |
| 2017-07-18 | py/asmx64: Support moving a 64-bit immediate to one of top 8 registers. | Damien George |
| 2017-07-18 | py/vm: Make n_state variable local to just set-up part of VM. | Damien George |
| 2017-07-18 | all: Unify header guard usage. | Alexander Steffen |
| 2017-07-17 | zephyr: Remove long-obsolete machine_ptr_t typedef's. | Damien George |