summaryrefslogtreecommitdiffstats
path: root/Tools/build/freeze_modules.py
Commit message (Expand)AuthorAgeFilesLines
* GH-89435: os.path should not be a frozen module (#126924)Filipe Laíns 🇵🇸2024-11-221-3/+0
* gh-120417: Remove unused imports in Tools (#120623)Victor Stinner2024-06-171-2/+2
* gh-108716: Cleanup remaining deepfreeze infrastructure (#116919)Guido van Rossum2024-03-181-77/+2
* gh-113258: Write frozen modules to the build tree on Windows (GH-113303)Itamar Oren2024-01-031-4/+4
* gh-106560: Fix redundant declarations in Python/frozen.c (#112612)Victor Stinner2023-12-031-1/+12
* gh-109515: When generating deep frozen modules on Windows, use a list file in...Riccardo Ghetta2023-10-301-3/+25
* GH-108716: Turn off deep-freezing of code objects. (GH-108722)Mark Shannon2023-09-081-21/+9
* gh-108740: Fix "make regen-all" race condition (#108741)Victor Stinner2023-09-061-1/+1
* Add advice how to freeze fewer modules (#101298)Guido van Rossum2023-01-251-1/+6
* gh-97669: Create Tools/build/ directory (#97963)Victor Stinner2022-10-171-0/+733