summaryrefslogtreecommitdiffstats
path: root/Tools/scripts
Commit message (Expand)AuthorAgeFilesLines
* Split refcount stats into 'interpreter' and 'non-interpreter' (GH-92919)Mark Shannon2022-05-181-0/+6
* Summarize stats: Increase number of predecessor/successor pairs shown from 3 ...Mark Shannon2022-05-171-3/+3
* Improve object stats (#92845)Mark Shannon2022-05-161-5/+13
* gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)Inada Naoki2022-05-121-12/+0
* gh-92651: Remove the Include/token.h header file (#92652)Victor Stinner2022-05-111-13/+16
* bpo-44712: Replace "type(literal)" with corresponding builtin types (GH-27294)Serhiy Storchaka2022-05-081-3/+3
* gh-92031: Deoptimize Static Code at Finalization (GH-92039)Dennis Sweeney2022-05-031-0/+7
* gh-91324: Convert the stable ABI manifest to TOML (GH-92026)Petr Viktorin2022-04-291-126/+123
* bpo-36329: Remove 'make -C Doc serve' in favour of 'make -C Doc htmlview' (GH...Hugo van Kemenade2022-04-292-37/+0
* gh-91324: List feature macros in the stable ABI manifest, improve tests (GH-3...Petr Viktorin2022-04-281-23/+88
* gh-91719: Add pycore_opcode.h internal header file (#91906)Victor Stinner2022-04-251-28/+59
* gh-91575: Add a script for generating data for case-insensitive matching in r...Serhiy Storchaka2022-04-221-0/+95
* GH-91719: Make MSVC generate somewhat faster switch code (#91718)Guido van Rossum2022-04-211-0/+7
* bpo-47169: Export PyOS_CheckStack on Windows (GH-32414)Petr Viktorin2022-04-211-0/+1
* GH-88116: Use a compact format to represent end line and column offsets. (GH-...Mark Shannon2022-04-212-6/+0
* bpo-46712: share more global strings in deepfreeze (gh-32152)Kumar Aditya2022-04-192-14/+9
* gh-91404: Use computed gotos and reduce indirection in re (#91495)Brandt Bucher2022-04-151-2/+18
* gh-91428: include specialized opcodes in _PyOpcode_OpName (GH-91467)Dennis Sweeney2022-04-141-8/+21
* bpo-47152: Automatically regenerate sre_constants.h (GH-91439)Serhiy Storchaka2022-04-121-0/+62
* gh-91428: Add _PyOpcode_OpName to opcode.h of debug builds (GH-91430)Dennis Sweeney2022-04-111-0/+8
* Add feature macro PY_HAVE_THREAD_NATIVE_ID to the stable ABI definition (GH-3...Petr Viktorin2022-04-081-2/+11
* bpo-47115: Document which parts of structs are in limited API/stable ABI (GH-...Petr Viktorin2022-04-061-2/+21
* bpo-47146: Stop Depending On regen-deepfreeze For regen-global-objects (gh-32...Eric Snow2022-03-311-1/+0
* bpo-47146: Avoid Using make Recursively (gh-32206)Eric Snow2022-03-311-1/+6
* bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124)Hugo van Kemenade2022-03-301-1/+1
* bpo-46429: tweak deepfreeze output (#32107)Kumar Aditya2022-03-271-0/+6
* bpo-46712: Do not Regen Deep-Frozen Modules before Generating Global Objects ...Eric Snow2022-03-231-11/+30
* 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-212-28/+36
* summarize_stats.py: add pairs by opcode (GH-31957)Dennis Sweeney2022-03-181-9/+44
* CI: Fix patchcheck (GH-31708)Hugo van Kemenade2022-03-141-0/+2
* bpo-46881: Statically allocate and initialize the latin1 characters. (GH-31616)Kumar Aditya2022-03-091-0/+13
* Remove trailing spaces (GH-31695)Serhiy Storchaka2022-03-051-2/+2
* 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-282-0/+5
* bpo-46841: Move the cache for `LOAD_GLOBAL` inline. (GH-31575)Mark Shannon2022-02-281-8/+9
* 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-252-6/+13
* bpo-46841: Use *inline* caching for `BINARY_OP` (GH-31543)Brandt Bucher2022-02-251-1/+8
* bpo-46430: Fix memory leak in interned strings of deep-frozen modules (GH-31549)Kumar Aditya2022-02-241-1/+5
* Fix reporting of specialization stats. (GH-31503)Mark Shannon2022-02-221-1/+1
* Remove pair-counts from specialization stats. (GH-31500)Mark Shannon2022-02-221-2/+5
* 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
* Add pair counts to stats output and summary. (GH-31324)Mark Shannon2022-02-141-5/+35
* Add stats for PRECALL_FUNCTION. (GH-31250)Mark Shannon2022-02-101-0/+2
* Right justify numeric columns in stats summary script. (GH-31234)Mark Shannon2022-02-101-8/+17
* bpo-46430: Intern strings in deep-frozen modules (GH-30683)Kumar Aditya2022-02-091-0/+1