summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* gh-104683: clinic.py: Modernise `parse_converter()` using pattern-matching (#...Alex Waygood2023-05-211-15/+19
* gh-104050: Add more type annotations to Argument Clinic (#104631)Erlend E. Aasland2023-05-211-23/+44
* gh-104050: Add basic type hints to Argument Clinic clinic class (#104705)Erlend E. Aasland2023-05-211-17/+38
* gh-104050: Annotate Argument Clinic return converters (#104706)Erlend E. Aasland2023-05-211-30/+75
* gh-103295: expose API for writing perf map files (#103546)gsallam2023-05-211-0/+1
* gh-104050: Add basic type hints to Argument Clinic DSL parser (#104704)Erlend E. Aasland2023-05-201-21/+40
* gh-104683: Modernise Tools/clinic/ (#104684)Alex Waygood2023-05-202-27/+31
* gh-104683: Modernise `clinic.py` using `str.removeprefix` and `str.removesuff...Alex Waygood2023-05-201-5/+5
* gh-104146: Purge dead code from Argument Clinic (#104680)Erlend E. Aasland2023-05-201-10/+1
* gh-104683: Argument clinic: use `dict` over `OrderedDict` (#104647)Alex Waygood2023-05-201-25/+23
* gh-104050: Add more type annotations to Argument Clinic (#104628)Erlend E. Aasland2023-05-181-14/+39
* gh-104549: Set __module__ on TypeAliasType (#104550)Jelle Zijlstra2023-05-181-0/+1
* gh-104050: Improve some typing around `default`s and sentinel values (#104626)Alex Waygood2023-05-181-18/+23
* gh-104146: Remove unused vars from Argument Clinic (#104627)Erlend E. Aasland2023-05-181-2/+0
* gh-104050: Add type hints to Argument Clinic converter keywords (#104588)Erlend E. Aasland2023-05-171-12/+36
* gh-104050: Add typing to Argument Clinic converters (#104547)Erlend E. Aasland2023-05-161-53/+57
* GH-103092: isolate `pyexpat` (#104506)Kumar Aditya2023-05-161-1/+0