index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
shared
/
runtime
/
pyexec.c
Commit message (
Expand
)
Author
Age
*
shared/runtime/pyexec: Add helper function to execute a vstr.
iabdalkader
2025-03-14
*
shared/runtime/pyexec: Make a raised SystemExit always do a forced exit.
Damien George
2024-07-20
*
all: Remove the "STATIC" macro and just use "static" instead.
Angus Gratton
2024-03-07
*
py/emitglue: Introduce mp_proto_fun_t as a more general mp_raw_code_t.
Damien George
2024-02-16
*
py/builtinevex: Handle invalid filenames for execfile.
Jim Mussared
2023-10-12
*
all: Fix spelling mistakes based on codespell check.
Damien George
2023-04-27
*
shared/runtime/pyexec: Don't allow Ctrl+C to interrupt frozen boot code.
David Grayson
2023-04-05
*
py/gc: Make gc_dump_info/gc_dump_alloc_table take a printer as argument.
Damien George
2023-03-10
*
shared/runtime: Use mp_printf consistently, instead of printf.
Damien George
2023-01-24
*
shared/runtime/pyexec: Use MP_REGISTER_ROOT_POINTER().
David Lechner
2022-07-18
*
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-04-28
*
py/modsys: Add optional mutable attributes sys.ps1/ps2 and use them.
Damien George
2022-03-10
*
py: Rework bytecode and .mpy file format to be mostly static data.
Damien George
2022-02-24
*
shared/runtime/pyexec: Cleanup EXEC_FLAG flag constants.
iabdalkader
2022-01-06
*
py: Only search frozen modules when '.frozen' is found in sys.path.
Jim Mussared
2021-12-18
*
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
2021-07-12