summaryrefslogtreecommitdiff
path: root/py/mpconfig.h
AgeCommit message (Expand)Author
2020-03-17ulab: rename enable macro so it appears in the support matrixJeff Epler
2020-03-09f-strings: Make optional, defaulting to !CIRCUITPY_MINIMAL_BUILDJeff Epler
2020-02-27ulab: Incorporate itJeff Epler
2020-02-11Track first free atb for multiple block sizes.Scott Shawcroft
2019-12-12py: Introduce MP_UNREACHABLE macro to annotate unreachable code.Damien George
2019-02-21Add CIRCUITPY macro; rename u* only when CIRCUITPY=1Dan Halbert
2019-02-14extmod/modure: Add ure.sub() function and method, and tests.Damien George
2019-02-14extmod/modure: Add match.span(), start() and end() methods, and tests.Damien George
2019-02-14extmod/modure: Add match.groups() method, and tests.Damien George
2018-07-13compiles and runs; hangs on import storage;storage.VfsFat.<tab>Dan Halbert
2018-07-12continued WIP: almost compilingDan Halbert
2018-07-11WIP: after merge; before testingDan Halbert
2018-07-03Limit qstr pool size to reduce memory waste.Scott Shawcroft
2018-06-12extmod/moduhashlib: Allow to disable the sha256 class.Yonatan Goldschmidt
2018-06-12py/modio: Add uio.IOBase class to allow to define user streams.Damien George
2018-06-08py/objtype: Optimise instance get/set/del by skipping special accessors.Damien George
2018-06-06py/mpconfig.h: Add default MICROPY_VFS_FAT config value.Damien George
2018-06-06extmod: Add VfsPosix filesystem component.Damien George
2018-05-22py/modbuiltins: Add support for rounding integers.Jan Klusacek
2018-05-11py/mpconfig.h: Be stricter when autodetecting machine endianness.Damien George
2018-03-26Conditionally compile out nonstandard array/struct typecodesJeff Epler
2018-02-21py/objdeque: Implement ucollections.deque type with fixed size.Paul Sokolovsky
2018-02-20py/modmicropython: Allow to have stack_use() func without mem_info().Damien George
2018-02-20py/builtinimport: Add compile-time option to disable external imports.Damien George
2018-02-14py/objrange: Implement (in)equality comparison between range objects.Damien George
2018-02-04py/compile: Combine compiler-opt of 2 and 3 tuple-to-tuple assignment.Damien George
2017-12-15py/objgenerator: Allow to pend an exception for next execution.Paul Sokolovsky
2017-12-11py: Extend nan-boxing config to have 47-bit small integers.Damien George
2017-12-11py: Introduce a Python stack for scoped allocation.Damien George
2017-12-10unix/mpconfigport: Disable uio.resource_stream().Paul Sokolovsky
2017-11-20py: Add config option to disable multiple inheritance.Damien George
2017-11-12py/objnamedtuple: Add _asdict function if OrderedDict is supportedstijn
2017-11-08py/mpconfig: Introduce reusable MP_HTOBE32(), etc. macros.Paul Sokolovsky
2017-11-02Merge tag 'v1.9.3'Scott Shawcroft
2017-10-30extmod/modussl: Add finaliser support for ussl objects.Eric Poulsen
2017-10-27py/objtype: Introduce MICROPY_PY_ALL_INPLACE_SPECIAL_METHODS.Paul Sokolovsky
2017-10-24Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_mergeScott Shawcroft
2017-09-26py: Add config option to print warnings/errors to stderr.David Lechner
2017-09-18py/mpconfig.h: Add note that using computed gotos in VM is not C99.Damien George
2017-09-10py/runtime: Implement dispatch for "reverse op" special methods.Paul Sokolovsky
2017-09-06py/objstr: Add check for valid UTF-8 when making a str from bytes.tll
2017-08-25Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...Dan Halbert
2017-08-15py: Add verbose debug compile-time flag MICROPY_DEBUG_VERBOSE.Stefan Naumann
2017-08-11Turn on Rosie CI testing to test new builds on real hardware.Scott Shawcroft
2017-08-11py/modsys: Initial implementation of sys.getsizeof().Paul Sokolovsky
2017-07-23Measure and report maximum stack usage. (#175)Dan Halbert
2017-07-18all: Unify header guard usage.Alexander Steffen
2017-06-26py/mpconfig.h: Remove spaces in "Micro Python" and remove blank line.Damien George
2017-06-20Merge tag 'v1.9.1'2.0.0-alpha.0Scott Shawcroft
2017-06-01py/modbuiltins: Add core-provided version of input() function.Damien George