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
*
[3.14] gh-127833: lexical analysis: Improve section on Names (GH-131474) (#13...
Miss Islington (bot)
2025-05-26
1
-1/+1
*
[3.14] GH-131769: fix detecting a pydebug build of the build Python when buil...
Brett Cannon
2025-05-22
1
-8/+14
*
[3.14] gh-134455: Fix `build-details.json` to use the ``c_api.headers`` key (...
Miss Islington (bot)
2025-05-22
1
-1/+1
*
[3.14] GH-133779: Fix finding pyconfig.h on Windows JIT builds (GH-134359)
Miss Islington (bot)
2025-05-20
2
-12/+25
*
[3.14] gh-133779: Revert Windows generation of pyconfig.h and go back to a st...
Steve Dower
2025-05-19
2
-1/+3
*
[3.14] gh-128045: Mark unknown opcodes as deopting to themselves (GH-128044) ...
Miss Islington (bot)
2025-05-19
1
-0/+7
*
[3.14] gh-133410: Fix PR detection in build workflow (GH-133671) (#134055)
Miss Islington (bot)
2025-05-15
1
-1/+1
*
[3.14] gh-133403: Check `Tools/build/deepfreeze.py` with mypy (GH-133802) (#1...
Miss Islington (bot)
2025-05-15
4
-25/+43
*
[3.14] gh-133403: Check `Tools/build/generate-build-details.py` with mypy (GH...
Miss Islington (bot)
2025-05-09
2
-6/+15
*
[3.14] gh-133412: amend docs for the `inst` definition (GH-133708) (#133729)
Miss Islington (bot)
2025-05-09
1
-1/+1
*
[3.14] gh-133467: Add TSAN suppressions for races in typeobject (gh-133534) (...
Miss Islington (bot)
2025-05-08
1
-1/+9
*
gh-133626: Ensure the traditional Windows installer doesn't accidentally pick...
Miss Islington (bot)
2025-05-08
1
-2/+1
*
[3.14] gh-133403: Check `Tools/build/verify_ensurepip_wheels.py` with mypy (G...
Miss Islington (bot)
2025-05-08
2
-2/+8
*
[3.14] gh-133583: Add support for fixed size unsigned integers in argument pa...
Miss Islington (bot)
2025-05-08
1
-66/+58
*
[3.14] gh-133403: Type `Tools/build/update_file.py` and check it with `mypy` ...
Miss Islington (bot)
2025-05-08
2
-4/+26
*
[3.14] gh-133555: Allow regenerating the parser with Python < 3.14 (GH-133557...
Miss Islington (bot)
2025-05-08
1
-0/+5
*
GH-113464: Add the JIT to What's New (GH-133486)
Brandt Bucher
2025-05-06
1
-3/+3
*
GH-132983: Build ``_zstd`` on Windows (#133366)
Adam Turner
2025-05-05
2
-2/+2
*
Bump mypy to 1.15 (#133405)
sobolevn
2025-05-05
1
-1/+1
*
GH-133410: Use commit hashes for change detection (gh-133416)
Adam Turner
2025-05-05
1
-13/+11
*
GH-91048: Minor fixes for ``_remotedebugging`` & rename to ``_remote_debuggin...
Adam Turner
2025-05-05
1
-1/+0
*
gh-126835: Rename `ast_opt.c` to `ast_preprocess.c` and related stuff after m...
Yan Yanchii
2025-05-04
1
-1/+0
*
GH-133231: Changes to executor management to support proposed `sys._jit` modu...
Mark Shannon
2025-05-04
1
-1/+4
*
gh-132983: Introduce `_zstd` bindings module (GH-133027)
Emma Smith
2025-05-04
1
-0/+1
*
GH-91048: Add utils for printing the call stack for asyncio tasks (#133284)
Pablo Galindo Salgado
2025-05-04
1
-1/+1
*
Lint: Use Ruff to format ``Tools/build/check_warnings.py`` (#133317)
Adam Turner
2025-05-02
2
-23/+20
*
gh-131507: Add support for syntax highlighting in PyREPL (GH-133247)
Łukasz Langa
2025-05-02
1
-3/+3
*
GH-113464: Get LLVM from cpython-bin-deps on Windows (GH-133278)
Brandt Bucher
2025-05-02
4
-11/+29
*
gh-133259: Show path to python.sh script on successful build (#133268)
Michael Droettboom
2025-05-01
1
-0/+5
*
Lint: Create a project-wide ``.ruff.toml`` settings file (#133124)
Adam Turner
2025-05-01
2
-5/+2
*
GH-114809: Add support for macOS multi-arch builds with the JIT enabled (#131...
Savannah Ostrowski
2025-04-30
2
-14/+47
*
gh-132661: Implement PEP 750 (#132662)
Lysandros Nikolaou
2025-04-30
4
-1/+10
*
Get rid of ERROR_IF's "label" parameter (GH-132654)
Brandt Bucher
2025-04-30
4
-19/+13
*
GH-125515: Mark code after "return" as unreachable in the cases generator (#1...
Brandt Bucher
2025-04-30
1
-0/+5
*
GH-132508: Use tagged integers on the evaluation stack for the last instructi...
Mark Shannon
2025-04-29
2
-0/+4
*
GH-132554: Add stats for GET_ITER (GH-132592)
Mark Shannon
2025-04-29
1
-1/+1
*
Revert gh-127266: avoid data races when updating type slots (gh-131174) (gh-1...
Neil Schemenauer
2025-04-29
1
-1/+7
*
gh-127266: avoid data races when updating type slots (gh-131174)
Neil Schemenauer
2025-04-28
1
-7/+1
*
gh-132930: Implement PEP 773 (GH-132931)
Steve Dower
2025-04-28
2
-3/+8
*
gh-131423: update note in `Tools/ssl/make_ssl_data.py` (#133077)
Bénédikt Tran
2025-04-28
1
-0/+1
*
gh-132987: Support __index__() for unsigned integers in Argument Clinic (GH-1...
Serhiy Storchaka
2025-04-28
1
-56/+27
*
Silence system utils tests in emscripten python.sh (#133044)
Lukas
2025-04-27
1
-2/+2
*
gh-132987: Support __index__() for "k" and "K" formats in PyArg_Parse (GH-132...
Serhiy Storchaka
2025-04-26
1
-2/+2
*
gh-132921: Fix setuptools._distutils.dep_util deprecation (#132923)
Victor Stinner
2025-04-25
1
-1/+1
*
gh-131423: Update OpenSSL data to 3.4.1 on Linux (#131618)
Bénédikt Tran
2025-04-25
2
-51/+127
*
gh-130195: Fix typo in warning message (#130254)
Stan Ulbrych
2025-04-24
1
-1/+1
*
Update `pre-commit` repos (#132792)
sobolevn
2025-04-22
2
-4/+6
*
gh-131586: Avoid refcount contention in context managers (gh-131851)
Sam Gross
2025-04-21
1
-0/+13
*
gh-127604: Add C stack dumps to `faulthandler` (#128159)
Peter Bierma
2025-04-21
1
-0/+1
*
gh-132777: Fix Error Message for Duplicates in generate_global_scripts.py (gh...
Eric Snow
2025-04-21
1
-1/+1
[next]