COMMITS
/ Tools/scripts/freeze_modules.py September 6, 2023
V
[3.11] gh-108740: Fix "make regen-all" race condition (#108741) (#109021)
Victor Stinner committed
March 31, 2022
E
March 5, 2022
S
Remove trailing spaces (GH-31695)
Serhiy Storchaka committed
February 5, 2022
K
bpo-46608: Fix argument parsing in freeze_modules.py (GH-31131)
Kumar Aditya committed
February 4, 2022
K
bpo-46608: exclude marshalled-frozen data if deep-freezing to save 300 KB space (GH-31074)
Kumar Aditya committed
January 20, 2022
K
bpo-46429: Merge all deepfrozen files into one (GH-30572)
Kumar Aditya committed
December 13, 2021
C
bpo-45949: Pure Python freeze module for cross builds (GH-29899)
Christian Heimes committed
December 10, 2021
C
bpo-45654: No need to freeze types (GH-30028)
Christian Heimes committed
December 9, 2021
K
bpo-45654: Freeze the runpy module and stuff it imports (GH-29903)
Kumar Aditya committed
December 3, 2021
C
bpo-45950: Introduce Bootstrap Python again (#29859)
Christian Heimes committed
November 26, 2021
K
bpo-45019: Cleanup module freezing and deepfreeze (#29772)
Kumar Aditya committed
November 24, 2021
K
Fix typo in freeze_modules (#29744)
Kumar Aditya committed
C
bpo-45886: Allow overriding freeze command for cross compiling (GH-29735)
Christian Heimes committed
November 23, 2021
G
bpo-45873: Get rid of bootstrap_python (#29717)
Guido van Rossum committed
November 22, 2021
G
bpo-45850: Implement deep-freeze on Windows (#29648)
Guido van Rossum committed
November 11, 2021
G
bpo-45696: Deep-freeze selected modules (GH-29118)
Guido van Rossum committed
October 28, 2021
E
October 7, 2021
V
bpo-45402: Fix test_tools.test_sundry() (GH-28786)
Victor Stinner committed
October 5, 2021
E
bpo-45020: Identify which frozen modules are actually aliases. (gh-28655)
Eric Snow committed
October 1, 2021
E
bpo-45020: Add more test cases for frozen modules. (gh-28664)
Eric Snow committed
September 30, 2021
I
Fix EncodingWarning in freeze_modules. (GH-28591)
Inada Naoki committed
September 29, 2021
E
bpo-45020: Do not freeze <pkg>/__init__.py twice. (gh-28635)
Eric Snow committed
September 27, 2021
N
Select correct tool platform when building on Windows ARM64 natively (GH-28491)
Niyas Sait committed
September 24, 2021
E
bpo-45020: Fix some corner cases for frozen module generation. (gh-28538)
Eric Snow committed
September 17, 2021
E
bpo-45020: Freeze os, site, and codecs. (gh-28398)
Eric Snow committed
V
bpo-45020: Fix build out of source tree (GH-28410)
Victor Stinner committed
September 16, 2021
E
bpo-45020: Drop the frozen .h files from the repo. (gh-28392)
Eric Snow committed
E
bpo-45020: Revert "Drop the frozen .h files from the repo." (gh-28380)
Eric Snow committed
E
bpo-45020: Drop the frozen .h files from the repo. (gh-28375)
Eric Snow committed
September 15, 2021
E
bpo-45019: Clean up the frozen __hello__ module. (gh-28374)
Eric Snow committed
S
E
bpo-45020: Freeze some of the modules imported during startup. (gh-28335)
Eric Snow committed
September 13, 2021
E
bpo-45019: Do some cleanup related to frozen modules. (gh-28319)
Eric Snow committed
August 30, 2021