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
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
2022-01-06
py/qstr: Reset mpstate.qstr_last_chunk before raising an error.
Emilie Feral
2021-12-29
ports: Move '.frozen' to second entry in sys.path.
Damien George
2021-12-21
py/mpz: Fix bugs with bitwise of -0 by ensuring all 0's are positive.
Damien George
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-18
py/mkrules.cmake: Set frozen preprocessor defs early.
Jim Mussared
2021-12-18
py: Only search frozen modules when '.frozen' is found in sys.path.
Jim Mussared
2021-12-17
all: Remove support for FROZEN_DIR and FROZEN_MPY_DIR.
Jim Mussared
2021-12-17
py/modio: Remove io.resource_stream function.
Jim Mussared
2021-12-15
py/showbc: Fix printing of raw bytecode header on nanbox builds.
Damien George
2021-12-01
py/builtinimport: Refactor module importing.
Jim Mussared
2021-11-25
py/objfun.h: Remove obsolete comments about entries in extra_args.
Damien George
2021-11-25
py/lexer: Support nested [] and {} characters within f-string params.
Damien George
2021-11-22
py/runtime: Allow types to use both .attr and .locals_dict.
Laurens Valk
2021-11-19
py/modsys: Replace non-ASCII quote char with ASCII char.
Damien George
2021-11-19
py/showbc: Print unary-op string when dumping bytecode.
Damien George
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-21
py/runtime: Fix crash when exc __new__ doesn't return an exc instance.
Mike Wadsten
2021-10-15
py: Add wrapper macros so hot VM functions can go in fast code location.
Damien George
2021-09-24
py/builtinimport: Forward all debug printing to MICROPY_DEBUG_PRINTER.
stijn
2021-09-19
extmod: Add platform module.
iabdalkader
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-13
py/emitnative: Ensure load_subscr does not clobber existing REG_RET.
Damien George
2021-09-10
py/parse: Simplify parse nodes representing a list.
Damien George
2021-09-04
extmod/machine_pwm: Factor out machine.PWM bindings to common code.
Damien George
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
py/mkrules.mk: Do submodule sync in "make submodules".
Jim Mussared
2021-08-19
stm32: Add implementation of machine.bitstream.
Jim Mussared
2021-08-19
extmod: Add machine.bitstream.
Jim Mussared
2021-08-19
py/lexer: Clear fstring_args vstr on lexer free.
Jim Mussared
2021-08-14
py: Implement partial PEP-498 (f-string) support.
Jim Mussared
2021-08-07
py/mkrules: Automatically build mpy-cross if it doesn't exist.
Damien George
2021-08-07
extmod/modujson: Add support for dump/dumps separators keyword-argument.
Peter Züger
2021-07-31
py/builtinimport: Fix condition for including do_execute_raw_code().
David Lechner
2021-07-23
py/runtime: Fix bool unary op for subclasses of native types.
Jim Mussared
2021-07-19
py/emitnative: Ensure stack settling is safe mid-branch.
Jim Mussared
2021-07-19
py/emitnative: Reuse need_reg_all func in need_stack_settled.
Damien George
2021-07-17
extmod/moduselect: Conditionally compile select().
David Lechner
2021-07-15
py/obj: Fix formatting of comment for mp_obj_is_integer.
Damien George
[next]