index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/docs/library/bluetooth
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shared
/
runtime
/
pyexec.c
Age
Commit message (
Expand
)
Author
2025-03-14
shared/runtime/pyexec: Add helper function to execute a vstr.
iabdalkader
2024-07-20
shared/runtime/pyexec: Make a raised SystemExit always do a forced exit.
Damien George
2024-03-07
all: Remove the "STATIC" macro and just use "static" instead.
Angus Gratton
2024-02-16
py/emitglue: Introduce mp_proto_fun_t as a more general mp_raw_code_t.
Damien George
2023-10-12
py/builtinevex: Handle invalid filenames for execfile.
Jim Mussared
2023-04-27
all: Fix spelling mistakes based on codespell check.
Damien George
2023-04-05
shared/runtime/pyexec: Don't allow Ctrl+C to interrupt frozen boot code.
David Grayson
2023-03-10
py/gc: Make gc_dump_info/gc_dump_alloc_table take a printer as argument.
Damien George
2023-01-24
shared/runtime: Use mp_printf consistently, instead of printf.
Damien George
2022-07-18
shared/runtime/pyexec: Use MP_REGISTER_ROOT_POINTER().
David Lechner
2022-04-28
py/modsys: Introduce sys.implementation._machine constant.
Damien George
2022-04-28
py/modsys: Append MicroPython git version and build date to sys.version.
Damien George
2022-03-10
py/modsys: Add optional mutable attributes sys.ps1/ps2 and use them.
Damien George
2022-02-24
py: Rework bytecode and .mpy file format to be mostly static data.
Damien George
2022-01-06
shared/runtime/pyexec: Cleanup EXEC_FLAG flag constants.
iabdalkader
2021-12-18
py: Only search frozen modules when '.frozen' is found in sys.path.
Jim Mussared
2021-07-12
all: Update to point to files in new shared/ directory.
Damien George
2021-07-12
shared: Introduce new top-level dir and move 1st party lib code there.
Damien George