summaryrefslogtreecommitdiffstats
path: root/Tools/build
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-133410: Fix PR detection in build workflow (GH-133671) (#134054)Miss Islington (bot)2025-05-151-1/+1
* [3.13] gh-133403: Check `Tools/build/deepfreeze.py` with mypy (GH-133802) (#1...sobolevn2025-05-153-26/+43
* [3.13] gh-133403: Check `Tools/build/verify_ensurepip_wheels.py` with mypy (G...Miss Islington (bot)2025-05-082-2/+8
* [3.13] gh-133403: Type `Tools/build/update_file.py` and check it with `mypy` ...sobolevn2025-05-082-4/+28
* [3.13] GH-133410: Use commit hashes for change detection (gh-133416) (#133427)Miss Islington (bot)2025-05-051-13/+11
* [3.13] gh-128446: Run Windows CI tests on each commit (GH-131702) (#131705)Miss Islington (bot)2025-03-281-1/+1
* [3.13] gh-130587: Add hand-written docs for non-OP tokens (GH-130588) (GH-131...Petr Viktorin2025-03-241-13/+48
* [3.13] gh-128446: Skip Windows CI for Unix build system changes (GH-128450) (...Miss Islington (bot)2025-02-221-0/+25
* [3.13] Convert change detection to a Python script (GH-129627) (#130367)Hugo van Kemenade2025-02-221-0/+183
* [3.13] Replace `strict_concatenate = True` with `extra_checks = True` (GH-126...Miss Islington (bot)2025-01-251-1/+1
* [3.13] gh-122907: Fix Builds Without HAVE_DYNAMIC_LOADING Set (gh-122952) (#1...Miss Islington (bot)2024-12-031-0/+9
* [3.13] gh-127303: Add docs for token.EXACT_TOKEN_TYPES (GH-127304) (#127390)Miss Islington (bot)2024-11-301-1/+2
* [3.13] gh-126623: Update libexpat to 2.6.4, make future updates easier (GH-12...Miss Islington (bot)2024-11-131-0/+28
* [3.13] gh-89640: harden float word ordering (#125571 and #126387) (#126429)Erlend E. Aasland2024-11-051-1/+1
* [3.13] gh-124612: Use ghcr.io/python/autoconf instead of public image (GH-124...Miss Islington (bot)2024-10-301-4/+2
* [3.13] gh-125741: Update `build.yml` for the new check_autoconf_regen job (GH...Miss Islington (bot)2024-10-211-1/+1
* [3.13] gh-123892: Add "_wmi" to sys.stdlib_module_names (GH-123893) (#123896)Miss Islington (bot)2024-09-301-0/+1
* [3.13] gh-123458: Skip SBOM generation if no git repository is detected (GH-1...Miss Islington (bot)2024-09-021-0/+18
* [3.13] Fix syntax in generate_re_casefix.py (GH-122699) (#122721)Miss Islington (bot)2024-08-061-2/+2
* [3.13] gh-122044: Don't error during gitignore filtering with no files (GH-12...Miss Islington (bot)2024-07-271-0/+4
* [3.13] GH-121970: Rewrite the C-API annotations extension (#121985) (#122027)Adam Turner2024-07-191-8/+15
* [3.13] gh-113993: Allow interned strings to be mortal, and fix related issues...Petr Viktorin2024-06-241-2/+23
* [3.13] gh-112844: Update CPE references for external dependencies (GH-118521)...Miss Islington (bot)2024-05-201-1/+15
* gh-116122: Add SBOM generation to PCbuild/build.bat (GH-116138)Seth Michael Larson2024-04-301-3/+18
* gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)Eric Snow2024-04-241-3/+0
* gh-116303: Skip test module dependent tests if test modules are unavailable (...Erlend E. Aasland2024-04-031-1/+4
* gh-99108: Update and check HACL* version information (GH-117295)Seth Michael Larson2024-03-271-0/+14
* gh-108716: Cleanup remaining deepfreeze infrastructure (#116919)Guido van Rossum2024-03-181-77/+2
* gh-116417: Add _testlimitedcapi C extension (#116419)Victor Stinner2024-03-071-0/+1
* chore: fix typos (#116345)cui fliter2024-03-051-1/+1
* gh-112844: Add SBOM for external dependencies (#115789)Seth Michael Larson2024-02-291-17/+91
* gh-115773: Add tests to exercise the _Py_DebugOffsets structure (#115774)Pablo Galindo Salgado2024-02-281-0/+1
* gh-112302: Move pip SBOM discovery to release-tools (#115360)Seth Michael Larson2024-02-141-251/+0
* gh-115399: Upgrade bundled libexpat to 2.6.0 (#115431)Seth Michael Larson2024-02-141-1/+4
* gh-112302: Change 'licenseConcluded' field to 'NOASSERTION' (#115038)Seth Michael Larson2024-02-061-5/+7
* GH-80789: Get rid of the ``ensurepip`` infra for many wheels (#109245)Sviatoslav Sydorenko (Святослав Сидоренко)2024-01-301-5/+1
* gh-91325: Skip Stable ABI checks with Py_TRACE_REFS special build (GH-92046)Petr Viktorin2024-01-291-9/+10
* gh-114250: Fetch metadata for pip and its vendored dependencies from PyPI (#1...Seth Michael Larson2024-01-261-50/+213
* GH-112354: `END_FOR` instruction to only pop one value. (GH-114247)Mark Shannon2024-01-241-0/+8
* gh-114178: Fix generate_sbom.py for out-of-tree builds (#114179)Erlend E. Aasland2024-01-171-0/+1
* gh-112302: Point core developers to SBOM devguide on errors (#113490)Seth Michael Larson2024-01-101-9/+44
* gh-113258: Write frozen modules to the build tree on Windows (GH-113303)Itamar Oren2024-01-031-4/+4
* GH-111485: Delete the old generator code. (GH-113321)Mark Shannon2023-12-211-1/+1
* gh-113257: Automatically generate pip SBOM metadata from wheel (#113295)Seth Michael Larson2023-12-201-10/+106
* gh-113257: Fix SBOM metadata for pip 23.3.2 (#113262)Seth Michael Larson2023-12-191-1/+1
* gh-113246: Updated bundled pip to 23.3.2 (gh-113249)Stéphane Bidoul2023-12-181-1/+1
* gh-76785: More Fixes for test.support.interpreters (gh-113012)Eric Snow2023-12-121-0/+1
* gh-112302: Add Software Bill-of-Materials (SBOM) tracking for dependencies (#...Seth Michael Larson2023-12-072-0/+192
* gh-106560: Fix redundant declarations in Python/frozen.c (#112612)Victor Stinner2023-12-031-1/+12
* Fix typos in variable names, function names, and comments (GH-101868)Yang Hau2023-12-011-6/+6