| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-108716: Cleanup remaining deepfreeze infrastructure (#116919) | Guido van Rossum | 2024-03-18 | 1 | -28/+0 |
|
|
* | gh-106560: Fix redundant declarations in Python/frozen.c (#112612) | Victor Stinner | 2023-12-03 | 1 | -6/+0 |
|
|
* | GH-108716: Turn off deep-freezing of code objects. (GH-108722) | Mark Shannon | 2023-09-08 | 1 | -29/+29 |
|
|
* | gh-100227: Only Use deepfreeze for the Main Interpreter (gh-103794) | Eric Snow | 2023-04-24 | 1 | -29/+52 |
|
|
* | gh-97669: Create Tools/build/ directory (#97963) | Victor Stinner | 2022-10-17 | 1 | -1/+1 |
|
|
* | bpo-46748: Don't import <stdbool.h> in public headers (GH-31553) | Petr Viktorin | 2022-02-25 | 1 | -0/+2 |
|
|
* | bpo-46608: exclude marshalled-frozen data if deep-freezing to save 300 KB spa... | Kumar Aditya | 2022-02-04 | 1 | -54/+29 |
|
|
* | bpo-45654: No need to freeze types (GH-30028) | Christian Heimes | 2021-12-10 | 1 | -3/+0 |
|
|
* | bpo-45654: Freeze the runpy module and stuff it imports (GH-29903) | Kumar Aditya | 2021-12-09 | 1 | -0/+14 |
|
|
* | bpo-45850: Implement deep-freeze on Windows (#29648) | Guido van Rossum | 2021-11-22 | 1 | -5/+0 |
|
|
* | bpo-45696: Deep-freeze selected modules (GH-29118) | Guido van Rossum | 2021-11-11 | 1 | -32/+62 |
|
|
* | bpo-45395: Make custom frozen modules additions instead of replacements. (gh-... | Eric Snow | 2021-10-28 | 1 | -7/+12 |
|
|
* | bpo-45020: Identify which frozen modules are actually aliases. (gh-28655) | Eric Snow | 2021-10-05 | 1 | -1/+17 |
|
|
* | bpo-45020: Add more test cases for frozen modules. (gh-28664) | Eric Snow | 2021-10-01 | 1 | -2/+18 |
|
|
* | bpo-45020: Fix some corner cases for frozen module generation. (gh-28538) | Eric Snow | 2021-09-24 | 1 | -2/+2 |
|
|
* | bpo-45020: Freeze os, site, and codecs. (gh-28398) | Eric Snow | 2021-09-17 | 1 | -1/+10 |
|
|
* | bpo-45019: Clean up the frozen __hello__ module. (gh-28374) | Eric Snow | 2021-09-15 | 1 | -4/+4 |
|
|
* | bpo-45020: Freeze some of the modules imported during startup. (gh-28335) | Eric Snow | 2021-09-15 | 1 | -0/+19 |
|
|
* | bpo-45019: Do some cleanup related to frozen modules. (gh-28319) | Eric Snow | 2021-09-13 | 1 | -1/+1 |
|
|
* | bpo-45019: Add a tool to generate list of modules to include for frozen modul... | Eric Snow | 2021-08-30 | 1 | -23/+51 |
|
|
* | bpo-43372: Use _freeze_importlib for regen-frozen. (GH-24759) | Neil Schemenauer | 2021-03-06 | 1 | -6/+5 |
|
|
* | bpo-39448: Add regen-frozen makefile target. (GH-18174) | Neil Schemenauer | 2021-02-19 | 1 | -16/+6 |
|
|
* | bpo-36540: PEP 570 -- Implementation (GH-12701) | Pablo Galindo | 2019-04-29 | 1 | -9/+9 |
|
|
* | bpo-25711: Rewrite zipimport in pure Python. (GH-6809) | Serhiy Storchaka | 2018-09-18 | 1 | -3/+7 |
|
|
* | Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode. | Serhiy Storchaka | 2016-05-24 | 1 | -11/+9 |
|
|
* | Issue #23911: Move path-based bootstrap code to a separate frozen module. | Eric Snow | 2015-05-03 | 1 | -0/+3 |
|
|
* | make some freezing related stuff const | Benjamin Peterson | 2013-03-13 | 1 | -2/+2 |
|
|
* | Issue #2377: Make importlib the implementation of __import__(). | Brett Cannon | 2012-04-14 | 1 | -0/+3 |
|
|
* | Issue #11614: import __hello__ prints "Hello World!". Patch written by Andreas | Victor Stinner | 2011-05-16 | 1 | -8/+11 |
|
|
* | Recorded merge of revisions 81032 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -14/+14 |
|
|
* | Fix for refleak tests through regrtest.py -R:: bug #1414 | Christian Heimes | 2007-11-12 | 1 | -10/+9 |
|
|
* | Patch #1272, by Christian Heimes and Alexandre Vassalotti. | Guido van Rossum | 2007-10-15 | 1 | -1/+1 |
|
|
* | Update the frozen bytecode for __hello__. | Guido van Rossum | 2007-06-12 | 1 | -3/+3 |
|
|
* | Fix test_frozen. | Guido van Rossum | 2007-02-09 | 1 | -8/+9 |
|
|
* | Oops, re-add 'static' qualifier. | Thomas Wouters | 2006-12-13 | 1 | -1/+1 |
|
|
* | Regenerate frozen.c's manual marshal as directed, fixing test_frozen. | Thomas Wouters | 2006-12-13 | 1 | -8/+9 |
|
|
* | This is my patch | Michael W. Hudson | 2002-08-15 | 1 | -6/+6 |
|
|
* | Fix SF bug # 561858 Assertion with very long lists | Neal Norwitz | 2002-06-14 | 1 | -7/+7 |
|
|
* | Squash compiler wng about signed/unsigned mismatch. | Tim Peters | 2001-10-18 | 1 | -1/+1 |
|
|
* | Fix the frozen bytecode for __hello__ (betcha didn't know that existed | Guido van Rossum | 2001-10-18 | 1 | -5/+12 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -22/+7 |
|
|
* | Add primitive test for frozen package. | Guido van Rossum | 1998-04-03 | 1 | -0/+4 |
|
|
* | Oops -- this contains frozen bytecode, but it was Python 1.4 bytecode! | Guido van Rossum | 1997-07-19 | 1 | -7/+7 |
|
|
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
|
|
* | New style interface via pointer variable. | Guido van Rossum | 1996-06-17 | 1 | -5/+6 |
|
|
* | grand renaming; added copyright to some files | Guido van Rossum | 1996-05-28 | 1 | -1/+29 |
|
|
* | Initial revision | Guido van Rossum | 1995-08-04 | 1 | -0/+21 |
|
|