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