index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/upload-artifact-5
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
mpconfig.h
Age
Commit message (
Expand
)
Author
2022-01-07
py/mpconfig.h: Define MICROPY_PY_USSL_FINALISER only if not defined.
Damien George
2022-01-07
py/modbuiltins: Add additional macro for extending builtins.
stijn
2021-12-19
py/mpstate.h: Only include sys.path/argv objects in state when enabled.
Damien George
2021-12-18
py/runtime: Allow initialising sys.path/argv with defaults.
Damien George
2021-12-17
py/modio: Remove io.resource_stream function.
Jim Mussared
2021-12-01
py/builtinimport: Refactor module importing.
Jim Mussared
2021-11-01
py/gc: Add hook to run code during time consuming GC operations.
Laurens Valk
2021-11-01
py/mpconfig.h: Revert MICROPY_REPL_INFO to disabled at all levels.
Damien George
2021-11-01
py/mpconfig.h: Define the "extra" feature level.
Jim Mussared
2021-10-15
py: Add wrapper macros so hot VM functions can go in fast code location.
Damien George
2021-09-16
all: Remove MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE.
Jim Mussared
2021-09-16
py/map: Add an optional cache of (map+index) to speed up map lookups.
Jim Mussared
2021-09-16
py/vm: Add a fast path for LOAD_ATTR on instance types.
Jim Mussared
2021-09-16
py/mpconfig.h: Define initial templates for "feature levels".
Jim Mussared
2021-09-02
extmod/modonewire: Make _onewire module configurable via macro option.
Damien George
2021-09-02
extmod/machine_spi: Make SoftSPI configurable via macro option.
Damien George
2021-09-02
extmod/machine_i2c: Make SoftI2C configurable via macro option.
Damien George
2021-09-02
all: Bump version to 1.17.
v1.17
Damien George
2021-08-20
stm32: Disable computed goto on constrained boards.
Jim Mussared
2021-08-19
extmod: Add machine.bitstream.
Jim Mussared
2021-08-14
py: Implement partial PEP-498 (f-string) support.
Jim Mussared
2021-08-07
extmod/modujson: Add support for dump/dumps separators keyword-argument.
Peter Züger
2021-07-17
extmod/moduselect: Conditionally compile select().
David Lechner
2021-07-12
all: Update to point to files in new shared/ directory.
Damien George
2021-06-18
all: Bump version to 1.16.
v1.16
Damien George
2021-04-30
py/scheduler: Add optional port hook for when something is scheduled.
Damien George
2021-04-30
all: Rename mp_keyboard_interrupt to mp_sched_keyboard_interrupt.
Damien George
2021-04-30
py/scheduler: Add mp_sched_exception() to schedule a pending exception.
Damien George
2021-04-27
py: Add option to compile without any error messages at all.
Damien George
2021-04-19
all: Bump version to 1.15.
v1.15
Damien George
2021-04-12
py/runtime: Make sys.modules preallocate to a configurable size.
matejcik
2021-02-04
py: Rename WORD_MSBIT_HIGH to MP_OBJ_WORD_MSBIT_HIGH.
Damien George
2021-02-04
all: Rename BYTES_PER_WORD to MP_BYTES_PER_OBJ_WORD.
Damien George
2021-02-04
py: Rename BITS_PER_BYTE to MP_BITS_PER_BYTE.
Damien George
2021-02-04
py: Remove BITS_PER_WORD definition.
Damien George
2021-02-03
all: Bump version to 1.14.
v1.14
Damien George
2021-01-30
py/persistentcode: Introduce MICROPY_PERSISTENT_CODE_SAVE_FILE option.
David CARLIER
2021-01-29
py/asmthumb: Add support for ARMv6M in native emitter.
graham sanderson
2020-10-22
py, extmod: Introduce and use MP_FALLTHROUGH macro.
Emil Renner Berthing
2020-10-01
py/parse: Expose rule-name printing as MICROPY_DEBUG_PARSE_RULE_NAME.
Damien George
2020-09-11
py: Fix handling of NaN in certain pow implementations.
stijn
2020-09-02
all: Bump version to 1.13.
v1.13
Damien George
2020-08-02
py/persistentcode: Maintain root ptr list of imported native .mpy code.
Damien George
2020-06-16
py/compile: Implement PEP 572, assignment expressions with := operator.
Damien George
2020-05-28
py/modmath: Work around msvc float bugs in atan2, fmod and modf.
stijn
2020-04-30
py/scheduler: Add option to wrap mp_sched_schedule in arbitrary attr.
Damien George
2020-04-23
all: Format code to add space after C++-style comment start.
stijn
2020-04-09
py/objexcept: Remove optional TimeoutError exception.
Damien George
2020-03-26
extmod/uasyncio: Add optional implementation of core uasyncio in C.
Damien George
2020-03-26
py/mpconfig.h: Enable MICROPY_MODULE_GETATTR by default.
Damien George
[next]