summaryrefslogtreecommitdiff
path: root/py/mpconfig.h
AgeCommit message (Expand)Author
2021-06-18all: Bump version to 1.16.v1.16Damien George
2021-04-30py/scheduler: Add optional port hook for when something is scheduled.Damien George
2021-04-30all: Rename mp_keyboard_interrupt to mp_sched_keyboard_interrupt.Damien George
2021-04-30py/scheduler: Add mp_sched_exception() to schedule a pending exception.Damien George
2021-04-27py: Add option to compile without any error messages at all.Damien George
2021-04-19all: Bump version to 1.15.v1.15Damien George
2021-04-12py/runtime: Make sys.modules preallocate to a configurable size.matejcik
2021-02-04py: Rename WORD_MSBIT_HIGH to MP_OBJ_WORD_MSBIT_HIGH.Damien George
2021-02-04all: Rename BYTES_PER_WORD to MP_BYTES_PER_OBJ_WORD.Damien George
2021-02-04py: Rename BITS_PER_BYTE to MP_BITS_PER_BYTE.Damien George
2021-02-04py: Remove BITS_PER_WORD definition.Damien George
2021-02-03all: Bump version to 1.14.v1.14Damien George
2021-01-30py/persistentcode: Introduce MICROPY_PERSISTENT_CODE_SAVE_FILE option.David CARLIER
2021-01-29py/asmthumb: Add support for ARMv6M in native emitter.graham sanderson
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.v1.13Damien 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.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