summaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* gh-128504: Upgrade doctest to ubuntu-24.04 (#128506)Damien2025-01-051-1/+1
| | | | 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>
* gh-115765: Upgrade to GNU Autoconf 2.72 (#128411)Erlend E. Aasland2025-01-031-2/+2
|
* gh-100384: Error on `unguarded-availability` in macOS builds (#128155)Zanie Blue2024-12-221-0/+1
| | | Generate a build error on ``unguarded-availability`` in portable macOS builds (i.e. using MACOSX_DEPLOYMENT_TARGET), preventing invalid use of symbols that are not available in older versions of the OS.
* gh-128069: brew link --overwrite tcl-tk@8 to prevent conflict with GitHub ↵Victor Stinner2024-12-191-1/+1
| | | | | | | image's version (#128090) brew link --overwrite tcl-tk@8 to prevent conflict with GitHub image's version Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* CI: Use bash to properly expand variable (#127822)Hugo van Kemenade2024-12-111-1/+2
|
* Add zizmor to pre-commit and fix most findings (#127749)Hugo van Kemenade2024-12-1017-26/+82
| | | Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
* Enable native AArch64 Ubuntu CI jobs (#127584)Diego Russo2024-12-043-32/+24
| | | Co-authored-by: Brandt Bucher <brandtbucher@gmail.com>
* gh-126524: Run `regen-unicodedata` as a part of our CI (#126682)sobolevn2024-12-041-1/+1
|
* GH-127429: fix sysconfig data generation on cross-builds (#127430)Filipe Laíns 🇵🇸2024-12-021-1/+1
|
* gh-127359: Pin Tcl/Tk to 8 (8.6) for testing macOS (#127365)Hugo van Kemenade2024-11-281-1/+4
|
* gh-127330: Update for OpenSSL 3.4 & document+improve the update process ↵Petr Viktorin2024-11-281-1/+2
| | | | | | | | | | | | | | | | | (GH-127331) - Add `git describe` output to headers generated by `make_ssl_data.py` This info is more important than the date when the file was generated. It does mean that the tool now requires a Git checkout of OpenSSL, not for example a release tarball. - Regenerate the older file to add the info. To the other older file, add a note about manual edits. - Add notes on how to add a new OpenSSL version - Add 3.4 error messages and multissl tests
* GH-127154: Remove PGO and unknown-linux-gnu/clang from JIT CI (#127212)Savannah Ostrowski2024-11-271-28/+7
|
* Enable aarch64 Ubuntu CI jobs (#125786)Łukasz Langa2024-11-224-17/+41
| | | This change enables custom GHA runners for Ubuntu-24.04 that run on Arm hardware. It also prepares for Windows runners on Arm hardware, but doesn't enable that just yet, because the Arm GHA runner images for Windows need to be updated.
* Run `apt update` before `apt install git` in autoconf CI job (GH-127066)Zachary Ware2024-11-201-1/+1
|
* 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>