| Age | Commit message (Expand) | Author |
| 2017-08-20 | docs/glossary: Fix typos in micropython-lib paragraph. | Paul Sokolovsky |
| 2017-08-20 | docs/glossary: Elaborate on possible MicroPython port differences. | Paul Sokolovsky |
| 2017-08-20 | docs/library/usocket: Describe complete information on address formats. | Paul Sokolovsky |
| 2017-08-20 | docs/library/usocket: Move socket.error to its own section. | Paul Sokolovsky |
| 2017-08-20 | zephyr/modzephyr: Add shell_net_iface() function. | Paul Sokolovsky |
| 2017-08-19 | zephyr/prj_96b_carbon.conf: Re-enable networking on Carbon. | Paul Sokolovsky |
| 2017-08-19 | zephyr/modusocket: Update struct sockaddr family field name. | Paul Sokolovsky |
| 2017-08-17 | docs/library/ubinascii: Update base64 docs. | Alex Robbins |
| 2017-08-17 | extmod/modubinascii: Rewrite mod_binascii_a2b_base64. | Alex Robbins |
| 2017-08-17 | py/binary: Change internal bytearray typecode from 0 to 1. | Damien George |
| 2017-08-16 | Update docs README to mention requirement for recommonmark dependency. | Tony DiCola |
| 2017-08-16 | tools/mpy-tool.py: Fix missing argument in dump() function | stijn |
| 2017-08-16 | zephyr/prj_base.conf: Enable CONFIG_INIT_STACKS. | Paul Sokolovsky |
| 2017-08-16 | zephyr/modzephyr: Add current_tid() and stacks_analyze() functions. | Paul Sokolovsky |
| 2017-08-16 | extmod/modussl_mbedtls.c: Add ussl.getpeercert() method. | Eric Poulsen |
| 2017-08-15 | Have the build script upload artifacts to Rosie when travis is building a pul... | Scott Shawcroft |
| 2017-08-15 | py: Add verbose debug compile-time flag MICROPY_DEBUG_VERBOSE. | Stefan Naumann |
| 2017-08-15 | py/binary.c: Fix bug when packing big-endian 'Q' values. | Bas van Sisseren |
| 2017-08-14 | docs/library/machine.RTC.rst: Fix typo. | Javier Candeira |
| 2017-08-13 | all: Raise exceptions via mp_raise_XXX | Javier Candeira |
| 2017-08-12 | tools/mpy-tool.py: Don't generate const_table if it's empty. | Damien George |
| 2017-08-11 | Turn on Rosie CI testing to test new builds on real hardware. | Scott Shawcroft |
| 2017-08-11 | py/modsys: Initial implementation of sys.getsizeof(). | Paul Sokolovsky |
| 2017-08-11 | all: Make use of $(TOP) variable in Makefiles, instead of "..". | Damien George |
| 2017-08-11 | minimal,esp8266,pic16bit: Remove unused stmhal include from Makefile. | Damien George |
| 2017-08-10 | py: Pretend frozen files are stored under .frozen rather than the empty path. | Scott Shawcroft |
| 2017-08-10 | py: Remove mpy-cross depend when making frozen mpy's because we don't know th... | Scott Shawcroft |
| 2017-08-10 | shared-bindings/atmel-samd: Fix and improve trigger duration timing on PulseI... | Scott Shawcroft |
| 2017-08-09 | zephyr/modusocket: Fully switch to native Zephyr sockets. | Paul Sokolovsky |
| 2017-08-09 | py/objstr: Raise an exception for wrong type on RHS of str binary op. | Damien George |
| 2017-08-09 | py/objtuple: Allow to use inplace-multiplication operator on tuples. | Damien George |
| 2017-08-09 | zephyr/modusocket: recv: Switch to native sockets. | Paul Sokolovsky |
| 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 | docs: Add link to SD card driver. | Scott Shawcroft |
| 2017-08-07 | shared-bindings: Add stub documentation of storage.VfsFat so other docs can l...2.0.0-beta.1 | Scott Shawcroft |
| 2017-08-07 | atmel-samd: Fix crash when fs mount fails and fix mounting internal flash. It... | Scott Shawcroft |
| 2017-08-07 | esp8266: Introduce `multiterminal` module for managing a secondary | Scott Shawcroft |
| 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-05 | Allow max stack checking to be used with -flto build by determining top | Dan Halbert |
| 2017-08-05 | Increase heap size at the expense of stack size, from 16k to 16k+4k. | Dan Halbert |
| 2017-08-03 | atmel-samd: Add support for a second flash chip so either may be used. | Scott Shawcroft |
| 2017-08-03 | atmel-samd: Clear the error bit after the known buffer overflow and be explic... | Scott Shawcroft |
| 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-08-01 | added Gemma M0 to supported boards section on readme | brentru |
| 2017-07-31 | docs: Tweak favicon setting so sphinx doesn't give an error locally. | Scott Shawcroft |
| 2017-07-31 | extmod/modlwip: Implement setsockopt(IP_ADD_MEMBERSHIP). | Paul Sokolovsky |