summaryrefslogtreecommitdiffstats
path: root/Tools/build
Commit message (Expand)AuthorAgeFilesLines
* gh-131372: Include LDVERSION and EXE in base_interpreter value (#142256)Karolina Surma2025-12-101-1/+3
* gh-142278: Add granular change detection for platforms in CI (#142350)Stan Ulbrych2025-12-081-5/+82
* gh-139707: Add mechanism for distributors to supply error messages for missin...Stan Ulbrych2025-12-011-0/+50
* gh-141376: Remove exceptions from `make smelly` (GH-141392)Petr Viktorin2025-11-141-11/+0
* gh-138189: Document type slots, and other constants, as part of Limited API (...Petr Viktorin2025-11-041-1/+1
* gh-133059: Fix `Tools/build/deepfreeze.py` for new nsmallposints (#139906)Albert N2025-10-174-15/+28
* gh-92266: Update pre-commit (#139411)Hugo van Kemenade2025-10-011-1/+0
* gh-139330: Check expat version/checksum in SBOM with refresh.shSeth Michael Larson2025-09-251-2/+2
* gh-136264: Fix ``--relative-paths`` for PEP 739's build-details.json (#138510)Adam Turner2025-09-081-10/+29
* gh-133403: Run `mypy` on `Tools/build/check_warnings.py` (#137700)sobolevn2025-08-142-9/+24
* gh-133403: Check `generate_stdlib_module_names` and `check_extension_modules`...sobolevn2025-08-123-42/+63
* gh-134262: Catch both URLError and ConnectionError in retries (#135365)Emma Smith2025-06-171-1/+1
* gh-134632: Fix `build-details.json` to use `INCLUDEPY` path (#134633)Michał Górny2025-06-171-2/+2
* gh-134262: Fix off by one errors in download retry functions (GH-134867)Emma Smith2025-05-281-1/+1
* gh-134262: increase retries in `Tools/build/generate_sbom.py` (#134558)Emma Smith2025-05-271-4/+7
* gh-134455: Fix `build-details.json` to use the ``c_api.headers`` key (#134456)Michał Górny2025-05-221-1/+1
* gh-134262: Add retries to generate_sbom.py (#134263)Emma Smith2025-05-211-1/+18
* gh-133410: Fix PR detection in build workflow (#133671)Hugo van Kemenade2025-05-151-1/+1
* gh-133403: Check `Tools/build/deepfreeze.py` with mypy (#133802)sobolevn2025-05-154-25/+43
* gh-133403: Check `Tools/build/generate-build-details.py` with mypy (#133735)sobolevn2025-05-092-6/+15
* gh-133403: Check `Tools/build/verify_ensurepip_wheels.py` with mypy (#133453)Flosckow2025-05-082-2/+8
* gh-133595: Clean up sqlite3.Connection APIs (GH-133605)Serhiy Storchaka2025-05-082-2/+0
* Test fixes for 3.15 (GH-133599)Zachary Ware2025-05-072-0/+2
* gh-133403: Type `Tools/build/update_file.py` and check it with `mypy` (#133404)sobolevn2025-05-072-4/+26
* GH-133410: Use commit hashes for change detection (gh-133416)Adam Turner2025-05-051-13/+11
* GH-91048: Minor fixes for ``_remotedebugging`` & rename to ``_remote_debuggin...Adam Turner2025-05-051-1/+0
* GH-91048: Add utils for printing the call stack for asyncio tasks (#133284)Pablo Galindo Salgado2025-05-041-1/+1
* Lint: Use Ruff to format ``Tools/build/check_warnings.py`` (#133317)Adam Turner2025-05-022-23/+20
* gh-131507: Add support for syntax highlighting in PyREPL (GH-133247)Łukasz Langa2025-05-021-3/+3
* Lint: Create a project-wide ``.ruff.toml`` settings file (#133124)Adam Turner2025-05-011-3/+1
* gh-132661: Implement PEP 750 (#132662)Lysandros Nikolaou2025-04-301-1/+2
* gh-132777: Fix Error Message for Duplicates in generate_global_scripts.py (gh...Eric Snow2025-04-211-1/+1
* gh-132390: Apply Ruff linting to `Tools/build` (#132391)Bénédikt Tran2025-04-2015-97/+107
* gh-128446: Run Windows CI tests on each commit (#131702)Adam Turner2025-03-251-1/+1
* gh-130587: Add hand-written docs for non-OP tokens (GH-130588)Petr Viktorin2025-03-191-13/+48
* gh-131261: expat/refresh.sh: Expand list of manual steps (GH-131359)Petr Viktorin2025-03-181-1/+1
* gh-131261: Update libexpat to 2.7.0 (CVE-2024-8176) (#131272)Gregory P. Smith2025-03-171-1/+1
* GH-131238: Core header refactor (GH-131250)Mark Shannon2025-03-171-1/+1
* gh-131152: Remove unused imports from `Tools/{build,wasm}` (#131155)Victor Stinner2025-03-131-6/+0
* gh-130574: renumber RESUME opcode from 149 to 128 (GH-130685)Tomasz Pytel2025-03-061-1/+1
* GH-107956: install build-details.json (PEP 739) (#130069)Filipe Laíns 🇵🇸2025-02-131-0/+192
* gh-128446: Skip Windows CI for Unix build system changes (#128450)Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి)2025-02-121-0/+25
* gh-129707: Check `Tools/build/compute-changes.py` with `mypy` (#129708)sobolevn2025-02-061-1/+3
* Convert change detection to a Python script (#129627)Adam Turner2025-02-051-0/+183
* Replace `strict_concatenate = True` with `extra_checks = True` (#126391)sobolevn2025-01-251-1/+1
* gh-115765: Upgrade to GNU Autoconf 2.72 (#128411)Erlend E. Aasland2025-01-031-1/+1
* gh-127303: Add docs for token.EXACT_TOKEN_TYPES (#127304)Илья Любавский2024-11-291-1/+2
* GH-89435: os.path should not be a frozen module (#126924)Filipe Laíns 🇵🇸2024-11-221-3/+0
* gh-89640: Pull in update to float word order detection in autoconf-archive (#...Hood Chatham2024-11-131-1/+1
* gh-126623: Update libexpat to 2.6.4, make future updates easier (GH-126792)Seth Michael Larson2024-11-131-0/+28