summaryrefslogtreecommitdiff
path: root/shared/runtime/pyexec.c
AgeCommit message (Expand)Author
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