summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* GH-98831: Support cache effects in super- and macro instructions (#99601)Guido van Rossum2022-12-033-270/+480
* GH-99905: Fix output of misses in summarize_stats.py execution counts (GH-99906)Michael Droettboom2022-11-301-3/+3
* gh-64490: Fix bugs in argument clinic varargs processing (#32092)colorfulappl2022-11-241-5/+6
* gh-99240: Fix double-free bug in Argument Clinic str_converter generated code...colorfulappl2022-11-241-2/+23
* gh-64490: Fix refcount error when arguments are packed to tuple in argument c...colorfulappl2022-11-241-1/+1
* GH-98831: Add `macro` and `op` and their implementation to DSL (#99495)Guido van Rossum2022-11-234-73/+246
* gh-96002: Add functional test for Argument Clinic (#96178)colorfulappl2022-11-211-0/+1
* GH-98831: Refactor and fix cases generator (#99526)Guido van Rossum2022-11-184-241/+344
* gh-81057: Move the global Dict-Related Versions to _PyRuntimeState (gh-99497)Eric Snow2022-11-161-3/+0
* gh-81057: Move contextvars-related Globals to _PyRuntimeState (gh-99400)Eric Snow2022-11-162-8/+3
* gh-81057: Move More Globals in Core Code to _PyRuntimeState (gh-99516)Eric Snow2022-11-162-68/+96
* GH-98831: Implement basic cache effects (#99313)Guido van Rossum2022-11-162-72/+154
* gh-81057: Move Globals in Core Code to _PyRuntimeState (gh-99496)Eric Snow2022-11-152-101/+108
* gh-81057: Move the Remaining Import State Globals to _PyRuntimeState (gh-99488)Eric Snow2022-11-141-6/+0
* gh-81057: Move Global Variables Holding Objects to _PyRuntimeState. (gh-99487)Eric Snow2022-11-142-29/+5
* gh-81057: Move PyImport_Inittab to _PyRuntimeState (gh-99402)Eric Snow2022-11-122-2/+2
* gh-81057: Move the Allocators to _PyRuntimeState (gh-99217)Eric Snow2022-11-111-14/+1
* gh-81057: Add PyInterpreterState.static_objects (gh-99397)Eric Snow2022-11-111-2/+4
* gh-81057: Move the Extension Modules Cache to _PyRuntimeState (gh-99355)Eric Snow2022-11-111-2/+0
* gh-81057: Generate a Separate Initializer For Each Part of the Global Objects...Eric Snow2022-11-111-48/+49
* Fix typo in Tools/wasm/README.md (GH-99384)Ikko Ashimine2022-11-111-1/+1
* Update github CI to use OpenSSL 1.1.1s and 3.0.7. (#99364)Gregory P. Smith2022-11-111-2/+2
* gh-90110: Update the C-analyzer Tool (gh-99307)Eric Snow2022-11-103-89/+13
* gh-99300: Use Py_NewRef() in Parser/ directory (#99330)Victor Stinner2022-11-101-2/+1
* GH-96421: Insert shim frame on entry to interpreter (GH-96319)Mark Shannon2022-11-101-8/+10
* GH-98686: Get rid of "adaptive" and "quick" instructions (GH-99182)Brandt Bucher2022-11-092-2/+3
* gh-90868: Add _PyStaticObject_CheckRefcnt() function (#99261)Victor Stinner2022-11-091-5/+2
* gh-90868: Adjust the Generated Objects (gh-99223)Eric Snow2022-11-081-3/+49
* gh-98627: Add the _testsinglephase Module (gh-99039)Eric Snow2022-11-082-1/+2
* GH-98831: Simple input-output stack effects for bytecodes.c (#99120)Guido van Rossum2022-11-082-56/+113
* gh-72719: Remove asyncore and asynchat modules (#96580)Nikita Sobolev2022-11-081-2/+0
* GH-98831: Implement super-instruction generation (#99084)Guido van Rossum2022-11-062-14/+66
* GH-99104: Update headers for bytecodes.c and generate_cases.py (#99112)Guido van Rossum2022-11-051-1/+2
* GH-98831: Auto-generate PREDICTED() macro calls (#99102)Guido van Rossum2022-11-041-0/+7
* Support comparing two sets of pystats (GH-98816)Michael Droettboom2022-11-041-122/+364
* gh-92584: Remove the distutils package (#99061)Victor Stinner2022-11-033-4/+2
* gh-92584: Remove references to removed _bootsubprocess (#99062)Victor Stinner2022-11-031-1/+0
* gh-98401: Invalid escape sequences emits SyntaxWarning (#99011)Victor Stinner2022-11-032-2/+2
* GH-98831: Remove redundant extract_cases.py script (GH-99065)Guido van Rossum2022-11-033-338/+0
* gh-98948: Remove obsolete readelf dependency (#98949)serge-sans-paille2022-11-032-6/+0
* GH-98831: "Generate" the interpreter (#98830)Guido van Rossum2022-11-037-0/+1079
* gh-99016: Make build scripts compatible with Python 3.8 (GH-99017)Serhiy Storchaka2022-11-022-3/+3
* GH-98686: Quicken everything (GH-98687)Brandt Bucher2022-11-022-19/+11
* gh-90716: add _pylong.py module (#96673)Neil Schemenauer2022-10-261-0/+56
* gh-96143: Move the perf trampoline files to the Python directory (#98675)Pablo Galindo Salgado2022-10-252-8/+8
* gh-97669: Create Tools/build/ directory (#97963)Victor Stinner2022-10-1716-23/+41
* gh-95731: Fix module docstring extraction in pygettext (#95732)Jakub Kuczys2022-10-151-3/+4
* gh-97669: Remove Tools/scripts/startuptime.py (#98214)Victor Stinner2022-10-121-22/+0
* gh-97669: Create Tools/patchcheck/ directory (#98186)Victor Stinner2022-10-124-3/+0
* gh-97669: Remove abitype.py and pep384_macrocheck.py (#98165)Victor Stinner2022-10-113-351/+0