aboutsummaryrefslogtreecommitdiff
path: root/py/mpconfig.h
AgeCommit message (Expand)Author
2020-10-22py, extmod: Introduce and use MP_FALLTHROUGH macro.Emil Renner Berthing
2020-10-01py/parse: Expose rule-name printing as MICROPY_DEBUG_PARSE_RULE_NAME.Damien George
2020-09-11py: Fix handling of NaN in certain pow implementations.stijn
2020-09-02all: Bump version to 1.13.Damien George
2020-08-02py/persistentcode: Maintain root ptr list of imported native .mpy code.Damien George
2020-06-16py/compile: Implement PEP 572, assignment expressions with := operator.Damien George
2020-05-28py/modmath: Work around msvc float bugs in atan2, fmod and modf.stijn
2020-04-30py/scheduler: Add option to wrap mp_sched_schedule in arbitrary attr.Damien George
2020-04-23all: Format code to add space after C++-style comment start.stijn
2020-04-09py/objexcept: Remove optional TimeoutError exception.Damien George
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.Damien 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.Damien 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.Damien 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