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