COMMITS
/ Tools/scripts/deepfreeze.py September 3, 2022
K
GH-96458: Statically initialize utf8 representation of static strings (#96481)
Kumar Aditya committed
July 12, 2022
C
gh-94773: deepfreeze: support frozensets with unsortable types (GH-94775)
Christian Heimes committed
June 24, 2022
K
gh-93382: Sync up `co_code` changes with 3.11 (GH-94227)
Ken Jin committed
June 23, 2022
G
gh-93771: Clarify how deepfreeze.py is run (#94150)
Guido van Rossum committed
June 20, 2022
M
GH-93516: Speedup line number checks when tracing. (GH-93763)
Mark Shannon committed
June 14, 2022
M
GH-93516: Store offset of first traceable instruction in code object (GH-93769)
Mark Shannon committed
May 12, 2022
I
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
Inada Naoki committed
April 21, 2022
M
GH-88116: Use a compact format to represent end line and column offsets. (GH-91666)
Mark Shannon committed
April 19, 2022
K
bpo-46712: share more global strings in deepfreeze (gh-32152)
Kumar Aditya committed
March 27, 2022
K
bpo-46429: tweak deepfreeze output (#32107)
Kumar Aditya committed
March 22, 2022
J
bpo-47084: Clear Unicode cached representations on finalization (GH-32032)
Jeremy Kloth committed
March 21, 2022
B
bpo-46841: Quicken code in-place (GH-31888)
Brandt Bucher committed
February 28, 2022
E
bpo-46753: Add the empty tuple to the _PyRuntimeState.global_objects. (gh-31345)
Eric Snow committed
February 26, 2022
K
Propagate errors (however unlikely) from _Py_Deepfreeze_Init() (GH-31596)
Kumar Aditya committed
February 25, 2022
K
bpo-46712: Share global string identifiers in deepfreeze (GH-31261)
Kumar Aditya committed
February 24, 2022
K
bpo-46430: Fix memory leak in interned strings of deep-frozen modules (GH-31549)
Kumar Aditya committed
February 9, 2022
K
bpo-46430: Intern strings in deep-frozen modules (GH-30683)
Kumar Aditya committed
January 28, 2022
K
bpo-46449: deepfreeze get_code() now returns strong ref (GH-30987)
Kumar Aditya committed
January 27, 2022
C
bpo-46476: Simplify and fix _PyStaticCode_Dealloc (GH-30965)
Christian Heimes committed
K
bpo-46476: Fix memory leak in code objects generated by deepfreeze (GH-30853)
Kumar Aditya committed
January 23, 2022
K
bpo-46471: Use single byte singletons (GH-30781)
Kumar Aditya committed
January 20, 2022
K
bpo-46429: Merge all deepfrozen files into one (GH-30572)
Kumar Aditya committed
K
bpo-46443: deepfreeze: use small ints and singleton zero bytes (GH-30715)
Kumar Aditya committed
December 13, 2021
C
bpo-45949: Pure Python freeze module for cross builds (GH-29899)
Christian Heimes committed
December 3, 2021
C
bpo-45950: Introduce Bootstrap Python again (#29859)
Christian Heimes committed
November 24, 2021
C
bpo-45020: Fix strict-prototypes warning (GH-29755)
Christian Heimes committed
November 23, 2021
C
bpo-45873: Restore Python 3.6 compatibility (GH-29730)
Christian Heimes committed
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