summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/deepfreeze.py
Commit message (Expand)AuthorAgeFilesLines
* gh-97669: Create Tools/build/ directory (#97963)Victor Stinner2022-10-171-504/+0
* gh-95756: Lazily created cached co_* attrs (GH-97791)Ken Jin2022-10-111-1/+1
* GH-96458: Statically initialize utf8 representation of static strings (#96481)Kumar Aditya2022-09-031-1/+3
* gh-94773: deepfreeze: support frozensets with unsortable types (GH-94775)Christian Heimes2022-07-121-1/+6
* gh-93382: Sync up `co_code` changes with 3.11 (GH-94227)Ken Jin2022-06-241-0/+1
* gh-93771: Clarify how deepfreeze.py is run (#94150)Guido van Rossum2022-06-231-2/+4
* GH-93516: Speedup line number checks when tracing. (GH-93763)Mark Shannon2022-06-201-0/+2
* GH-93897: Store frame size in code object and de-opt if insufficient space on...Mark Shannon2022-06-201-0/+2
* GH-93516: Store offset of first traceable instruction in code object (GH-93769)Mark Shannon2022-06-141-0/+7
* gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)Inada Naoki2022-05-121-12/+0
* GH-88116: Use a compact format to represent end line and column offsets. (GH-...Mark Shannon2022-04-211-4/+0
* bpo-46712: share more global strings in deepfreeze (gh-32152)Kumar Aditya2022-04-191-1/+3
* bpo-46429: tweak deepfreeze output (#32107)Kumar Aditya2022-03-271-0/+6
* bpo-47084: Clear Unicode cached representations on finalization (GH-32032)Jeremy Kloth2022-03-221-0/+1
* bpo-46841: Quicken code in-place (GH-31888)Brandt Bucher2022-03-211-25/+22
* bpo-46753: Add the empty tuple to the _PyRuntimeState.global_objects. (gh-31345)Eric Snow2022-02-281-0/+2
* Propagate errors (however unlikely) from _Py_Deepfreeze_Init() (GH-31596)Kumar Aditya2022-02-261-3/+5
* bpo-46712: Share global string identifiers in deepfreeze (GH-31261)Kumar Aditya2022-02-251-1/+4
* bpo-46430: Fix memory leak in interned strings of deep-frozen modules (GH-31549)Kumar Aditya2022-02-241-1/+5
* bpo-46430: Intern strings in deep-frozen modules (GH-30683)Kumar Aditya2022-02-091-0/+1
* bpo-46449: deepfreeze get_code() now returns strong ref (GH-30987)Kumar Aditya2022-01-281-1/+1
* bpo-46476: Simplify and fix _PyStaticCode_Dealloc (GH-30965)Christian Heimes2022-01-271-1/+1
* bpo-46476: Fix memory leak in code objects generated by deepfreeze (GH-30853)Kumar Aditya2022-01-271-0/+5
* bpo-46471: Use single byte singletons (GH-30781)Kumar Aditya2022-01-231-0/+2
* bpo-46429: Merge all deepfrozen files into one (GH-30572)Kumar Aditya2022-01-201-29/+30
* bpo-46443: deepfreeze: use small ints and singleton zero bytes (GH-30715)Kumar Aditya2022-01-201-0/+5
* bpo-45949: Pure Python freeze module for cross builds (GH-29899)Christian Heimes2021-12-131-2/+3
* bpo-45950: Introduce Bootstrap Python again (#29859)Christian Heimes2021-12-031-1/+5
* bpo-45020: Fix strict-prototypes warning (GH-29755)Christian Heimes2021-11-241-1/+1
* bpo-45873: Restore Python 3.6 compatibility (GH-29730)Christian Heimes2021-11-231-1/+7
* bpo-45873: Get rid of bootstrap_python (#29717)Guido van Rossum2021-11-231-41/+46
* bpo-45850: Implement deep-freeze on Windows (#29648)Guido van Rossum2021-11-221-12/+46
* bpo-45696: Deep-freeze selected modules (GH-29118)Guido van Rossum2021-11-111-0/+418