index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-104610: Stop looking for PREDICT() in the cases generator (#105459)
Guido van Rossum
2023-06-07
1
-16/+5
*
gh-105407: Remove unused imports in Tools/c-analyzer/ (#105410)
Victor Stinner
2023-06-06
6
-6/+2
*
gh-105407: Remove unused imports in tools (#105409)
Victor Stinner
2023-06-06
2
-3/+0
*
gh-102304: doc: Add links to Stable ABI and Limited C API (#105345)
Victor Stinner
2023-06-06
1
-4/+4
*
gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-105258)
Eric Snow
2023-06-02
1
-0/+1
*
GH-102404, GH-100956: Document how to do a WASI build (GH-105251)
Brett Cannon
2023-06-02
2
-174/+190
*
GH-104584: Plugin optimizer API (GH-105100)
Mark Shannon
2023-06-02
1
-0/+4
*
gh-92536: Argument Clinic no longer emits PyUnicode_READY() (#105208)
Victor Stinner
2023-06-01
1
-7/+2
*
gh-104614: Make Sure ob_type is Always Set Correctly by PyType_Ready() (gh-10...
Eric Snow
2023-06-01
1
-0/+2
*
gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (#105174)
Gregory P. Smith
2023-06-01
2
-2/+4
*
gh-105191: Cleanup peg generator; keep only necessary files (#105197)
Lysandros Nikolaou
2023-06-01
20
-16832/+60
*
gh-105156: Cleanup usage of old Py_UNICODE type (#105158)
Victor Stinner
2023-06-01
1
-7/+3
*
gh-105146: Update links at end of Windows installer (uninstall/repair) (GH-10...
Steve Dower
2023-05-31
1
-3/+3
*
gh-105156: Argument Clinic avoids Py_UNICODE type (#105161)
Victor Stinner
2023-05-31
1
-1/+1
*
gh-104909: Split BINARY_OP into micro-ops (#104910)
Guido van Rossum
2023-05-31
1
-7/+32
*
gh-105091: stable_abi.py: Remove "Unixy" check from --all on other platforms ...
Petr Viktorin
2023-05-30
1
-1/+2
*
gh-75552: Remove deprecated tkinter.tix module (GH-104902)
Zachary Ware
2023-05-27
2
-10/+6
*
gh-100238: Use setuptools in peg-generator and reenable tests (#104798)
Lysandros Nikolaou
2023-05-26
1
-7/+47
*
gh-104773: PEP 594: Remove the audioop module (#104937)
Victor Stinner
2023-05-25
2
-2/+0
*
gh-104773: PEP 594: Remove the aifc module (#104933)
Victor Stinner
2023-05-25
1
-1/+1
*
Improves the Windows MSI test run on PR (GH-104929)
Steve Dower
2023-05-25
1
-34/+24
*
gh-104773: PEP 594: Remove the uu module (#104932)
Victor Stinner
2023-05-25
1
-2/+0
*
gh-104773: PEP 594: Remove the crypt module (#104908)
Victor Stinner
2023-05-25
2
-2/+0
*
gh-104773: Remove the msilib package (GH-104911)
Zachary Ware
2023-05-25
3
-3/+1
*
gh-104773: PEP 594: Remove the xdrlib module (#104900)
Victor Stinner
2023-05-24
1
-1/+0
*
gh-104773: PEP 594: Remove the nis module (#104897)
Victor Stinner
2023-05-24
4
-7/+0
*
gh-104773: PEP 594: Remove the nntplib module (#104894)
Victor Stinner
2023-05-24
1
-1/+0
*
gh-104773: PEP 594: Remove the mailcap module (#104867)
Victor Stinner
2023-05-24
1
-1/+0
*
gh-104773: PEP 594: Remove the sunau module (#104863)
Victor Stinner
2023-05-24
1
-1/+1
*
gh-104773: PEP 594: Remove the ossaudiodev module (#104862)
Victor Stinner
2023-05-24
2
-5/+0
*
gh-104773: PEP 594: Remove cgi and cgitb modules (#104775)
Victor Stinner
2023-05-24
1
-2/+0
*
gh-104780: Remove 2to3 program and lib2to3 module (#104781)
Victor Stinner
2023-05-23
9
-24/+5
*
gh-104773: PEP 594: Remove the telnetlib module (#104778)
Victor Stinner
2023-05-23
1
-1/+0
*
gh-104683: clinic.py: Modernise `parse_converter()` using pattern-matching (#...
Alex Waygood
2023-05-21
1
-15/+19
*
gh-104050: Add more type annotations to Argument Clinic (#104631)
Erlend E. Aasland
2023-05-21
1
-23/+44
*
gh-104050: Add basic type hints to Argument Clinic clinic class (#104705)
Erlend E. Aasland
2023-05-21
1
-17/+38
*
gh-104050: Annotate Argument Clinic return converters (#104706)
Erlend E. Aasland
2023-05-21
1
-30/+75
*
gh-103295: expose API for writing perf map files (#103546)
gsallam
2023-05-21
1
-0/+1
*
gh-104050: Add basic type hints to Argument Clinic DSL parser (#104704)
Erlend E. Aasland
2023-05-20
1
-21/+40
*
gh-104683: Modernise Tools/clinic/ (#104684)
Alex Waygood
2023-05-20
2
-27/+31
*
gh-104683: Modernise `clinic.py` using `str.removeprefix` and `str.removesuff...
Alex Waygood
2023-05-20
1
-5/+5
*
gh-104146: Purge dead code from Argument Clinic (#104680)
Erlend E. Aasland
2023-05-20
1
-10/+1
*
gh-104683: Argument clinic: use `dict` over `OrderedDict` (#104647)
Alex Waygood
2023-05-20
1
-25/+23
*
gh-104050: Add more type annotations to Argument Clinic (#104628)
Erlend E. Aasland
2023-05-18
1
-14/+39
*
gh-104549: Set __module__ on TypeAliasType (#104550)
Jelle Zijlstra
2023-05-18
1
-0/+1
*
gh-104050: Improve some typing around `default`s and sentinel values (#104626)
Alex Waygood
2023-05-18
1
-18/+23
*
gh-104146: Remove unused vars from Argument Clinic (#104627)
Erlend E. Aasland
2023-05-18
1
-2/+0
*
gh-104050: Add type hints to Argument Clinic converter keywords (#104588)
Erlend E. Aasland
2023-05-17
1
-12/+36
*
gh-104050: Add typing to Argument Clinic converters (#104547)
Erlend E. Aasland
2023-05-16
1
-53/+57
*
GH-103092: isolate `pyexpat` (#104506)
Kumar Aditya
2023-05-16
1
-1/+0
[next]