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
/
build
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-131372: Include LDVERSION and EXE in base_interpreter value (#142256)
Karolina Surma
2025-12-10
1
-1/+3
*
gh-142278: Add granular change detection for platforms in CI (#142350)
Stan Ulbrych
2025-12-08
1
-5/+82
*
gh-139707: Add mechanism for distributors to supply error messages for missin...
Stan Ulbrych
2025-12-01
1
-0/+50
*
gh-141376: Remove exceptions from `make smelly` (GH-141392)
Petr Viktorin
2025-11-14
1
-11/+0
*
gh-138189: Document type slots, and other constants, as part of Limited API (...
Petr Viktorin
2025-11-04
1
-1/+1
*
gh-133059: Fix `Tools/build/deepfreeze.py` for new nsmallposints (#139906)
Albert N
2025-10-17
4
-15/+28
*
gh-92266: Update pre-commit (#139411)
Hugo van Kemenade
2025-10-01
1
-1/+0
*
gh-139330: Check expat version/checksum in SBOM with refresh.sh
Seth Michael Larson
2025-09-25
1
-2/+2
*
gh-136264: Fix ``--relative-paths`` for PEP 739's build-details.json (#138510)
Adam Turner
2025-09-08
1
-10/+29
*
gh-133403: Run `mypy` on `Tools/build/check_warnings.py` (#137700)
sobolevn
2025-08-14
2
-9/+24
*
gh-133403: Check `generate_stdlib_module_names` and `check_extension_modules`...
sobolevn
2025-08-12
3
-42/+63
*
gh-134262: Catch both URLError and ConnectionError in retries (#135365)
Emma Smith
2025-06-17
1
-1/+1
*
gh-134632: Fix `build-details.json` to use `INCLUDEPY` path (#134633)
Michał Górny
2025-06-17
1
-2/+2
*
gh-134262: Fix off by one errors in download retry functions (GH-134867)
Emma Smith
2025-05-28
1
-1/+1
*
gh-134262: increase retries in `Tools/build/generate_sbom.py` (#134558)
Emma Smith
2025-05-27
1
-4/+7
*
gh-134455: Fix `build-details.json` to use the ``c_api.headers`` key (#134456)
Michał Górny
2025-05-22
1
-1/+1
*
gh-134262: Add retries to generate_sbom.py (#134263)
Emma Smith
2025-05-21
1
-1/+18
*
gh-133410: Fix PR detection in build workflow (#133671)
Hugo van Kemenade
2025-05-15
1
-1/+1
*
gh-133403: Check `Tools/build/deepfreeze.py` with mypy (#133802)
sobolevn
2025-05-15
4
-25/+43
*
gh-133403: Check `Tools/build/generate-build-details.py` with mypy (#133735)
sobolevn
2025-05-09
2
-6/+15
*
gh-133403: Check `Tools/build/verify_ensurepip_wheels.py` with mypy (#133453)
Flosckow
2025-05-08
2
-2/+8
*
gh-133595: Clean up sqlite3.Connection APIs (GH-133605)
Serhiy Storchaka
2025-05-08
2
-2/+0
*
Test fixes for 3.15 (GH-133599)
Zachary Ware
2025-05-07
2
-0/+2
*
gh-133403: Type `Tools/build/update_file.py` and check it with `mypy` (#133404)
sobolevn
2025-05-07
2
-4/+26
*
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-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
*
Lint: Create a project-wide ``.ruff.toml`` settings file (#133124)
Adam Turner
2025-05-01
1
-3/+1
*
gh-132661: Implement PEP 750 (#132662)
Lysandros Nikolaou
2025-04-30
1
-1/+2
*
gh-132777: Fix Error Message for Duplicates in generate_global_scripts.py (gh...
Eric Snow
2025-04-21
1
-1/+1
*
gh-132390: Apply Ruff linting to `Tools/build` (#132391)
Bénédikt Tran
2025-04-20
15
-97/+107
*
gh-128446: Run Windows CI tests on each commit (#131702)
Adam Turner
2025-03-25
1
-1/+1
*
gh-130587: Add hand-written docs for non-OP tokens (GH-130588)
Petr Viktorin
2025-03-19
1
-13/+48
*
gh-131261: expat/refresh.sh: Expand list of manual steps (GH-131359)
Petr Viktorin
2025-03-18
1
-1/+1
*
gh-131261: Update libexpat to 2.7.0 (CVE-2024-8176) (#131272)
Gregory P. Smith
2025-03-17
1
-1/+1
*
GH-131238: Core header refactor (GH-131250)
Mark Shannon
2025-03-17
1
-1/+1
*
gh-131152: Remove unused imports from `Tools/{build,wasm}` (#131155)
Victor Stinner
2025-03-13
1
-6/+0
*
gh-130574: renumber RESUME opcode from 149 to 128 (GH-130685)
Tomasz Pytel
2025-03-06
1
-1/+1
*
GH-107956: install build-details.json (PEP 739) (#130069)
Filipe Laíns 🇵🇸
2025-02-13
1
-0/+192
*
gh-128446: Skip Windows CI for Unix build system changes (#128450)
Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి)
2025-02-12
1
-0/+25
*
gh-129707: Check `Tools/build/compute-changes.py` with `mypy` (#129708)
sobolevn
2025-02-06
1
-1/+3
*
Convert change detection to a Python script (#129627)
Adam Turner
2025-02-05
1
-0/+183
*
Replace `strict_concatenate = True` with `extra_checks = True` (#126391)
sobolevn
2025-01-25
1
-1/+1
*
gh-115765: Upgrade to GNU Autoconf 2.72 (#128411)
Erlend E. Aasland
2025-01-03
1
-1/+1
*
gh-127303: Add docs for token.EXACT_TOKEN_TYPES (#127304)
Илья Любавский
2024-11-29
1
-1/+2
*
GH-89435: os.path should not be a frozen module (#126924)
Filipe Laíns 🇵🇸
2024-11-22
1
-3/+0
*
gh-89640: Pull in update to float word order detection in autoconf-archive (#...
Hood Chatham
2024-11-13
1
-1/+1
*
gh-126623: Update libexpat to 2.6.4, make future updates easier (GH-126792)
Seth Michael Larson
2024-11-13
1
-0/+28
[next]