summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/deepfreeze.py
Commit message (Expand)AuthorAgeFilesLines
* 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