summaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-120360: Add self as IDLE doc owner (GH-120571) (#120576)Miss Islington (bot)2024-06-161-0/+1
* [3.13] gh-119146: Update ``regexp`` in `build.yml` to not trigger the jobs on...Miss Islington (bot)2024-06-131-1/+1
* [3.13] Fix the CODEOWNERS for _interpretersmodule.c (gh-120324)Miss Islington (bot)2024-06-101-1/+1
* [3.13] gh-120111: Don't use cirrus M1 macOS runners on fork (GH-120116) (GH-1...Miss Islington (bot)2024-06-062-5/+14
* [3.13] Withdraw most of my ownership in favor of Mark (#120126)Guido van Rossum2024-06-051-6/+6
* [3.13] Use Cirrus M1 macOS runners for CI (GH-119979) (GH-119986)Miss Islington (bot)2024-06-031-4/+4
* [3.13] GH-113464: Run the JIT interpreter before any other JIT CI (GH-119490)Miss Islington (bot)2024-05-241-0/+15
* [3.13] GH-119292: Add job to JIT CI to build and test with --disable-gil (GH-...Miss Islington (bot)2024-05-211-0/+18
* [3.13] Docs: Ensure no warnings are found in the NEWS file before a given lin...Hugo van Kemenade2024-05-211-1/+2
* [3.13] Use `fail-fast: false` in `mypy.yml` (GH-119297) (#119304)Miss Islington (bot)2024-05-211-0/+1
* [3.13] GH-119146: Don't run JIT CI on unrelated changes (GH-119226)Miss Islington (bot)2024-05-201-0/+6
* [3.13] gh-117657: Log TSAN warnings to separate files and archive them (GH-11...Miss Islington (bot)2024-05-102-1/+17
* [3.13] Run CI on the 3.13 branch (GH-118779) (#118781)Miss Islington (bot)2024-05-081-10/+2
* Revert to free macOS runners (#118744)Łukasz Langa2024-05-071-2/+2
* gh-117657: Use clang 18 in TSAN builds (GH-118533)mpage2024-05-071-1/+8
* GH-118251: Bump the JIT CI timeout to 90 minutes (#118661)Brandt Bucher2024-05-061-1/+1
* Use Intel with 12 cores for free-threading tests for maximum speedup (#118677)Łukasz Langa2024-05-061-2/+2
* Test premium Mac builders (#118672)Łukasz Langa2024-05-062-2/+2
* gh-115119: Default to --with-system-libmpdec=yes (#118539)Erlend E. Aasland2024-05-061-0/+1
* gh-115119: Bump CI to use Ubuntu 22.04 (#118631)Erlend E. Aasland2024-05-063-5/+5
* gh-111201: A new Python REPL (GH-111567)Pablo Galindo Salgado2024-05-053-1/+5
* GH-118251: Fix incomplete ternary expression in JIT workflow (GH-118564)Brandt Bucher2024-05-031-1/+1
* GH-118251: Skip fewer test in emulated JIT CI (GH-118536)Savannah Ostrowski2024-05-031-8/+5
* gh-116622: Add Android testbed (GH-117878)Malcolm Smith2024-05-011-0/+12
* GH-118306: Update JIT to use LLVM 18 (GH-118307)Savannah Ostrowski2024-04-291-3/+8
* gh-118401: Docs: Use Sphinx short options (#118403)Hugo van Kemenade2024-04-291-1/+1
* Docs: Upgrade to Sphinx 7.3 (#118397)Hugo van Kemenade2024-04-291-1/+1
* gh-117928: Bump the minimum Sphinx version to 6.2.1 (#117853)Kirill Podoprigora2024-04-261-1/+1
* GH-118246: Exclude test_pathlib and test_posixpath from emulated JIT CI (GH-1...Savannah Ostrowski2024-04-241-2/+2
* gh-112730: Make the test suite resilient to color-activation environment vari...Pablo Galindo Salgado2024-04-241-0/+1
* gh-118039: Fix config.cache key on WASI (#118137)Nice Zombies2024-04-232-2/+5
* Set proper permissions for `jit.yml` workflow (#118084)Nikita Sobolev2024-04-221-0/+3
* gh-117657: Add TSAN suppressions for the free-threaded build (#117736)mpage2024-04-152-1/+7
* build(deps): bump actions/add-to-project from 0.6.0 to 1.0.0 (#117415)dependabot[bot]2024-04-011-1/+1
* Increase the JIT CI timeouts to 75 minutes (GH-117342)Brandt Bucher2024-03-281-7/+5
* Revert "gh-116886: Temporarily disable CIfuzz (memory) (GH-117018)" (GH-117289)Illia Volochii2024-03-281-2/+1
* gh-117089: Move importlib.metadata tests to their own package (#117092)Jason R. Coombs2024-03-201-1/+1
* gh-116886: Temporarily disable CIfuzz (memory) (#117018)Łukasz Langa2024-03-191-1/+2
* CI: Pass environment variables directly to configure in JIT CI (#116156)Erlend E. Aasland2024-03-181-6/+6
* Bump GitHub Actions (#116944)Hugo van Kemenade2024-03-183-3/+3
* CI: Process stale issues four times per day (#116857)Hugo van Kemenade2024-03-161-1/+1
* gh-112536: Add TSAN builds on Github Actions (#116872)Donghee Na2024-03-162-0/+73
* CI: Only test free-threading with faster macOS M1 (#116814)Hugo van Kemenade2024-03-142-4/+8
* GH-114736: Use WASI SDK 21 (GH-116771)Brett Cannon2024-03-141-2/+2
* CI: Process stale issues twice per day (#116636)Hugo van Kemenade2024-03-121-1/+1
* GH-115976: Add WASI to CI (GH-116516)Brett Cannon2024-03-112-0/+81
* GH-116134: JIT aarch64-pc-windows-msvc (GH-116130)Brandt Bucher2024-03-041-3/+15
* gh-112844: Add SBOM for external dependencies (#115789)Seth Michael Larson2024-02-291-0/+1
* gh-116075: Skip test_external_inspection on qemu in JIT CI (#116076)Erlend E. Aasland2024-02-281-2/+2
* gh-116026: Try disabling rebuilds of dependents in Homebrew (#116027)Jelle Zijlstra2024-02-281-0/+1