summaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Lint GitHub Actions and Dependabot (#126002)Hugo van Kemenade2024-10-286-64/+67
|
* gh-126081: For PRs labeled with "type-feature", require a core review ↵Łukasz Langa2024-10-281-4/+42
| | | | | | (GH-126082) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* gh-89640: properly detect float word ordering on Linux (#125571)Erlend E. Aasland2024-10-261-1/+1
| | | autoconf-archive patch by Dan Amelang.
* Update CODEOWNERS (#126005)Guido van Rossum2024-10-261-2/+2
|
* gh-125741: Update `build.yml` for the new check_autoconf_regen job (#125772)Adam Turner2024-10-212-2/+2
|
* gh-125741: Update check_generated_files CI to use our published container ↵Donghee Na2024-10-201-9/+44
| | | | image (gh-125744)
* GH-125277: Increase minimum supported Sphinx to 7.2.6 (#125368)Adam Turner2024-10-191-1/+1
|
* CI: Bump Python to 3.13 and mypy to 1.12 in mypy workflow (#125592)Kirill Podoprigora2024-10-161-1/+1
| | | | | * Bump mypy to 1.12 & Python to 3.13 * Remove unnecessary `type: ignore`
* Update verison options in crash issue template (GH-125555)Zachary Ware2024-10-151-1/+1
|
* Issue template: Remove 3.8 and add 3.14 version (#125552)Kirill Podoprigora2024-10-151-1/+1
|
* add Kumar Aditya as codeowner for weakref (#125405)Kumar Aditya2024-10-131-0/+2
|
* gh-124471: Set name for unnamed reusable workflow (#124475)Donghee Na2024-10-108-5/+13
| | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
* Pin the doctest workflow to Ubuntu 22.04 (#125236)Adam Turner2024-10-101-1/+1
|
* Drop code ownership for decimal (gh-124695)Raymond Hettinger2024-09-271-1/+0
|
* Add 3.13 as a version option to the crash issue template (#124560)Zachary Ware2024-09-251-0/+1
|
* Adjust build_ubuntu_ssltests job to use cache for the correct OS version ↵Zachary Ware2024-09-252-5/+10
| | | | (GH-124403)
* GH-124408: Temporarily skip test_strftime_y2k for emulated Linux JIT CI ↵Savannah Ostrowski2024-09-251-1/+1
| | | | (GH-124466)
* GH-124398: Pin LLVM to 18.1.0 for Windows JIT CI (GH-124399)Savannah Ostrowski2024-09-241-4/+2
|
* Add Kirill Podoprigora for AST codeowners (#124302)Kirill Podoprigora2024-09-231-5/+6
|
* gh-124064: Make warning emitting compiler options opt-in (#124070)Nate Ohlson2024-09-162-6/+32
| | | | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
* gh-121404: update CODEOWNERS (#124109)Irit Katriel2024-09-151-0/+1
|
* Revert "gh-112301: Enable warning emitting options and ignore warnings in CI ↵Hugo van Kemenade2024-09-132-30/+6
| | | | (#123020)" (#124065)
* gh-112301: Enable warning emitting options and ignore warnings in CI (#123020)Nate Ohlson2024-09-132-6/+30
| | | | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
* Add willingc to CODEOWNERS for Lang Reference Doc (#123812)Carol Willing2024-09-071-0/+3
|
* gh-123700: Update OpenSSL versions in multissltests and CI (#123701)Zachary Ware2024-09-041-1/+1
| | | | Remove EOL 1.1.1w from CI and move it to the 'old' set in multissltests, add latest 3.3.2 to both CI and multissltests.
* gh-123418: Update CI to use fresh OpenSSL releases (GH-123675)Zachary Ware2024-09-042-4/+4
| | | Also adds openssl/openssl GitHub URL template for newer OpenSSL downloads
* Enable colour for doctest on GitHub Actions (#123536)Hugo van Kemenade2024-08-311-0/+3
|
* Make self turtledemo codeowner (#123524)Terry Jan Reedy2024-08-311-1/+2
|
* gh-122965: Fix `reusable-change-detection.yml` on `workflow_dispatch` (#122966)sobolevn2024-08-142-6/+20
|
* GH-122578: update to WASI SDK 24 (GH-122960)Brett Cannon2024-08-121-2/+2
|
* gh-112301: Add macOS warning tracking tooling (#122211)Nate Ohlson2024-08-062-2/+4
| | | | Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
* Move change detection to separate workflow in CI (#122336)Sviatoslav Sydorenko (Святослав Сидоренко)2024-07-312-118/+163
|
* gh-112301: Add argument aliases and tee compiler output for check warnings ↵Nate Ohlson2024-07-301-1/+1
| | | | | (GH-122465) Also remove superfluous shebang from the warning check script
* gh-121946: Temporarily switch to llvm-17 in TSan CI again (GH-122466)Sam Gross2024-07-301-5/+5
| | | The Ubuntu package for llvm-18 is broken
* gh-119180: Add myself as CODEOWNER for annotationlib (#122366)Jelle Zijlstra2024-07-281-0/+1
| | | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* gh-112301: Compiler warning management tooling (#121730)Nate Ohlson2024-07-272-2/+5
| | | | | Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* Move macOS matrix to the calling workflow (#121809)Sviatoslav Sydorenko (Святослав Сидоренко)2024-07-252-34/+33
| | | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* Integrate `build_msi` into main CI workflow (#121778)Sviatoslav Sydorenko (Святослав Сидоренко)2024-07-243-40/+56
| | | | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* gh-121996: Introduce --disable-safety and --enable-slower-safety options ↵Donghee Na2024-07-233-1/+4
| | | | | | | | | | | | | (#122054) * gh-121996: Introduce --disable-safty and --enable-slower-safty * Update GA * fix * Address code review * Update CI
* Revert "gh-121946: Temporarily switch to llvm-17 in TSan CI (#121975)" (#122032)Sam Gross2024-07-221-5/+5
| | | | | This reverts commit 12c1afa9d153fbdf78c970054c08c755f504c5e9. The LLVM 18 Ubuntu package is working now.
* Merge Ubuntu test matrices in CI (#121813)Sviatoslav Sydorenko (Святослав Сидоренко)2024-07-212-26/+20
| | | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* gh-121946: Temporarily switch to llvm-17 in TSan CI (#121975)Sam Gross2024-07-181-5/+5
| | | The Ubuntu package for llvm-18 is broken
* GH-120371: Add WASI SDK 22 support (GH-121870)Brett Cannon2024-07-161-1/+1
| | | Required disabling stub functions now provided by wasi-libc.
* 🧪🚑 Fix using `check_source` flags as bool (#121848)Sviatoslav Sydorenko (Святослав Сидоренко)2024-07-162-5/+25
|
* Generalize reusable Windows CI jobs (#121766)Sviatoslav Sydorenko (Святослав Сидоренко)2024-07-142-45/+41
|
* Fix cache restoration for Hypothesis CI job (#121756)Sviatoslav Sydorenko (Святослав Сидоренко)2024-07-141-1/+1
|
* GH-120372: Switch to wasmtime 22 (GH-121523)Brett Cannon2024-07-091-7/+9
| | | Along the way, make the cache key in GitHub Actions for `config.cache` be more robust in the face of potential env var changes from `Tools/wasm/wasi.py`.
* Add Fidget-Spinner to stackrefs CODEOWNERS (GH-121455)Ken Jin2024-07-071-0/+1
|
* Add --with-lto back to Linux JIT CI (GH-120921)Savannah Ostrowski2024-06-241-4/+2
|
* No longer watch the queue module, remove rhettinger (#120664)Raymond Hettinger2024-06-181-2/+1
|