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-81057: Move PyImport_Inittab to _PyRuntimeState (gh-99402)
Eric Snow
2022-11-12
2
-2/+2
*
gh-81057: Move the Allocators to _PyRuntimeState (gh-99217)
Eric Snow
2022-11-11
1
-14/+1
*
gh-81057: Add PyInterpreterState.static_objects (gh-99397)
Eric Snow
2022-11-11
1
-2/+4
*
gh-81057: Move the Extension Modules Cache to _PyRuntimeState (gh-99355)
Eric Snow
2022-11-11
1
-2/+0
*
gh-81057: Generate a Separate Initializer For Each Part of the Global Objects...
Eric Snow
2022-11-11
1
-48/+49
*
Fix typo in Tools/wasm/README.md (GH-99384)
Ikko Ashimine
2022-11-11
1
-1/+1
*
Update github CI to use OpenSSL 1.1.1s and 3.0.7. (#99364)
Gregory P. Smith
2022-11-11
1
-2/+2
*
gh-90110: Update the C-analyzer Tool (gh-99307)
Eric Snow
2022-11-10
3
-89/+13
*
gh-99300: Use Py_NewRef() in Parser/ directory (#99330)
Victor Stinner
2022-11-10
1
-2/+1
*
GH-96421: Insert shim frame on entry to interpreter (GH-96319)
Mark Shannon
2022-11-10
1
-8/+10
*
GH-98686: Get rid of "adaptive" and "quick" instructions (GH-99182)
Brandt Bucher
2022-11-09
2
-2/+3
*
gh-90868: Add _PyStaticObject_CheckRefcnt() function (#99261)
Victor Stinner
2022-11-09
1
-5/+2
*
gh-90868: Adjust the Generated Objects (gh-99223)
Eric Snow
2022-11-08
1
-3/+49
*
gh-98627: Add the _testsinglephase Module (gh-99039)
Eric Snow
2022-11-08
2
-1/+2
*
GH-98831: Simple input-output stack effects for bytecodes.c (#99120)
Guido van Rossum
2022-11-08
2
-56/+113
*
gh-72719: Remove asyncore and asynchat modules (#96580)
Nikita Sobolev
2022-11-08
1
-2/+0
*
GH-98831: Implement super-instruction generation (#99084)
Guido van Rossum
2022-11-06
2
-14/+66
*
GH-99104: Update headers for bytecodes.c and generate_cases.py (#99112)
Guido van Rossum
2022-11-05
1
-1/+2
*
GH-98831: Auto-generate PREDICTED() macro calls (#99102)
Guido van Rossum
2022-11-04
1
-0/+7
*
Support comparing two sets of pystats (GH-98816)
Michael Droettboom
2022-11-04
1
-122/+364
*
gh-92584: Remove the distutils package (#99061)
Victor Stinner
2022-11-03
3
-4/+2
*
gh-92584: Remove references to removed _bootsubprocess (#99062)
Victor Stinner
2022-11-03
1
-1/+0
*
gh-98401: Invalid escape sequences emits SyntaxWarning (#99011)
Victor Stinner
2022-11-03
2
-2/+2
*
GH-98831: Remove redundant extract_cases.py script (GH-99065)
Guido van Rossum
2022-11-03
3
-338/+0
*
gh-98948: Remove obsolete readelf dependency (#98949)
serge-sans-paille
2022-11-03
2
-6/+0
*
GH-98831: "Generate" the interpreter (#98830)
Guido van Rossum
2022-11-03
7
-0/+1079
*
gh-99016: Make build scripts compatible with Python 3.8 (GH-99017)
Serhiy Storchaka
2022-11-02
2
-3/+3
*
GH-98686: Quicken everything (GH-98687)
Brandt Bucher
2022-11-02
2
-19/+11
*
gh-90716: add _pylong.py module (#96673)
Neil Schemenauer
2022-10-26
1
-0/+56
*
gh-96143: Move the perf trampoline files to the Python directory (#98675)
Pablo Galindo Salgado
2022-10-25
2
-8/+8
*
gh-97669: Create Tools/build/ directory (#97963)
Victor Stinner
2022-10-17
16
-23/+41
*
gh-95731: Fix module docstring extraction in pygettext (#95732)
Jakub Kuczys
2022-10-15
1
-3/+4
*
gh-97669: Remove Tools/scripts/startuptime.py (#98214)
Victor Stinner
2022-10-12
1
-22/+0
*
gh-97669: Create Tools/patchcheck/ directory (#98186)
Victor Stinner
2022-10-12
4
-3/+0
*
gh-97669: Remove abitype.py and pep384_macrocheck.py (#98165)
Victor Stinner
2022-10-11
3
-351/+0
*
gh-97669: Remove outdated example scripts (#97675) (#98167)
Victor Stinner
2022-10-11
6
-576/+0
*
gh-95756: Lazily created cached co_* attrs (GH-97791)
Ken Jin
2022-10-11
1
-1/+1
*
gh-68686: Retire eptag ptag scripts (#98064)
Joannah Nanjekye
2022-10-08
3
-112/+0
*
gh-92886: [clinic.py] raise exception on invalid input instead of assertion (...
Irit Katriel
2022-10-07
1
-1/+2
*
gh-97669: Move difflib examples to Doc/includes/ (#97964)
Victor Stinner
2022-10-07
2
-193/+0
*
gh-97008: Add a Python implementation of AttributeError and NameError suggest...
Ćukasz Langa
2022-10-04
1
-0/+70
*
gh-97670: Remove sys.getdxp() and analyze_dxp.py script (#97671)
Victor Stinner
2022-10-04
2
-130/+0
*
gh-97669: Remove outdated example scripts (#97675)
Victor Stinner
2022-10-04
40
-6538/+1
*
gh-97681: Remove Tools/demo/ directory (#97682)
Victor Stinner
2022-10-03
15
-2721/+0
*
gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICODE conve...
Serhiy Storchaka
2022-10-03
1
-0/+1
*
gh-90110: Update the c-analyzer Tool (gh-97695)
Eric Snow
2022-10-01
2
-68/+7
*
gh-90989: Install Windows launcher per-user, and clarify some installer text ...
Steve Dower
2022-09-30
2
-7/+7
*
gh-97649: The Tools directory is no longer installed on Windows (GH-97653)
Steve Dower
2022-09-30
8
-115/+1
*
gh-97612: Fix shell injection in get-remote-certificate.py (#97613)
Victor Stinner
2022-09-28
1
-18/+7
*
bpo-47243: Duplicate entry in 'Objects/unicodetype_db.h' (GH-32376)
LiarPrincess
2022-09-28
1
-1/+1
[next]