summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* make regen-stdlib-module-names rejects test modules (#105921)Victor Stinner2023-06-201-2/+17
* gh-105481: generate _specializations and _specialized_instructions from bytec...Irit Katriel2023-06-192-26/+80
* gh-105481: remove HAS_ARG, HAS_CONST, IS_JUMP_OPCODE, IS_PSEUDO_OPCODE and re...Irit Katriel2023-06-171-30/+0
* gh-105481: add HAS_JUMP flag to opcode metadata (#105791)Irit Katriel2023-06-141-1/+2
* gh-104909: Implement conditional stack effects for macros (#105748)Guido van Rossum2023-06-142-13/+80
* gh-105481: Fix types and a bug for pseudos (#105788)Guido van Rossum2023-06-141-3/+4
* Update DSL docs for cases generator (#105753)Guido van Rossum2023-06-141-44/+60
* GH-100987: Allow objects other than code objects as the "executable" of an in...Mark Shannon2023-06-142-9/+17
* gdb libpython.py: Remove compatibility code (#105739)Victor Stinner2023-06-141-47/+22
* gh-105699: Use a Thread-Local Variable for PKGCONTEXT (gh-105740)Eric Snow2023-06-143-1/+9
* gh-98040: Fix importbench: use types.ModuleType() (#105743)Victor Stinner2023-06-131-1/+2
* gh-104812: Run Pending Calls in any Thread (gh-104813)Eric Snow2023-06-131-0/+1
* gh-105481: add flags to each instr in the opcode metadata table, to replace o...Irit Katriel2023-06-131-14/+52
* gh-105540: Fix code generator tests (#105707)Guido van Rossum2023-06-121-128/+47
* Remove support for legacy bytecode instructions (#105705)Guido van Rossum2023-06-123-22/+3
* gh-105229: Remove syntactic support for super-instructions (#105703)Guido van Rossum2023-06-122-143/+38
* gh-105481: add pseudo-instructions to the bytecodes DSL (#105506)Irit Katriel2023-06-112-10/+111
* gh-104610: Stop looking for PREDICT() in the cases generator (#105459)Guido van Rossum2023-06-071-16/+5
* gh-105407: Remove unused imports in Tools/c-analyzer/ (#105410)Victor Stinner2023-06-066-6/+2
* gh-105407: Remove unused imports in tools (#105409)Victor Stinner2023-06-062-3/+0
* gh-102304: doc: Add links to Stable ABI and Limited C API (#105345)Victor Stinner2023-06-061-4/+4
* gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-105258)Eric Snow2023-06-021-0/+1
* GH-102404, GH-100956: Document how to do a WASI build (GH-105251)Brett Cannon2023-06-022-174/+190
* GH-104584: Plugin optimizer API (GH-105100)Mark Shannon2023-06-021-0/+4
* gh-92536: Argument Clinic no longer emits PyUnicode_READY() (#105208)Victor Stinner2023-06-011-7/+2
* gh-104614: Make Sure ob_type is Always Set Correctly by PyType_Ready() (gh-10...Eric Snow2023-06-011-0/+2
* gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (#105174)Gregory P. Smith2023-06-012-2/+4
* gh-105191: Cleanup peg generator; keep only necessary files (#105197)Lysandros Nikolaou2023-06-0120-16832/+60
* gh-105156: Cleanup usage of old Py_UNICODE type (#105158)Victor Stinner2023-06-011-7/+3
* gh-105146: Update links at end of Windows installer (uninstall/repair) (GH-10...Steve Dower2023-05-311-3/+3
* gh-105156: Argument Clinic avoids Py_UNICODE type (#105161)Victor Stinner2023-05-311-1/+1
* gh-104909: Split BINARY_OP into micro-ops (#104910)Guido van Rossum2023-05-311-7/+32
* gh-105091: stable_abi.py: Remove "Unixy" check from --all on other platforms ...Petr Viktorin2023-05-301-1/+2
* gh-75552: Remove deprecated tkinter.tix module (GH-104902)Zachary Ware2023-05-272-10/+6
* gh-100238: Use setuptools in peg-generator and reenable tests (#104798)Lysandros Nikolaou2023-05-261-7/+47
* gh-104773: PEP 594: Remove the audioop module (#104937)Victor Stinner2023-05-252-2/+0
* gh-104773: PEP 594: Remove the aifc module (#104933)Victor Stinner2023-05-251-1/+1
* Improves the Windows MSI test run on PR (GH-104929)Steve Dower2023-05-251-34/+24
* gh-104773: PEP 594: Remove the uu module (#104932)Victor Stinner2023-05-251-2/+0
* gh-104773: PEP 594: Remove the crypt module (#104908)Victor Stinner2023-05-252-2/+0
* gh-104773: Remove the msilib package (GH-104911)Zachary Ware2023-05-253-3/+1
* gh-104773: PEP 594: Remove the xdrlib module (#104900)Victor Stinner2023-05-241-1/+0
* gh-104773: PEP 594: Remove the nis module (#104897)Victor Stinner2023-05-244-7/+0
* gh-104773: PEP 594: Remove the nntplib module (#104894)Victor Stinner2023-05-241-1/+0
* gh-104773: PEP 594: Remove the mailcap module (#104867)Victor Stinner2023-05-241-1/+0
* gh-104773: PEP 594: Remove the sunau module (#104863)Victor Stinner2023-05-241-1/+1
* gh-104773: PEP 594: Remove the ossaudiodev module (#104862)Victor Stinner2023-05-242-5/+0
* gh-104773: PEP 594: Remove cgi and cgitb modules (#104775)Victor Stinner2023-05-241-2/+0
* gh-104780: Remove 2to3 program and lib2to3 module (#104781)Victor Stinner2023-05-239-24/+5
* gh-104773: PEP 594: Remove the telnetlib module (#104778)Victor Stinner2023-05-231-1/+0