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-111489: Remove _PyTuple_FromArray() alias (#139973)
Victor Stinner
2025-10-11
1
-3/+2
*
Replace obsolete platforms with more recent examples (#132455)
partev
2025-10-10
1
-2/+2
*
gh-137025: Update Emscripten Build Docs (#137312)
adam j hartz
2025-10-09
1
-60/+6
*
gh-139590: Stricter `ruff` rules for `Tools/wasm` (#139752)
sobolevn
2025-10-08
4
-17/+10
*
gh-139748: fix leaks in AC error paths when using unicode FS-based converters...
Bénédikt Tran
2025-10-08
1
-0/+20
*
GH-139590: Run `ruff format` on pre-commit for Tools/wasm (#139591)
Savannah Ostrowski
2025-10-08
7
-149/+302
*
gh-138497: Support LLVM_VERSION configuration via env (#138498)
danigm
2025-10-07
4
-23/+50
*
gh-139573: Update OpenSSL in CI (GH-139577)
Zachary Ware
2025-10-05
1
-5/+5
*
gh-132042: Remove resolve_slotdups() to speedup class creation (#132156)
Sergey Miryanov
2025-10-03
1
-0/+2
*
gh-92266: Update pre-commit (#139411)
Hugo van Kemenade
2025-10-01
3
-9/+0
*
gh-139330: Check expat version/checksum in SBOM with refresh.sh
Seth Michael Larson
2025-09-25
1
-2/+2
*
gh-133059: Increase the small positive integer cache to 1024 (GH-133160)
dgpb
2025-09-24
1
-2/+2
*
GH-139040: Add Dev Container instructions in JIT README (#139041)
Savannah Bailey
2025-09-22
1
-0/+4
*
Docs: add missing tools to `Tools/README` (#139150)
sobolevn
2025-09-21
1
-0/+10
*
GH-137218: Update `make` for JIT stencils (#137265)
Savannah Bailey
2025-09-19
1
-5/+12
*
gh-64490: Argument Clinic: Add support for ``**kwds`` (#138344)
Adam Turner
2025-09-18
6
-12/+151
*
gh-139109: Dynamic opcode targets (GH-139111)
Ken Jin
2025-09-18
2
-3/+4
*
gh-135755: Make Py_TAIL_CALL_INTERP macro private (#138981)
Victor Stinner
2025-09-18
2
-8/+8
*
gh-138970: Add general metadata system to the peg generator (#138971)
Pablo Galindo Salgado
2025-09-18
4
-26/+67
*
GH-92266: Remove embedded tabs from ``c-analyzer/cpython/_parser.py`` (#137622)
Adam Turner
2025-09-17
1
-259/+243
*
gh-128627: Use __builtin_wasm_test_function_pointer_signature for Emscripten ...
Hood Chatham
2025-09-17
2
-0/+55
*
gh-138896: Fix error installing C runtime on non-updated Windows machines (GH...
adang1345
2025-09-17
1
-2/+2
*
GH-129805: Clean up some changes from GH-129806 (GH-133540)
Brandt Bucher
2025-09-16
2
-18/+5
*
GH-132732: Remove textwrap import (#138933)
Savannah Bailey
2025-09-15
1
-1/+0
*
GH-132732: Use pure op machinery to optimize various instructions with `_POP_...
Savannah Bailey
2025-09-15
1
-12/+24
*
closes gh-138706: update Unicode to 17.0.0 (#138719)
Benjamin Peterson
2025-09-11
1
-3/+4
*
gh-136264: Fix ``--relative-paths`` for PEP 739's build-details.json (#138510)
Adam Turner
2025-09-08
1
-10/+29
*
gh-138515: Include email module in Emscripten build (gh-138520)
Gyeongjae Choi
2025-09-05
1
-1/+0
*
gh-138281: Remove unused `topsort` and bump minimal version in `peg_generator...
sobolevn
2025-09-03
2
-50/+2
*
gh-138281: Run `ruff` on `Tools/peg_generator` (#138282)
sobolevn
2025-09-03
15
-236/+246
*
gh-138264: Fix gcc 14 compiler warnings (GH-138265)
Serhiy Storchaka
2025-09-03
1
-1/+1
*
gh-133158: Adjust c-analyzer `max_sizes` for `typeobject.c` (GH-133159)
Sergey Miryanov
2025-09-02
3
-5/+33
*
gh-135763: AC: Implement ``allow_negative`` for ``Py_ssize_t`` (#138150)
Christoph Walcher
2025-09-01
1
-8/+29
*
gh-138286: Run ``ruff`` on ``Tools/i18n`` (#138287)
Stan Ulbrych
2025-08-31
4
-20/+30
*
gh-138279: Remove unused attr in RuleCollectorVisitor in parser_generator.py ...
chemelnucfin
2025-08-31
1
-3/+2
*
gh-138061: Exclude __pycache__ directory from the computed digest in the JIT...
alm
2025-08-30
1
-0/+3
*
gh-138158: Use the `"data"` tarfile extraction filter in `Tools/ssl/multisslt...
Tommaso Bona
2025-08-30
1
-1/+1
*
gh-138257: Fix internal `RuleCollectorVisitor` attribute name (#138208)
chemelnucfin
2025-08-30
1
-1/+1
*
GH-137959: Replace shim code in jitted code with a single trampoline function...
Mark Shannon
2025-08-21
5
-22/+23
*
gh-137964: Remove the "experimental" designation from the Windows installer (...
Itamar Oren
2025-08-19
1
-1/+1
*
gh-123681: Check NORMALIZE_CENTURY behavior at runtime; require C99 (GH-136022)
Petr Viktorin
2025-08-19
1
-0/+1
*
GH-137623: Use an AC decorator for docstring line length enforcement (#137690)
Adam Turner
2025-08-18
2
-306/+22
*
gh-135228: Create __dict__ and __weakref__ descriptors for object (GH-136966)
Petr Viktorin
2025-08-18
1
-0/+1
*
gh-137729: Fix support for locales with @-modifiers (GH-137253)
Serhiy Storchaka
2025-08-18
1
-1/+12
*
gh-133403: Run `mypy` on `Tools/build/check_warnings.py` (#137700)
sobolevn
2025-08-14
2
-9/+24
*
gh-132339: Add support for OpenSSL 3.5 (GH-137720)
Zachary Ware
2025-08-14
1
-6/+6
*
GH-137623: Begin enforcing docstring length in Argument Clinic (#137624)
Adam Turner
2025-08-12
3
-0/+335
*
gh-133403: Check `generate_stdlib_module_names` and `check_extension_modules`...
sobolevn
2025-08-12
3
-42/+63
*
GH-132532: Add new DSL macros to better declare semantics of exits at ends of...
Mark Shannon
2025-08-09
5
-8/+42
*
Bump mypy to 1.17.1 (#137542)
sobolevn
2025-08-08
1
-3/+3
[next]