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 25, 2017
atmel-samd: Introduce a nvm module for non-volatile byte-level memory access. (#203)
Show description for 266be30authored andcommitted
Commits on Aug 20, 2017
py/stream: seek: Consistently handle negative offset for SEEK_SET.
Show description for e3383e9committed
Commits on Aug 17, 2017
extmod/modubinascii: Rewrite mod_binascii_a2b_base64.
Show description for c89254fauthored andcommittedpy/binary: Change internal bytearray typecode from 0 to 1.
Show description for 025e5f2committed
Commits on Aug 16, 2017
extmod/modussl_mbedtls.c: Add ussl.getpeercert() method.
Show description for d5191edauthored andcommitted
Commits on Aug 15, 2017
py/binary.c: Fix bug when packing big-endian 'Q' values.
Show description for a14ce77authored andcommitted
Commits on Aug 12, 2017
Turn on Rosie CI testing to test new builds on real hardware.
Show description for fab634ecommitted
Commits on Aug 11, 2017
py/modsys: Initial implementation of sys.getsizeof().
Show description for bfc2092committed
Commits on Aug 9, 2017
py/objstr: Raise an exception for wrong type on RHS of str binary op.
Show description for 3d25d9ccommitted- committed
Commits on Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324authored andcommitted
Commits on Jul 25, 2017
py: Implement raising a big-int to a negative power.
Show description for 04552ffcommitted
Commits on Jul 21, 2017
- authored andcommitted
- committed
Commits on Jul 19, 2017
extmod/modussl_axtls: Allow to close ssl stream multiple times.
Show description for 4368ae3committed- committed
Commits on Jul 9, 2017
- committed
- committed
- committed
tests/cpydiff/core_arguments: Move under Functions subsection.
Show description for c5efb81committed- committed
Commits on Jul 7, 2017
py/objgenerator: Allow to hash generators and generator instances.
Show description for f69ab79committed
Commits on Jul 5, 2017
- committed
- authored andcommitted
Commits on Jul 3, 2017
- committed
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- committed
Commits on Jun 29, 2017
Commits on Jun 28, 2017
Commits on Jun 26, 2017
tests: Auto detect floating point capabilites of the target.
Show description for 4a6c0fdcommitted
Commits on Jun 23, 2017
tests/connect_nonblock: Refactor towards real net_hosted test.
Show description for bc7659ecommittedtests/net_inet: Move tests which don't require full Internet to net_hosted.
Show description for 3f9d59ccommitted