summaryrefslogtreecommitdiffstats
path: root/Tools/scripts
Commit message (Expand)AuthorAgeFilesLines
* GH-94851: check refcnt of immortal objects after finalization (GH-95001)Kumar Aditya2022-07-251-0/+19
* GH-95113: Don't use EXTENDED_ARG_QUICK in unquickened code (GH-95121)Brandt Bucher2022-07-221-7/+0
* gh-93939: Build C extensions without setup.py (GH-94474)Christian Heimes2022-07-142-19/+3
* gh-94773: deepfreeze: support frozensets with unsortable types (GH-94775)Christian Heimes2022-07-121-1/+6
* GH-90699: Intern statically allocated strings (GH-93597)Kumar Aditya2022-07-081-4/+10
* GH-90699: Move generated static initializer to pycore_runtime_generated.h (GH...Kumar Aditya2022-07-071-1/+1
* gh-93939: Add script to check extension modules (#94545)Christian Heimes2022-07-052-40/+496
* gh-94216: add pseudo instructions to the dis/opcodes modules (GH-94241)Irit Katriel2022-07-011-14/+36
* gh-93939: Create and install scripts in Makefile (GH-94324)Christian Heimes2022-06-282-2/+2
* GH-94163: Add BINARY_SLICE and STORE_SLICE instructions. (GH-94168)Mark Shannon2022-06-271-6/+7
* 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-84623: Remove unused imports (#94132)Victor Stinner2022-06-225-5/+0
* gh-91172: Create a workflow for verifying bundled pip and setuptools (GH-31885)Illia Volochii2022-06-221-0/+98
* Stats: Add summary of top instructions for misses and deferred specialization...Mark Shannon2022-06-221-2/+20
* gh-82927: Update files related to HTML entities. (GH-92504)Ezio Melotti2022-06-212-73/+18
* gh-54781: Move Lib/lib2to3/tests/ to Lib/test/test_lib2to3/ (#94049)Victor Stinner2022-06-211-1/+0
* 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
* Include freelists in allocation total. (GH-93799)Mark Shannon2022-06-141-1/+1
* GH-93516: Store offset of first traceable instruction in code object (GH-93769)Mark Shannon2022-06-141-0/+7
* gh-84461: Fix parallel testing on WebAssembly (GH-93768)Christian Heimes2022-06-131-2/+2
* gh-84461: Use HOSTRUNNER to run regression tests (GH-93694)Christian Heimes2022-06-111-4/+42
* GH-90230: Add stats to breakdown the origin of calls to `PyEval_EvalFrame` (G...Mark Shannon2022-05-271-5/+12
* 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