Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | codeowners: add myself to getpath, site, and venv (#126994) | Filipe Laíns 🇵🇸 | 2024-11-19 | 1 | -1/+12 |
| | | | Signed-off-by: Filipe Laíns <lains@riseup.net> | ||||
* | Add Savannah to CODEOWNERS for argparse and the JIT (#126814) | Savannah Ostrowski | 2024-11-13 | 1 | -1/+4 |
| | | | Add Savannah to CODEOWNERS | ||||
* | gh-89640: Pull in update to float word order detection in autoconf-archive ↵ | Hood Chatham | 2024-11-13 | 1 | -1/+1 |
| | | | | (#126747) | ||||
* | Fix error message of "Check if Autoconf files are up to date" job (#126683) | sobolevn | 2024-11-12 | 1 | -1/+1 |
| | |||||
* | GH-123877: default to `wasm32-wasip1` instead of `wasm32-wasi` to be more ↵ | Brett Cannon | 2024-11-07 | 1 | -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) | alm | 2024-11-07 | 1 | -8/+7 |
| | |||||
* | GH-126464: Temporarily disable `aarch64-apple-darwin` JIT CI jobs (gh-126465) | Brandt Bucher | 2024-11-06 | 1 | -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) | Damien | 2024-11-05 | 5 | -8/+7 |
| | |||||
* | gh-125560: Pin JIT CI to ubuntu-22.04 (#125564) | Savannah Ostrowski | 2024-11-01 | 1 | -6/+6 |
| | |||||
* | gh-99108: Cleanup references to inexisting `Modules/_blake2`. (GH-126270) | Bénédikt Tran | 2024-11-01 | 1 | -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-Magee | 2024-10-31 | 1 | -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 Ostrowski | 2024-10-30 | 1 | -3/+12 |
| | |||||
* | gh-125669: Do not run `-ugui` tests by default on `make test` (#125730) | sobolevn | 2024-10-30 | 3 | -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 Kemenade | 2024-10-28 | 6 | -64/+67 |
| | |||||
* | gh-126081: For PRs labeled with "type-feature", require a core review ↵ | Łukasz Langa | 2024-10-28 | 1 | -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. Aasland | 2024-10-26 | 1 | -1/+1 |
| | | | autoconf-archive patch by Dan Amelang. | ||||
* | Update CODEOWNERS (#126005) | Guido van Rossum | 2024-10-26 | 1 | -2/+2 |
| | |||||
* | gh-125741: Update `build.yml` for the new check_autoconf_regen job (#125772) | Adam Turner | 2024-10-21 | 2 | -2/+2 |
| | |||||
* | gh-125741: Update check_generated_files CI to use our published container ↵ | Donghee Na | 2024-10-20 | 1 | -9/+44 |
| | | | | image (gh-125744) | ||||
* | GH-125277: Increase minimum supported Sphinx to 7.2.6 (#125368) | Adam Turner | 2024-10-19 | 1 | -1/+1 |
| | |||||
* | CI: Bump Python to 3.13 and mypy to 1.12 in mypy workflow (#125592) | Kirill Podoprigora | 2024-10-16 | 1 | -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 Ware | 2024-10-15 | 1 | -1/+1 |
| | |||||
* | Issue template: Remove 3.8 and add 3.14 version (#125552) | Kirill Podoprigora | 2024-10-15 | 1 | -1/+1 |
| | |||||
* | add Kumar Aditya as codeowner for weakref (#125405) | Kumar Aditya | 2024-10-13 | 1 | -0/+2 |
| | |||||
* | gh-124471: Set name for unnamed reusable workflow (#124475) | Donghee Na | 2024-10-10 | 8 | -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 Turner | 2024-10-10 | 1 | -1/+1 |
| | |||||
* | Drop code ownership for decimal (gh-124695) | Raymond Hettinger | 2024-09-27 | 1 | -1/+0 |
| | |||||
* | Add 3.13 as a version option to the crash issue template (#124560) | Zachary Ware | 2024-09-25 | 1 | -0/+1 |
| | |||||
* | Adjust build_ubuntu_ssltests job to use cache for the correct OS version ↵ | Zachary Ware | 2024-09-25 | 2 | -5/+10 |
| | | | | (GH-124403) | ||||
* | GH-124408: Temporarily skip test_strftime_y2k for emulated Linux JIT CI ↵ | Savannah Ostrowski | 2024-09-25 | 1 | -1/+1 |
| | | | | (GH-124466) | ||||
* | GH-124398: Pin LLVM to 18.1.0 for Windows JIT CI (GH-124399) | Savannah Ostrowski | 2024-09-24 | 1 | -4/+2 |
| | |||||
* | Add Kirill Podoprigora for AST codeowners (#124302) | Kirill Podoprigora | 2024-09-23 | 1 | -5/+6 |
| | |||||
* | gh-124064: Make warning emitting compiler options opt-in (#124070) | Nate Ohlson | 2024-09-16 | 2 | -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 Katriel | 2024-09-15 | 1 | -0/+1 |
| | |||||
* | Revert "gh-112301: Enable warning emitting options and ignore warnings in CI ↵ | Hugo van Kemenade | 2024-09-13 | 2 | -30/+6 |
| | | | | (#123020)" (#124065) | ||||
* | gh-112301: Enable warning emitting options and ignore warnings in CI (#123020) | Nate Ohlson | 2024-09-13 | 2 | -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 Willing | 2024-09-07 | 1 | -0/+3 |
| | |||||
* | gh-123700: Update OpenSSL versions in multissltests and CI (#123701) | Zachary Ware | 2024-09-04 | 1 | -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 Ware | 2024-09-04 | 2 | -4/+4 |
| | | | Also adds openssl/openssl GitHub URL template for newer OpenSSL downloads | ||||
* | Enable colour for doctest on GitHub Actions (#123536) | Hugo van Kemenade | 2024-08-31 | 1 | -0/+3 |
| | |||||
* | Make self turtledemo codeowner (#123524) | Terry Jan Reedy | 2024-08-31 | 1 | -1/+2 |
| | |||||
* | gh-122965: Fix `reusable-change-detection.yml` on `workflow_dispatch` (#122966) | sobolevn | 2024-08-14 | 2 | -6/+20 |
| | |||||
* | GH-122578: update to WASI SDK 24 (GH-122960) | Brett Cannon | 2024-08-12 | 1 | -2/+2 |
| | |||||
* | gh-112301: Add macOS warning tracking tooling (#122211) | Nate Ohlson | 2024-08-06 | 2 | -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-31 | 2 | -118/+163 |
| | |||||
* | gh-112301: Add argument aliases and tee compiler output for check warnings ↵ | Nate Ohlson | 2024-07-30 | 1 | -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 Gross | 2024-07-30 | 1 | -5/+5 |
| | | | The Ubuntu package for llvm-18 is broken | ||||
* | gh-119180: Add myself as CODEOWNER for annotationlib (#122366) | Jelle Zijlstra | 2024-07-28 | 1 | -0/+1 |
| | | | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | ||||
* | gh-112301: Compiler warning management tooling (#121730) | Nate Ohlson | 2024-07-27 | 2 | -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-25 | 2 | -34/+33 |
| | | | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> |