summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/generate_global_objects.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-46712: share more global strings in deepfreeze (gh-32152)Kumar Aditya2022-04-191-13/+6
* bpo-47146: Avoid Using make Recursively (gh-32206)Eric Snow2022-03-311-1/+6
* bpo-46712: Do not Regen Deep-Frozen Modules before Generating Global Objects ...Eric Snow2022-03-231-11/+30
* bpo-46881: Statically allocate and initialize the latin1 characters. (GH-31616)Kumar Aditya2022-03-091-0/+13
* bpo-46712: Let generate_global_objects.py Run on Earlier Python Versions (gh-...Eric Snow2022-03-011-1/+1
* bpo-46753: Add the empty tuple to the _PyRuntimeState.global_objects. (gh-31345)Eric Snow2022-02-281-0/+3
* bpo-46712: Share global string identifiers in deepfreeze (GH-31261)Kumar Aditya2022-02-251-5/+9
* bpo-46541: Scan Fewer Files in generate_global_objects.py (gh-31364)Eric Snow2022-02-161-15/+19
* bpo-46541: Drop the check for orphaned global strings. (gh-31363)Eric Snow2022-02-161-142/+1
* bpo-46541: Discover the global strings. (gh-31346)Eric Snow2022-02-151-255/+74
* Regen the global objects using PYTHON_FOR_REGEN. (gh-31344)Eric Snow2022-02-141-1/+1
* bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g...Eric Snow2022-02-081-9/+486
* bpo-46541: Generate the global objects initializer. (gh-30941)Eric Snow2022-01-271-0/+124