summaryrefslogtreecommitdiffstats
path: root/Tools/build
Commit message (Expand)AuthorAgeFilesLines
* 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
* gh-89640: properly detect float word ordering on Linux (#125571)Erlend E. Aasland2024-10-261-1/+1
* gh-125741: Update `build.yml` for the new check_autoconf_regen job (#125772)Adam Turner2024-10-211-1/+1
* gh-124612: Update autoconf container image (#125320)Donghee Na2024-10-111-1/+1
* gh-124612: Use ghcr.io/python/autoconf instead of public image (#124657)Donghee Na2024-10-091-4/+2
* generate_global_objects.py: Fix name of macro in error message (#124464)Jelle Zijlstra2024-09-271-2/+2
* Lint and format Tools/build/check-warnings.py (#124382)Hugo van Kemenade2024-09-232-7/+33
* gh-124190: Ignore files directories check warning tooling (#124193)Nate Ohlson2024-09-183-47/+104
* gh-124191: Disable -Wconversion in enable safety (gh-124192)Nate Ohlson2024-09-182-474/+5
* gh-124064: Fix -Wconversion warnings in Parser/pegen.c (#124181)Victor Stinner2024-09-172-2/+0
* gh-124064: Fix -Wconversion warnings in pycore_{long,object}.h (#124177)Victor Stinner2024-09-172-10/+4
* gh-124064: Fix -Wconversion warnings in pycore_{gc,list,stackref}.h (#124174)Victor Stinner2024-09-172-5/+0
* Tools/build/stable_abi.py: Improve ergonomics (GH-105355)Petr Viktorin2024-09-171-5/+10
* gh-124064: Make warning emitting compiler options opt-in (#124070)Nate Ohlson2024-09-163-94/+561
* Revert "gh-112301: Enable warning emitting options and ignore warnings in CI ...Hugo van Kemenade2024-09-133-548/+85
* gh-112301: Enable warning emitting options and ignore warnings in CI (#123020)Nate Ohlson2024-09-133-85/+548
* gh-123892: Add "_wmi" to sys.stdlib_module_names (#123893)Victor Stinner2024-09-101-0/+1
* gh-123458: Skip SBOM generation if no git repository is detected (#123507)Seth Michael Larson2024-09-021-0/+18
* gh-112301: Add warning count to warning check tooling (#122711)Nate Ohlson2024-08-143-14/+44
* gh-99108: Add HACL* Blake2 implementation to hashlib (GH-119316)Jonathan Protzenko2024-08-131-3/+0
* gh-122907: Fix Builds Without HAVE_DYNAMIC_LOADING Set (gh-122952)Eric Snow2024-08-131-0/+9
* gh-112301: Add macOS warning tracking tooling (#122211)Nate Ohlson2024-08-062-53/+111
* Fix syntax in generate_re_casefix.py (#122699)Jelle Zijlstra2024-08-061-2/+2
* gh-112301: Add argument aliases and tee compiler output for check warnings (G...Nate Ohlson2024-07-301-1/+4
* gh-122044: Don't error during gitignore filtering with no files (#122045)Seth Michael Larson2024-07-271-0/+4
* gh-112301: Compiler warning management tooling (#121730)Nate Ohlson2024-07-272-0/+198
* GH-121970: Rewrite the C-API annotations extension (#121985)Adam Turner2024-07-191-8/+15
* gh-113993: Allow interned strings to be mortal, and fix related issues (GH-12...Petr Viktorin2024-06-211-2/+23
* gh-120417: Remove unused imports in Tools (#120623)Victor Stinner2024-06-171-2/+2
* gh-112844: Update CPE references for external dependencies (#118521)Seth Michael Larson2024-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