Commits
User selector
Commit History
Commits on Aug 26, 2017
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
Show description for ef61b5ecommitted
Commits on Aug 21, 2017
- committed
extmod,unix: For uos.stat interpret st_size member as an unsigned int.
Show description for 4c736eacommitted
Commits on Aug 17, 2017
extmod/modubinascii: Rewrite mod_binascii_a2b_base64.
Show description for c89254fauthored andcommitted
Commits on Aug 16, 2017
extmod/modussl_mbedtls.c: Add ussl.getpeercert() method.
Show description for d5191edauthored andcommitted
Commits on Aug 13, 2017
all: Raise exceptions via mp_raise_XXX
Show description for 35a1feacommitted
Commits on Aug 2, 2017
py,extmod,stmhal: Use "static inline" for funcs that should be inline.
Show description for 0f12082committed
Commits on Jul 31, 2017
extmod/modlwip: Implement setsockopt(IP_ADD_MEMBERSHIP).
Show description for ee04525committedall: Use the name MicroPython consistently in comments
Show description for 55f3324authored andcommitted- committed
Commits on Jul 29, 2017
Commits on Jul 26, 2017
Commits on Jul 25, 2017
extmod/modframebuf: Consistently use "col" as name for colour variables.
Show description for f368710committedextmod/modussl_mbedtls: Make socket.close() free all TLS resources.
Show description for 0893b27committedextmod/modframebuf: Fix invalid stride for odd widths in GS4_HMSB fmt.
Show description for 363087aauthored andcommittedextmod/modussl_mbedtls: When reading and peer wants to close, return 0.
Show description for a10467bcommitted
Commits on Jul 24, 2017
- committed
extmod/modussl_mbedtls: Support server_side mode.
Show description for 513dfcfcommitted
Commits on Jul 19, 2017
extmod/modussl_axtls: Allow to close ssl stream multiple times.
Show description for 4368ae3committed- committed
Commits on Jul 18, 2017
all: Unify header guard usage.
Show description for 299bc62authored andcommitted
Commits on Jul 7, 2017
- authored andcommitted
Commits on Jul 5, 2017
Commits on Jul 3, 2017
extmod/modubinascii: Add check for empty buffer passed to hexlify.
Show description for b86c65dcommitted
Commits on Jun 30, 2017
extmod/modure: If input string is bytes, return bytes results too.
Show description for 58b7b01committed
Commits on Jun 27, 2017
Split uos module into os and storage.
Show description for 778e975committed
Commits on Jun 24, 2017
extmod/moduzlib: decompress: Remove stale "(void)n_args".
Show description for 91e93a9committed
Commits on Jun 22, 2017
extmmod/modonewire: Rename public module to mp_module_onewire.
Show description for eeaab18committedextmod: Move modonewire.c from esp8266 to extmod directory.
Show description for 6cc4da4committed
Commits on Jun 20, 2017
Merge tag 'v1.9.1'
Show description for 30ee701committed
Commits on Jun 15, 2017
Commits on Jun 13, 2017
extmod/modussl_axtls: Implement server_hostname arg to wrap_socket().
Show description for 82b9915committedextmod/modussl_axtls: Update for axTLS 2.1.3.
Show description for 75c3f2acommitted