summaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Expand)AuthorAgeFilesLines
* [3.14] GH-111758: Merge TSan and UBSan reusable GHA workflows (GH-136820) (#1...Miss Islington (bot)2025-07-203-101/+139
* [3.14] GH-133600: Backport file reorg of `Tools/wasm/wasi` (GH-135950)Brett Cannon2025-06-262-5/+10
* [3.14] gh-134939: Add the concurrent.interpreters Module (gh-135414)Eric Snow2025-06-121-1/+5
* [3.14] gh-135155: Added dependencies required for compiling the _zstd module ...Miss Islington (bot)2025-06-061-0/+1
* [3.14] Add CODEOWNERS and YAML to end-of-file-fixer and trailing-whitespace (...Miss Islington (bot)2025-05-261-1/+0
* [3.14] Add CODEOWNERS for remote debugging (GH-134720) (#134721)Miss Islington (bot)2025-05-261-0/+5
* [3.14] gh-134309: Add ``github.actor`` to the GitHub Actions concurrency key ...Miss Islington (bot)2025-05-221-1/+7
* [3.14] gh-133410: Fix PR detection in build workflow (GH-133671) (#134055)Miss Islington (bot)2025-05-151-0/+1
* [3.14] gh-133403: Check `Tools/build/deepfreeze.py` with mypy (GH-133802) (#1...Miss Islington (bot)2025-05-151-0/+2
* [3.14] gh-133403: Check `Tools/build/generate-build-details.py` with mypy (GH...Miss Islington (bot)2025-05-091-0/+1
* [3.14] gh-133403: Check `Tools/build/verify_ensurepip_wheels.py` with mypy (G...Miss Islington (bot)2025-05-081-0/+3
* [3.14] Forward-port 'check-abi' CI job from 3.13 (GH-133614)Zachary Ware2025-05-071-0/+47
* GH-133410: Use commit hashes for change detection (gh-133416)Adam Turner2025-05-051-0/+2
* gh-126835: Rename `ast_opt.c` to `ast_preprocess.c` and related stuff after m...Yan Yanchii2025-05-041-1/+1
* GH-113464: Get LLVM from cpython-bin-deps on Windows (GH-133278)Brandt Bucher2025-05-021-1/+1
* GH-133171: Prevent combinations of --disable-gil and --enable-experimental-ji...Brandt Bucher2025-05-021-26/+27
* GH-114809: Add support for macOS multi-arch builds with the JIT enabled (#131...Savannah Ostrowski2025-04-301-1/+1
* Remove redundant ``--keep-going`` when running Sphinx (#133156)Hugo van Kemenade2025-04-301-2/+2
* gh-132661: Implement PEP 750 (#132662)Lysandros Nikolaou2025-04-301-0/+6
* gh-133117: Run mypy on `tomllib` in CI (#133118)sobolevn2025-04-301-0/+2
* Run mypy workflow on `_colorize.py` and `Misc/mypy/**` changes (#133116)sobolevn2025-04-291-0/+2
* gh-132912: Set 15 min timeout on GHA Hypothesis CI (#132914)Victor Stinner2025-04-251-1/+2
* gh-131423: Update OpenSSL data to 3.4.1 on Linux (#131618)Bénédikt Tran2025-04-251-3/+3
* CODEOWNERS: add myself to unionobject.c (#132808)Jelle Zijlstra2025-04-221-0/+1
* Update `pre-commit` repos (#132792)sobolevn2025-04-221-0/+4
* Exclude `.mailmap` in Codeowners (#132722)Stan Ulbrych2025-04-191-0/+3
* Use Windows ARM64 hosted runners (#132546)Hugo van Kemenade2025-04-165-45/+12
* CI: Update outdated references to Python version and GH issues (#132394)Bénédikt Tran2025-04-111-5/+5
* gh-131507: Add a way to recreate the `Misc/mypy` symlinks if missing (#132274)Łukasz Langa2025-04-081-0/+1
* gh-132132: Upgrade LLVM on tail calling CI (GH-132098)Ken Jin2025-04-051-10/+12
* Enable Windows on Arm GitHub runners (#131994)Diego Russo2025-04-034-21/+34
* gh-118761: Optimise import time for ast (#131953)Adam Turner2025-04-021-0/+1
* gh-131895: fix clang `$PATH` on Darwin runners for tail-calling interpreter (...Bénédikt Tran2025-03-301-2/+2
* Update cryptographic CODEOWNERS entry (#131892)Bénédikt Tran2025-03-301-5/+8
* GH-131678: fix Windows tail-call CI does not run the test cases (GH-131690)Chris Eibl2025-03-281-2/+2
* gh-130039: Tailcall for windows builds (GH-130040)Ken Jin2025-03-111-10/+20
* Add Ammar to CODEOWNERS for fuzzing (#131057)Ammar Askar2025-03-101-0/+3
* gh-130604: Always run all matrix workflows in GitHub Actions (#130603)Adam Turner2025-02-263-0/+6
* gh-127785: Reduce permissions in the `check labels` workflow (#130596)shenxianpeng2025-02-261-4/+2
* GH-103180: Set a timeout for every job in GitHub Actions (#130375)Adam Turner2025-02-2111-53/+54
* Revert "Use ubuntu-22.04-arm image for Arm runners. (#129834)" (#130305)Diego Russo2025-02-193-4/+4
* cover `**/*hashopenssl*` in CODEOWNERS (#130236)Gregory P. Smith2025-02-171-0/+1
* CI: Use ImageOS (ubuntu24) instead of runner.os (Linux) in cache keys (#130200)Hugo van Kemenade2025-02-175-27/+27
* CI: Mark the `cross-build-linux` job as skippable (#130113)Peter Bierma2025-02-141-0/+1
* no-issue: Add free-threading build for TC dispatch (gh-130083)Donghee Na2025-02-131-1/+14
* GH-127432: add cross-build-linux as a required CI job (#129459)Filipe Laíns 🇵🇸2025-02-131-0/+1
* gh-128446: Skip Windows CI for Unix build system changes (#128450)Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి)2025-02-122-2/+12
* Trigger tail call CI on more files (GH-129906)Ken Jin2025-02-091-0/+2
* Use ubuntu-22.04-arm image for Arm runners. (#129834)Diego Russo2025-02-083-4/+4
* gh-128563: A new tail-calling interpreter (GH-128718)Ken Jin2025-02-061-0/+113