Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GH-89435: os.path should not be a frozen module (#126924) | Filipe Laíns 🇵🇸 | 2024-11-22 | 1 | -3/+0 |
* | gh-120417: Remove unused imports in Tools (#120623) | Victor Stinner | 2024-06-17 | 1 | -2/+2 |
* | gh-108716: Cleanup remaining deepfreeze infrastructure (#116919) | Guido van Rossum | 2024-03-18 | 1 | -77/+2 |
* | gh-113258: Write frozen modules to the build tree on Windows (GH-113303) | Itamar Oren | 2024-01-03 | 1 | -4/+4 |
* | gh-106560: Fix redundant declarations in Python/frozen.c (#112612) | Victor Stinner | 2023-12-03 | 1 | -1/+12 |
* | gh-109515: When generating deep frozen modules on Windows, use a list file in... | Riccardo Ghetta | 2023-10-30 | 1 | -3/+25 |
* | GH-108716: Turn off deep-freezing of code objects. (GH-108722) | Mark Shannon | 2023-09-08 | 1 | -21/+9 |
* | gh-108740: Fix "make regen-all" race condition (#108741) | Victor Stinner | 2023-09-06 | 1 | -1/+1 |
* | Add advice how to freeze fewer modules (#101298) | Guido van Rossum | 2023-01-25 | 1 | -1/+6 |
* | gh-97669: Create Tools/build/ directory (#97963) | Victor Stinner | 2022-10-17 | 1 | -0/+733 |