| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | GH-119292: Add job to JIT CI to build and test with --disable-gil (GH-119293) | Savannah Ostrowski | 2024-05-21 | 1 | -0/+18 |
|
|
* | Use `fail-fast: false` in `mypy.yml` (#119297) | Nikita Sobolev | 2024-05-21 | 1 | -0/+1 |
|
|
* | Docs: Ensure no warnings are found in the NEWS file before a given line numbe... | Hugo van Kemenade | 2024-05-20 | 1 | -1/+2 |
|
|
* | GH-119146: Don't run JIT CI on unrelated changes (GH-119147) | Savannah Ostrowski | 2024-05-19 | 1 | -0/+6 |
|
|
* | gh-117657: Log TSAN warnings to separate files and archive them (#118747) | mpage | 2024-05-10 | 2 | -1/+17 |
|
|
* | Run CI on the 3.13 branch (#118779) | Jelle Zijlstra | 2024-05-08 | 1 | -10/+2 |
|
|
* | Revert to free macOS runners (#118744) | Łukasz Langa | 2024-05-07 | 1 | -2/+2 |
|
|
* | gh-117657: Use clang 18 in TSAN builds (GH-118533) | mpage | 2024-05-07 | 1 | -1/+8 |
|
|
* | GH-118251: Bump the JIT CI timeout to 90 minutes (#118661) | Brandt Bucher | 2024-05-06 | 1 | -1/+1 |
|
|
* | Use Intel with 12 cores for free-threading tests for maximum speedup (#118677) | Łukasz Langa | 2024-05-06 | 1 | -2/+2 |
|
|
* | Test premium Mac builders (#118672) | Łukasz Langa | 2024-05-06 | 2 | -2/+2 |
|
|
* | gh-115119: Default to --with-system-libmpdec=yes (#118539) | Erlend E. Aasland | 2024-05-06 | 1 | -0/+1 |
|
|
* | gh-115119: Bump CI to use Ubuntu 22.04 (#118631) | Erlend E. Aasland | 2024-05-06 | 3 | -5/+5 |
|
|
* | gh-111201: A new Python REPL (GH-111567) | Pablo Galindo Salgado | 2024-05-05 | 3 | -1/+5 |
|
|
* | GH-118251: Fix incomplete ternary expression in JIT workflow (GH-118564) | Brandt Bucher | 2024-05-03 | 1 | -1/+1 |
|
|
* | GH-118251: Skip fewer test in emulated JIT CI (GH-118536) | Savannah Ostrowski | 2024-05-03 | 1 | -8/+5 |
|
|
* | gh-116622: Add Android testbed (GH-117878) | Malcolm Smith | 2024-05-01 | 1 | -0/+12 |
|
|
* | GH-118306: Update JIT to use LLVM 18 (GH-118307) | Savannah Ostrowski | 2024-04-29 | 1 | -3/+8 |
|
|
* | gh-118401: Docs: Use Sphinx short options (#118403) | Hugo van Kemenade | 2024-04-29 | 1 | -1/+1 |
|
|
* | Docs: Upgrade to Sphinx 7.3 (#118397) | Hugo van Kemenade | 2024-04-29 | 1 | -1/+1 |
|
|
* | gh-117928: Bump the minimum Sphinx version to 6.2.1 (#117853) | Kirill Podoprigora | 2024-04-26 | 1 | -1/+1 |
|
|
* | GH-118246: Exclude test_pathlib and test_posixpath from emulated JIT CI (GH-1... | Savannah Ostrowski | 2024-04-24 | 1 | -2/+2 |
|
|
* | gh-112730: Make the test suite resilient to color-activation environment vari... | Pablo Galindo Salgado | 2024-04-24 | 1 | -0/+1 |
|
|
* | gh-118039: Fix config.cache key on WASI (#118137) | Nice Zombies | 2024-04-23 | 2 | -2/+5 |
|
|
* | Set proper permissions for `jit.yml` workflow (#118084) | Nikita Sobolev | 2024-04-22 | 1 | -0/+3 |
|
|
* | gh-117657: Add TSAN suppressions for the free-threaded build (#117736) | mpage | 2024-04-15 | 2 | -1/+7 |
|
|
* | build(deps): bump actions/add-to-project from 0.6.0 to 1.0.0 (#117415) | dependabot[bot] | 2024-04-01 | 1 | -1/+1 |
|
|
* | Increase the JIT CI timeouts to 75 minutes (GH-117342) | Brandt Bucher | 2024-03-28 | 1 | -7/+5 |
|
|
* | Revert "gh-116886: Temporarily disable CIfuzz (memory) (GH-117018)" (GH-117289) | Illia Volochii | 2024-03-28 | 1 | -2/+1 |
|
|
* | gh-117089: Move importlib.metadata tests to their own package (#117092) | Jason R. Coombs | 2024-03-20 | 1 | -1/+1 |
|
|
* | gh-116886: Temporarily disable CIfuzz (memory) (#117018) | Łukasz Langa | 2024-03-19 | 1 | -1/+2 |
|
|
* | CI: Pass environment variables directly to configure in JIT CI (#116156) | Erlend E. Aasland | 2024-03-18 | 1 | -6/+6 |
|
|
* | Bump GitHub Actions (#116944) | Hugo van Kemenade | 2024-03-18 | 3 | -3/+3 |
|
|
* | CI: Process stale issues four times per day (#116857) | Hugo van Kemenade | 2024-03-16 | 1 | -1/+1 |
|
|
* | gh-112536: Add TSAN builds on Github Actions (#116872) | Donghee Na | 2024-03-16 | 2 | -0/+73 |
|
|
* | CI: Only test free-threading with faster macOS M1 (#116814) | Hugo van Kemenade | 2024-03-14 | 2 | -4/+8 |
|
|
* | GH-114736: Use WASI SDK 21 (GH-116771) | Brett Cannon | 2024-03-14 | 1 | -2/+2 |
|
|
* | CI: Process stale issues twice per day (#116636) | Hugo van Kemenade | 2024-03-12 | 1 | -1/+1 |
|
|
* | GH-115976: Add WASI to CI (GH-116516) | Brett Cannon | 2024-03-11 | 2 | -0/+81 |
|
|
* | GH-116134: JIT aarch64-pc-windows-msvc (GH-116130) | Brandt Bucher | 2024-03-04 | 1 | -3/+15 |
|
|
* | gh-112844: Add SBOM for external dependencies (#115789) | Seth Michael Larson | 2024-02-29 | 1 | -0/+1 |
|
|
* | gh-116075: Skip test_external_inspection on qemu in JIT CI (#116076) | Erlend E. Aasland | 2024-02-28 | 1 | -2/+2 |
|
|
* | gh-116026: Try disabling rebuilds of dependents in Homebrew (#116027) | Jelle Zijlstra | 2024-02-28 | 1 | -0/+1 |
|
|
* | Rename tier 2 redundancy eliminator to optimizer (#115888) | Guido van Rossum | 2024-02-26 | 2 | -3/+3 |
|
|
* | Add Jason as an owner of configparser to coordinate backport concerns. (#115885) | Jason R. Coombs | 2024-02-26 | 1 | -0/+4 |
|
|
* | gh-115663: Remove 'regen-sbom' from the 'regen-all' target (#115790) | Seth Michael Larson | 2024-02-22 | 1 | -1/+1 |
|
|
* | Trigger JIT CI with optimizer files (#115483) | Ken Jin | 2024-02-15 | 1 | -0/+4 |
|
|
* | Add myself to various CODEOWNERS (GH-115481) | Ken Jin | 2024-02-14 | 1 | -0/+2 |
|
|
* | gh-115383: Use runner version to compute config.cache key (#115409) | Sam Gross | 2024-02-13 | 3 | -6/+18 |
|
|
* | gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.13. (#115050) | Ned Deily | 2024-02-06 | 2 | -4/+4 |
|
|