COMMITS
/ Programs/_bootstrap_python.c April 22, 2024
G
Remove more remnants of deepfreeze (#118159)
Guido van Rossum committed
September 8, 2023
M
GH-108716: Turn off deep-freezing of code objects. (GH-108722)
Mark Shannon committed
December 10, 2022
K
gh-99582: freeze `zipimport` into `_bootstrap_python` (#99583)
Kai Zhang committed
December 9, 2022
M
GH-98522: Add version number to code objects. (GH-98525)
Mark Shannon committed
October 17, 2022
V
gh-97669: Create Tools/build/ directory (#97963)
Victor Stinner committed
May 5, 2022
V
gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)
Victor Stinner committed
February 26, 2022
K
Propagate errors (however unlikely) from _Py_Deepfreeze_Init() (GH-31596)
Kumar Aditya committed
February 24, 2022
K
bpo-46430: Fix memory leak in interned strings of deep-frozen modules (GH-31549)
Kumar Aditya committed
January 27, 2022
K
bpo-46476: Fix memory leak in code objects generated by deepfreeze (GH-30853)
Kumar Aditya committed
December 3, 2021
C
bpo-45950: Introduce Bootstrap Python again (#29859)
Christian Heimes committed