aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Tools/scripts/freeze_modules.py
Commit message (Expand)AuthorAge
* gh-97669: Create Tools/build/ directory (#97963)Victor Stinner2022-10-17
* gh-84623: Remove unused imports (#94132)Victor Stinner2022-06-22
* bpo-47146: Stop Depending On regen-deepfreeze For regen-global-objects (gh-32...Eric Snow2022-03-31
* Remove trailing spaces (GH-31695)Serhiy Storchaka2022-03-05
* bpo-46608: Fix argument parsing in freeze_modules.py (GH-31131)Kumar Aditya2022-02-05
* bpo-46608: exclude marshalled-frozen data if deep-freezing to save 300 KB spa...Kumar Aditya2022-02-04
* bpo-46429: Merge all deepfrozen files into one (GH-30572)Kumar Aditya2022-01-20
* bpo-45949: Pure Python freeze module for cross builds (GH-29899)Christian Heimes2021-12-13
* bpo-45654: No need to freeze types (GH-30028)Christian Heimes2021-12-10
* bpo-45654: Freeze the runpy module and stuff it imports (GH-29903)Kumar Aditya2021-12-09
* bpo-45950: Introduce Bootstrap Python again (#29859)Christian Heimes2021-12-03
* bpo-45019: Cleanup module freezing and deepfreeze (#29772)Kumar Aditya2021-11-26
* Fix typo in freeze_modules (#29744)Kumar Aditya2021-11-24
* bpo-45886: Allow overriding freeze command for cross compiling (GH-29735)Christian Heimes2021-11-24
* bpo-45873: Get rid of bootstrap_python (#29717)Guido van Rossum2021-11-23
* bpo-45850: Implement deep-freeze on Windows (#29648)Guido van Rossum2021-11-22
* bpo-45696: Deep-freeze selected modules (GH-29118)Guido van Rossum2021-11-10
* bpo-45395: Make custom frozen modules additions instead of replacements. (gh-...Eric Snow2021-10-28
* bpo-45402: Fix test_tools.test_sundry() (GH-28786)Victor Stinner2021-10-07
* bpo-45020: Identify which frozen modules are actually aliases. (gh-28655)Eric Snow2021-10-05
* bpo-45020: Add more test cases for frozen modules. (gh-28664)Eric Snow2021-09-30
* Fix EncodingWarning in freeze_modules. (GH-28591)Inada Naoki2021-09-30
* bpo-45020: Do not freeze <pkg>/__init__.py twice. (gh-28635)Eric Snow2021-09-29
* Select correct tool platform when building on Windows ARM64 natively (GH-28491)Niyas Sait2021-09-27
* bpo-45020: Fix some corner cases for frozen module generation. (gh-28538)Eric Snow2021-09-24
* bpo-45020: Freeze os, site, and codecs. (gh-28398)Eric Snow2021-09-17
* bpo-45020: Fix build out of source tree (GH-28410)Victor Stinner2021-09-17
* bpo-45020: Drop the frozen .h files from the repo. (gh-28392)Eric Snow2021-09-16
* bpo-45020: Revert "Drop the frozen .h files from the repo." (gh-28380)Eric Snow2021-09-15
* bpo-45020: Drop the frozen .h files from the repo. (gh-28375)Eric Snow2021-09-15
* bpo-45019: Clean up the frozen __hello__ module. (gh-28374)Eric Snow2021-09-15
* bpo-45188: Windows now regenerates frozen modules at the start of build inste...Steve Dower2021-09-15
* bpo-45020: Freeze some of the modules imported during startup. (gh-28335)Eric Snow2021-09-15
* bpo-45019: Do some cleanup related to frozen modules. (gh-28319)Eric Snow2021-09-13
* bpo-45019: Add a tool to generate list of modules to include for frozen modul...Eric Snow2021-08-30