summaryrefslogtreecommitdiff
path: root/Tools/scripts/freeze_modules.py
Commit message (Expand)AuthorAgeFilesLines
* Get rid of the MANIFEST fileunixdeepfreezeGuido van Rossum2021-11-221-43/+0
* bpo-45873: Get rid of bootstrap_pythonGuido van Rossum2021-11-221-60/+5
* bpo-45850: Implement deep-freeze on Windows (#29648)Guido van Rossum2021-11-221-1/+20
* bpo-45696: Deep-freeze selected modules (GH-29118)Guido van Rossum2021-11-101-10/+56
* bpo-45395: Make custom frozen modules additions instead of replacements. (gh-...Eric Snow2021-10-281-19/+44
* bpo-45402: Fix test_tools.test_sundry() (GH-28786)Victor Stinner2021-10-071-3/+4
* bpo-45020: Identify which frozen modules are actually aliases. (gh-28655)Eric Snow2021-10-051-1/+38
* bpo-45020: Add more test cases for frozen modules. (gh-28664)Eric Snow2021-09-301-6/+9
* Fix EncodingWarning in freeze_modules. (GH-28591)Inada Naoki2021-09-301-4/+4
* bpo-45020: Do not freeze <pkg>/__init__.py twice. (gh-28635)Eric Snow2021-09-291-0/+7
* Select correct tool platform when building on Windows ARM64 natively (GH-28491)Niyas Sait2021-09-271-1/+5
* bpo-45020: Fix some corner cases for frozen module generation. (gh-28538)Eric Snow2021-09-241-21/+37
* bpo-45020: Freeze os, site, and codecs. (gh-28398)Eric Snow2021-09-171-11/+11
* bpo-45020: Fix build out of source tree (GH-28410)Victor Stinner2021-09-171-4/+10
* bpo-45020: Drop the frozen .h files from the repo. (gh-28392)Eric Snow2021-09-161-7/+4
* bpo-45020: Revert "Drop the frozen .h files from the repo." (gh-28380)Eric Snow2021-09-151-3/+6
* bpo-45020: Drop the frozen .h files from the repo. (gh-28375)Eric Snow2021-09-151-6/+3
* bpo-45019: Clean up the frozen __hello__ module. (gh-28374)Eric Snow2021-09-151-4/+4
* bpo-45188: Windows now regenerates frozen modules at the start of build inste...Steve Dower2021-09-151-13/+47
* bpo-45020: Freeze some of the modules imported during startup. (gh-28335)Eric Snow2021-09-151-3/+28
* bpo-45019: Do some cleanup related to frozen modules. (gh-28319)Eric Snow2021-09-131-102/+214
* bpo-45019: Add a tool to generate list of modules to include for frozen modul...Eric Snow2021-08-301-0/+496