index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Tools
Commit message (
Expand
)
Author
Age
*
GH-132508: Use tagged integers on the evaluation stack for the last instructi...
Mark Shannon
6 hours
*
GH-132554: Add stats for GET_ITER (GH-132592)
Mark Shannon
15 hours
*
Revert gh-127266: avoid data races when updating type slots (gh-131174) (gh-1...
Neil Schemenauer
17 hours
*
gh-127266: avoid data races when updating type slots (gh-131174)
Neil Schemenauer
27 hours
*
gh-132930: Implement PEP 773 (GH-132931)
Steve Dower
34 hours
*
gh-131423: update note in `Tools/ssl/make_ssl_data.py` (#133077)
Bénédikt Tran
36 hours
*
gh-132987: Support __index__() for unsigned integers in Argument Clinic (GH-1...
Serhiy Storchaka
39 hours
*
Silence system utils tests in emscripten python.sh (#133044)
Lukas
2 days
*
gh-132987: Support __index__() for "k" and "K" formats in PyArg_Parse (GH-132...
Serhiy Storchaka
3 days
*
gh-132921: Fix setuptools._distutils.dep_util deprecation (#132923)
Victor Stinner
4 days
*
gh-131423: Update OpenSSL data to 3.4.1 on Linux (#131618)
Bénédikt Tran
5 days
*
gh-130195: Fix typo in warning message (#130254)
Stan Ulbrych
5 days
*
Update `pre-commit` repos (#132792)
sobolevn
7 days
*
gh-131586: Avoid refcount contention in context managers (gh-131851)
Sam Gross
8 days
*
gh-127604: Add C stack dumps to `faulthandler` (#128159)
Peter Bierma
8 days
*
gh-132777: Fix Error Message for Duplicates in generate_global_scripts.py (gh...
Eric Snow
8 days
*
gh-132753: Argument Clinic: Fix support of c_default for the bool converter (...
Serhiy Storchaka
9 days
*
gh-132390: Apply Ruff linting to `Tools/build` (#132391)
Bénédikt Tran
10 days
*
GH-131498: Replace single-element arrays with scalars in bytecodes.c (GH-132615)
Brandt Bucher
11 days
*
gh-132097: allow AC to disable fastcall convention to avoid UBSan failures (#...
Bénédikt Tran
12 days
*
Fix some typos in various doc files (GH-132589)
Yongzi Li
13 days
*
gh-132070: add `PyObject_Realloc` suppression in free-threading (#132468)
Kumar Aditya
14 days
*
GH-131498: Cases generator: Allow input and 'peek' variables to be modified (...
Mark Shannon
2025-04-14
*
gh-130453: pygettext: Allow specifying multiple keywords with the same functi...
Tomas R.
2025-04-10
*
gh-132121: Always escape non-printable characters in pygettext (GH-132122)
Tomas R.
2025-04-06
*
gh-131852: Filter out POT-Creation-Date in msgfmt (GH-131880)
Stan Ulbrych
2025-04-05
*
gh-131591: Fix GENERATE_DEBUG_SECTION for clangcl on Windows (GH-132112)
Chris Eibl
2025-04-06
*
gh-99108: Implement HACL* HMAC (#130157)
Bénédikt Tran
2025-04-04
*
GH-131498: Cases generator: manage stacks automatically (GH-132074)
Mark Shannon
2025-04-04
*
gh-100239: more refined specialisation stats for BINARY_OP/SUBSCR (#132068)
Irit Katriel
2025-04-04
*
GH-131498: Cases generator: Parse down to C statement level. (GH-131948)
Mark Shannon
2025-04-02
*
gh-130197: pygettext: Test the --escape option (GH-131902)
Tomas R.
2025-04-02
*
gh-130704: Strength reduce `LOAD_FAST{_LOAD_FAST}` (#130708)
mpage
2025-04-01
*
GH-131498: Another refactoring of the code generator (GH-131827)
Mark Shannon
2025-03-31
*
gh-131525: Cache the result of tuple_hash (#131529)
Michael Droettboom
2025-03-27
*
GH-131729: Consider in-memory state when merging storage and stack (GH-131773)
Mark Shannon
2025-03-27
*
GH-131729: Code-gen better liveness analysis (GH-131732)
Mark Shannon
2025-03-26
*
GH-130673: Gracefully handle missing sections in JIT build (GH-130906)
Bojun Ren
2025-03-25
*
GH-130887: Always remove trailing jumps in AArch64 JIT stencils (GH-131042)
Diego Russo
2025-03-25
*
gh-128446: Run Windows CI tests on each commit (#131702)
Adam Turner
2025-03-25
*
gh-127146: Fix Emscripten build with --pydebug (#131672)
Hood Chatham
2025-03-25
*
gh-131238: Add missing pycore_function.h includes for JIT compiler (#131571)
Victor Stinner
2025-03-21
*
GH-131513: Cases generator: Allow dead inputs to be reassigned (GH-131515)
Mark Shannon
2025-03-21
*
GH-131498: Remove conditional stack effects (GH-131499)
Mark Shannon
2025-03-20
*
GH-130296: Remove `_PyOpcode_max_stack_effect` as it is no longer used (GH-13...
Mark Shannon
2025-03-20
*
gh-130587: Add hand-written docs for non-OP tokens (GH-130588)
Petr Viktorin
2025-03-19
*
gh-131261: expat/refresh.sh: Expand list of manual steps (GH-131359)
Petr Viktorin
2025-03-18
*
gh-116738: remove multiprocessing suppressions (#131319)
Kumar Aditya
2025-03-18
*
gh-131261: Update libexpat to 2.7.0 (CVE-2024-8176) (#131272)
Gregory P. Smith
2025-03-17
*
GH-131238: Core header refactor (GH-131250)
Mark Shannon
2025-03-17
[next]