Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add --with-lto back to Linux JIT CI (GH-120921) | Savannah Ostrowski | 2024-06-24 | 1 | -4/+2 |
| | |||||
* | No longer watch the queue module, remove rhettinger (#120664) | Raymond Hettinger | 2024-06-18 | 1 | -2/+1 |
| | |||||
* | gh-120360: Add self as IDLE doc owner (#120571) | Terry Jan Reedy | 2024-06-16 | 1 | -0/+1 |
| | | | Add self as IDLE doc owner | ||||
* | Add codeowner for Makefile.pre.in and Modules/Setup* (#120468) | Erlend E. Aasland | 2024-06-13 | 1 | -0/+2 |
| | |||||
* | gh-119146: Update ``regexp`` in `build.yml` to not trigger the jobs on ↵ | Kirill Podoprigora | 2024-06-13 | 1 | -1/+1 |
| | | | | | | `*.md` and `*.ini` files. (#120435) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | ||||
* | Fix the CODEOWNERS for _interpretersmodule.c (gh-120288) | AN Long | 2024-06-10 | 1 | -1/+1 |
| | |||||
* | Add Tian Gao to CODEOWNERS and ACKS (GH-120166) | Tian Gao | 2024-06-06 | 1 | -0/+4 |
| | |||||
* | CODEOWNERS: Add myself to symtable and AST (#120139) | Jelle Zijlstra | 2024-06-06 | 1 | -4/+5 |
| | | | Co-authored-by: Carl Meyer <carl@oddbird.net> | ||||
* | gh-120111: Don't use cirrus M1 macOS runners on fork (#120116) | Nice Zombies | 2024-06-06 | 2 | -5/+14 |
| | | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | ||||
* | update CODEOWNERS (#120003) | Irit Katriel | 2024-06-03 | 1 | -3/+1 |
| | |||||
* | Use Cirrus M1 macOS runners for CI (GH-119979) | Łukasz Langa | 2024-06-03 | 1 | -4/+4 |
| | | | Co-authored-by: Ee Durbin <ee@python.org> | ||||
* | CI: set correct working directory for Hypothesis cache (GH-119345) | Zac Hatfield-Dodds | 2024-05-29 | 1 | -2/+2 |
| | | | Set cwd for Hypothesis database | ||||
* | Withdraw most of my ownership in favor of Mark (#119611) | Guido van Rossum | 2024-05-27 | 1 | -6/+6 |
| | |||||
* | Add codeowners for PYREPL (#119550) | Pablo Galindo Salgado | 2024-05-25 | 1 | -0/+2 |
| | |||||
* | GH-113464: Run the JIT interpreter before any other JIT CI (GH-119466) | Brandt Bucher | 2024-05-24 | 1 | -0/+15 |
| | |||||
* | GH-119292: Add job to JIT CI to build and test with --disable-gil (GH-119293) | Savannah Ostrowski | 2024-05-21 | 1 | -0/+18 |
| | | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | ||||
* | Use `fail-fast: false` in `mypy.yml` (#119297) | Nikita Sobolev | 2024-05-21 | 1 | -0/+1 |
| | | | See docs about this setting: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast | ||||
* | Docs: Ensure no warnings are found in the NEWS file before a given line ↵ | Hugo van Kemenade | 2024-05-20 | 1 | -1/+2 |
| | | | | number (#119221) | ||||
* | GH-119146: Don't run JIT CI on unrelated changes (GH-119147) | Savannah Ostrowski | 2024-05-19 | 1 | -0/+6 |
| | | | Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> | ||||
* | gh-117657: Log TSAN warnings to separate files and archive them (#118747) | mpage | 2024-05-10 | 2 | -1/+17 |
| | | | | | | | This ensures we don't lose races that occur in subprocesses or interleave races from workers running in parallel. Log files are collected and packaged into a zipfile that can be downloaded from the "Artifacts" section of the workflow run. | ||||
* | 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 |
| | | | | | Use clang 18 in TSAN builds We were using clang 14 which is a couple of years old. | ||||
* | 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 |
| | | | Co-authored-by: Zachary Ware <zachary.ware@gmail.com> | ||||
* | gh-115119: Bump CI to use Ubuntu 22.04 (#118631) | Erlend E. Aasland | 2024-05-06 | 3 | -5/+5 |
| | | | Ubuntu 22.04 ships with mpdecimal 2.5.1, installable using 'apt install libmpdec-dev'. | ||||
* | gh-111201: A new Python REPL (GH-111567) | Pablo Galindo Salgado | 2024-05-05 | 3 | -1/+5 |
| | | | | | | | Co-authored-by: Łukasz Langa <lukasz@langa.pl> Co-authored-by: Marta Gómez Macías <mgmacias@google.com> Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> | ||||
* | 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 |
| | | | | | | | Add code and config for a minimal Android app, and instructions to build and run it. Improve Android build instructions in general. Add a tool subcommand to download the Gradle wrapper (with its binary blob). Android studio must be downloaded manually (due to the license). | ||||
* | 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 |
| | | | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | ||||
* | GH-118246: Exclude test_pathlib and test_posixpath from emulated JIT CI ↵ | Savannah Ostrowski | 2024-04-24 | 1 | -2/+2 |
| | | | | (GH-118247) | ||||
* | gh-112730: Make the test suite resilient to color-activation environment ↵ | Pablo Galindo Salgado | 2024-04-24 | 1 | -0/+1 |
| | | | | variables (#117672) | ||||
* | 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 |
| | | | | | Additionally, reduce the iterations for a few weakref tests that would otherwise take a prohibitively long amount of time (> 1 hour) when TSAN is enabled and the GIL is disabled. | ||||
* | build(deps): bump actions/add-to-project from 0.6.0 to 1.0.0 (#117415) | dependabot[bot] | 2024-04-01 | 1 | -1/+1 |
| | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
* | 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 |
| | | | | | | | This reverts commit 1ab0d0b1167d78bf19661a3b5e533a2b68a57604. This reverts #117018. I expect the issue to be fixed based on https://github.com/google/oss-fuzz/pull/11708#issuecomment-2006442396 and https://github.com/actions/runner-images/issues/9491. | ||||
* | gh-117089: Move importlib.metadata tests to their own package (#117092) | Jason R. Coombs | 2024-03-20 | 1 | -1/+1 |
| | | | | | | | | | * Ensure importlib.metadata tests do not leak references in sys.modules. * Move importlib.metadata tests to their own package for easier syncing with importlib_metadata. * Update owners and makefile for new directories. * Add blurb | ||||
* | 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 |
| | | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | ||||
* | 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 |
| |