Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove more remnants of deepfreeze (#118159) | Guido van Rossum | 2024-04-22 | 1 | -11/+0 |
* | GH-108716: Turn off deep-freezing of code objects. (GH-108722) | Mark Shannon | 2023-09-08 | 1 | -2/+0 |
* | gh-99582: freeze `zipimport` into `_bootstrap_python` (#99583) | Kai Zhang | 2022-12-10 | 1 | -0/+2 |
* | GH-98522: Add version number to code objects. (GH-98525) | Mark Shannon | 2022-12-09 | 1 | -0/+2 |
* | gh-97669: Create Tools/build/ directory (#97963) | Victor Stinner | 2022-10-17 | 1 | -1/+1 |
* | gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542) | Victor Stinner | 2022-05-05 | 1 | -0/+1 |
* | Propagate errors (however unlikely) from _Py_Deepfreeze_Init() (GH-31596) | Kumar Aditya | 2022-02-26 | 1 | -1/+2 |
* | bpo-46430: Fix memory leak in interned strings of deep-frozen modules (GH-31549) | Kumar Aditya | 2022-02-24 | 1 | -2/+6 |
* | bpo-46476: Fix memory leak in code objects generated by deepfreeze (GH-30853) | Kumar Aditya | 2022-01-27 | 1 | -0/+7 |
* | bpo-45950: Introduce Bootstrap Python again (#29859) | Christian Heimes | 2021-12-03 | 1 | -0/+105 |