summaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* codeowners: add myself to getpath, site, and venv (#126994)Filipe Laíns 🇵🇸2024-11-191-1/+12
| | | Signed-off-by: Filipe Laíns <lains@riseup.net>
* Add Savannah to CODEOWNERS for argparse and the JIT (#126814)Savannah Ostrowski2024-11-131-1/+4
| | | Add Savannah to CODEOWNERS
* gh-89640: Pull in update to float word order detection in autoconf-archive ↵Hood Chatham2024-11-131-1/+1
| | | | (#126747)
* Fix error message of "Check if Autoconf files are up to date" job (#126683)sobolevn2024-11-121-1/+1
|
* GH-123877: default to `wasm32-wasip1` instead of `wasm32-wasi` to be more ↵Brett Cannon2024-11-071-2/+2
| | | | | | | | | specific (GH-126552) Eventually wasm32-wasi will represent WASI 1.0, and so it's currently deprecated so it can be used for that eventual purpose. wasm32-wasip1 is also more specific to what version of WASI is currently supported. --------- Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
* GH-126464 Fix JIT CI on aarch64-apple-darwin (GH-126494)alm2024-11-071-8/+7
|
* GH-126464: Temporarily disable `aarch64-apple-darwin` JIT CI jobs (gh-126465)Brandt Bucher2024-11-061-5/+6
| | | | | * Temporarily disable aarch64-apple-darwin JIT CI jobs * Also up here
* gh-122544: Change OS image in GitHub Actions to Ubuntu 24.04 (#122566)Damien2024-11-055-8/+7
|
* gh-125560: Pin JIT CI to ubuntu-22.04 (#125564)Savannah Ostrowski2024-11-011-6/+6
|
* gh-99108: Cleanup references to inexisting `Modules/_blake2`. (GH-126270)Bénédikt Tran2024-11-011-1/+0
| | | | | | | | | * Remove references to `Modules/_blake2`. * Remove `Modules/_blake2` entry from CODEOWNERS The folder does not exist anymore. * Remove `Modules/_blake2` entry from `Tools/c-analyzer/TODO`
* Add myself to CODEOWNERS for WASM/emscripten and Android (#126210)Russell Keith-Magee2024-10-311-3/+3
| | | Add RKM to CODEOWNERS for WASM/emscripten and Android.
* GH-125498: Update JIT builds to use LLVM 19 and preserve_none (GH-125499)Savannah Ostrowski2024-10-301-3/+12
|
* gh-125669: Do not run `-ugui` tests by default on `make test` (#125730)sobolevn2024-10-303-3/+3
| | | Adds `make ci` target for use in CI and keeping `make test` for the local development.
* 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>