Commits
User selector
Commit History
Commits on Jul 6, 2020
Commits on Mar 17, 2020
Commits on Mar 9, 2020
f-strings: Make optional, defaulting to !CIRCUITPY_MINIMAL_BUILD
Show description for 473e9c5committed
Commits on Feb 27, 2020
- committed
Commits on Feb 12, 2020
Track first free atb for multiple block sizes.
Show description for 36e6cc8committed
Commits on Dec 12, 2019
py: Introduce MP_UNREACHABLE macro to annotate unreachable code.
Show description for 63046d8authored andcommitted
Commits on Feb 21, 2019
Commits on Feb 14, 2019
extmod/modure: Add ure.sub() function and method, and tests.
Show description for b9dc23cauthored andcommittedextmod/modure: Add match.span(), start() and end() methods, and tests.
Show description for cbeac09authored andcommittedextmod/modure: Add match.groups() method, and tests.
Show description for a24fabbauthored andcommitted
Commits on Jul 14, 2018
Commits on Jul 12, 2018
Commits on Jul 11, 2018
Commits on Jul 3, 2018
Commits on Jun 12, 2018
extmod/moduhashlib: Allow to disable the sha256 class.
Show description for 6630354authored andcommittedpy/modio: Add uio.IOBase class to allow to define user streams.
Show description for af0932acommitted
Commits on Jun 8, 2018
py/objtype: Optimise instance get/set/del by skipping special accessors.
Show description for 36c1052committed
Commits on Jun 6, 2018
py/mpconfig.h: Add default MICROPY_VFS_FAT config value.
Show description for a8b9e71committedextmod: Add VfsPosix filesystem component.
Show description for 8d82b0ecommitted
Commits on May 22, 2018
py/modbuiltins: Add support for rounding integers.
Show description for b318ebfauthored andcommitted
Commits on May 11, 2018
py/mpconfig.h: Be stricter when autodetecting machine endianness.
Show description for 9630376committed
Commits on Mar 26, 2018
Conditionally compile out nonstandard array/struct typecodes
Show description for 355bf8bcommitted
Commits on Feb 21, 2018
py/objdeque: Implement ucollections.deque type with fixed size.
Show description for 970eedcauthored andcommitted
Commits on Feb 20, 2018
py/modmicropython: Allow to have stack_use() func without mem_info().
Show description for 7e2a488committedpy/builtinimport: Add compile-time option to disable external imports.
Show description for 2099368committed
Commits on Feb 14, 2018
py/objrange: Implement (in)equality comparison between range objects.
Show description for d77da83committed
Commits on Feb 4, 2018
py/compile: Combine compiler-opt of 2 and 3 tuple-to-tuple assignment.
Show description for 253f2bdcommitted
Commits on Dec 15, 2017
py/objgenerator: Allow to pend an exception for next execution.
Show description for 6364401committed
Commits on Dec 11, 2017
py: Extend nan-boxing config to have 47-bit small integers.
Show description for 2759beccommittedpy: Introduce a Python stack for scoped allocation.
Show description for 02d830ccommitted
Commits on Dec 10, 2017
unix/mpconfigport: Disable uio.resource_stream().
Show description for e7fc765committed
Commits on Nov 20, 2017
py: Add config option to disable multiple inheritance.
Show description for da154fdcommitted
Commits on Nov 12, 2017
- authored andcommitted
Commits on Nov 8, 2017
py/mpconfig: Introduce reusable MP_HTOBE32(), etc. macros.
Show description for 1b146e9committed
Commits on Nov 2, 2017
Merge tag 'v1.9.3'
Show description for 7b393bccommitted