summaryrefslogtreecommitdiff
path: root/py/mpconfig.h
AgeCommit message (Expand)Author
2020-03-26extmod/uasyncio: Add optional implementation of core uasyncio in C.Damien George
2020-03-26py/mpconfig.h: Enable MICROPY_MODULE_GETATTR by default.Damien George
2020-03-25all: Remove spaces between nested paren and inside function arg paren.Damien George
2020-03-11py/modmicropython: Add heap_locked function to test state of heap.Andrew Leech
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2020-02-07py/scheduler: Allow a port to specify attrs for mp_keyboard_interrupt.Damien George
2020-01-12py/mpconfig.h: Define BITS_PER_BYTE only if not already defined.Yonatan Goldschmidt
2020-01-13py/obj: Add MICROPY_OBJ_IMMEDIATE_OBJS option to reduce code size.Damien George
2020-01-13py/obj.h: Redefine qstr object encoding to add immediate obj encoding.Damien George
2020-01-12lib/mp-readline: Add word-based move/delete EMACS key sequences.Yonatan Goldschmidt
2019-12-28py/objslice: Add support for indices() method on slice objects.Nicko van Someren
2019-12-28lib/utils/pyexec: Introduce MICROPY_REPL_INFO, wrap debug prints in it.Yonatan Goldschmidt
2019-12-20all: Bump version to 1.12.v1.12Damien George
2019-10-22py: Automatically provide weak links from "foo" to "ufoo" module name.Damien George
2019-10-05py: Add new Xtensa-Windowed arch for native emitter.Damien George
2019-08-30py: Integrate sys.settrace feature into the VM and runtime.Milan Rossa
2019-08-19extmod/modure: Make regex dump-code debugging feature optional.Damien George
2019-08-19py: Introduce MP_UNREACHABLE macro to annotate unreachable code.Damien George
2019-08-17py/modmath: Implement math.isclose() for non-complex numbers.stijn
2019-08-15py: Implement new sys.atexit feature.Milan Rossa
2019-06-28py: Define EMIT_MACHINE_CODE as EMIT_NATIVE || EMIT_INLINE_ASM.Jun Wu
2019-05-29py/nativeglue: Remove dependency on mp_fun_table in dyn-compiler mode.Damien George
2019-05-29all: Bump version to 1.11.v1.11Damien George
2019-05-14py/objarray: Add support for memoryview.itemsize attribute.stijn
2019-05-06extmod/moducryptolib: Add AES-CTR support.Yonatan Goldschmidt
2019-03-08py: Add independent config for debugging sentinel object values.Damien George
2019-03-01py/compile: Add optimisation to compile OrderedDict inplace.Damien George
2019-02-14extmod/moduwebsocket: Refactor `websocket` to `uwebsocket`.Yonatan Goldschmidt
2019-02-06py/mpconfig.h: Fix comments mentioning dangling file and variable names.Yonatan Goldschmidt
2019-01-31py/warning: Support categories for warnings.Paul Sokolovsky
2019-01-27py: Add optional support for 2-argument version of built-in next().stijn
2019-01-27py: Remove calls to file reader functions when these are disabled.Sean Burton
2019-01-26all: Bump version to 1.10.v1.10Damien George
2019-01-26py/mpconfig.h: Remove parentheses from MICROPY_VERSION_xxx macros.Damien George
2019-01-04py: Get optional VM stack overflow check compiling and working again.Damien George
2018-12-22py/mpconfig: Move MICROPY_VERSION macros to static ones in mpconfig.h.Damien George
2018-12-13py/objdict: Make .fromkeys() method configurable.Paul Sokolovsky
2018-12-10extmod/moductypes: Add aliases for native C types.Paul Sokolovsky
2018-12-04py: Add option to reduce GC stack integer size to save RAM.Ayke van Laethem
2018-10-23py/objmodule: Implement PEP 562's __getattr__ for modules.Paul m. p. P
2018-10-22py/objstr: Make str.count() method configurable.Paul Sokolovsky
2018-09-26py/modmath: Add math.factorial, optimised and non-opt implementations.Christopher Swenson
2018-09-20py/objstr: Make % (__mod__) formatting operator configurable.Paul Sokolovsky
2018-09-11extmod/moduhashlib: Add md5 implementation, using axTLS.Paul Sokolovsky
2018-08-02py/mpconfig.h: Introduce MICROPY_DEBUG_PRINTER for debugging output.Damien George
2018-07-02extmod/modure: Add ure.sub() function and method, and tests.Damien George
2018-07-02extmod/modure: Add match.span(), start() and end() methods, and tests.Damien George
2018-07-02extmod/modure: Add match.groups() method, and tests.Damien George
2018-06-27extmod/moducryptolib: Optionally export MODE_* constants to Python.Yonatan Goldschmidt
2018-06-27extmod/moducryptolib: Add ucryptolib module with crypto functions.Paul Sokolovsky