COMMITS
/ Python/frozen.c March 18, 2024
G
gh-108716: Cleanup remaining deepfreeze infrastructure (#116919)
Guido van Rossum committed
December 3, 2023
V
gh-106560: Fix redundant declarations in Python/frozen.c (#112612)
Victor Stinner committed
September 8, 2023
M
GH-108716: Turn off deep-freezing of code objects. (GH-108722)
Mark Shannon committed
April 24, 2023
E
gh-100227: Only Use deepfreeze for the Main Interpreter (gh-103794)
Eric Snow committed
October 17, 2022
V
gh-97669: Create Tools/build/ directory (#97963)
Victor Stinner committed
February 25, 2022
P
bpo-46748: Don't import <stdbool.h> in public headers (GH-31553)
Petr Viktorin committed
February 4, 2022
K
bpo-46608: exclude marshalled-frozen data if deep-freezing to save 300 KB space (GH-31074)
Kumar Aditya 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
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 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 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
September 15, 2021
E
bpo-45019: Clean up the frozen __hello__ module. (gh-28374)
Eric Snow committed
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
March 6, 2021
N
bpo-43372: Use _freeze_importlib for regen-frozen. (GH-24759)
Neil Schemenauer committed
February 19, 2021
N
bpo-39448: Add regen-frozen makefile target. (GH-18174)
Neil Schemenauer committed
April 29, 2019
P
bpo-36540: PEP 570 -- Implementation (GH-12701)
Pablo Galindo committed
September 18, 2018
S
bpo-25711: Rewrite zipimport in pure Python. (GH-6809)
Serhiy Storchaka committed
May 24, 2016
S
Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode.
Serhiy Storchaka committed
May 3, 2015
E
Issue #23911: Move path-based bootstrap code to a separate frozen module.
Eric Snow committed
March 13, 2013
B
make some freezing related stuff const
Benjamin Peterson committed
April 14, 2012
B
Issue #2377: Make importlib the implementation of __import__().
Brett Cannon committed
May 16, 2011
V
Issue #11614: import __hello__ prints "Hello World!". Patch written by Andreas
Victor Stinner committed
May 9, 2010
A
Recorded merge of revisions 81032 via svnmerge from
Antoine Pitrou committed
November 12, 2007
C
Fix for refleak tests through regrtest.py -R:: bug #1414
Christian Heimes committed
October 15, 2007
G
Patch #1272, by Christian Heimes and Alexandre Vassalotti.
Guido van Rossum committed
June 12, 2007
G
Update the frozen bytecode for __hello__.
Guido van Rossum committed
February 9, 2007
G
Fix test_frozen.
Guido van Rossum committed
December 13, 2006
T
Oops, re-add 'static' qualifier.
Thomas Wouters committed
T
Regenerate frozen.c's manual marshal as directed, fixing test_frozen.
Thomas Wouters committed
August 15, 2002
M
This is my patch
Michael W. Hudson committed
June 14, 2002
N
Fix SF bug # 561858 Assertion with very long lists
Neal Norwitz committed
October 18, 2001
T
Squash compiler wng about signed/unsigned mismatch.
Tim Peters committed
G
Fix the frozen bytecode for __hello__ (betcha didn't know that existed
Guido van Rossum committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
April 3, 1998
G
Add primitive test for frozen package.
Guido van Rossum committed
July 19, 1997
G
Oops -- this contains frozen bytecode, but it was Python 1.4 bytecode!
Guido van Rossum committed
October 25, 1996
G
New permission notice, includes CNRI.
Guido van Rossum committed
June 17, 1996
G
New style interface via pointer variable.
Guido van Rossum committed
May 28, 1996
G
grand renaming; added copyright to some files
Guido van Rossum committed
August 4, 1995
G
Initial revision
Guido van Rossum committed