index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.github
/
workflows
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-111650: Ensure pyconfig.h includes Py_GIL_DISABLED on Windows (GH-112778)
Steve Dower
2023-12-13
1
-3/+3
*
gh-112334: Regression test that vfork is used when expected. (#112734)
Gregory P. Smith
2023-12-09
1
-0/+1
*
gh-112302: Add Software Bill-of-Materials (SBOM) tracking for dependencies (#...
Seth Michael Larson
2023-12-07
1
-0/+2
*
build(deps): bump actions/github-script from 6 to 7 (#112584)
dependabot[bot]
2023-12-01
2
-2/+2
*
gh-109413: Run mypy on `libregrtest` in CI (#112558)
Alex Waygood
2023-11-30
1
-0/+2
*
GH-112245: Promote free threaded CI (#112246)
Itamar Oren
2023-11-28
1
-6/+3
*
gh-112088: Run autoreconf in GHA check_generated_files (#112090)
Victor Stinner
2023-11-15
2
-4/+9
*
CI: Make macOS Intel required to succeed (GH-110362)
Hugo van Kemenade
2023-11-03
1
-1/+0
*
build(deps): bump actions/setup-node from 3 to 4 (#111594)
dependabot[bot]
2023-11-02
1
-2/+2
*
gh-111062: CI: Rename reusable-build-[X].yml to reusable-[X].yml (#111552)
Hugo van Kemenade
2023-10-31
4
-6/+6
*
gh-111062 CI: Update skip lists for resuable workflows (#111521)
Hugo van Kemenade
2023-10-31
1
-6/+8
*
gh-111062: Reusable Windows build that supports free-threaded mode as the con...
Donghee Na
2023-10-30
2
-49/+63
*
gh-111062: Update name of reusable workflows for Ubuntu / macOS (gh-111494)
Donghee Na
2023-10-30
2
-0/+2
*
gh-111062: Reusable ubuntu build that supports free-threaded mode as the cond...
NCLI
2023-10-30
2
-58/+91
*
gh-111062: Build both default and free-threaded on macOS (gh-111449)
Dima Tisnek
2023-10-29
2
-0/+14
*
gh-111062: Separate macOS build into a reusable workflow (gh-111444)
Dima Tisnek
2023-10-29
2
-31/+43
*
CI: Include Python version in cache.config key (#111410)
Hugo van Kemenade
2023-10-28
1
-7/+5
*
gh-107652: Fix CIFuzz typo (#110602)
Nikita Sobolev
2023-10-10
1
-1/+1
*
gh-110558: Run ruff on Argument Clinic in CI (#110559)
Alex Waygood
2023-10-10
1
-1/+1
*
Fix CIFuzz build (#110576)
Nikita Sobolev
2023-10-10
1
-3/+7
*
gh-107652: Set up CIFuzz to run fuzz targets continuously (#107653)
Illia Volochii
2023-10-09
1
-0/+61
*
gh-108716: make regen-global-objects no longer builds deepfreeze.c (#110078)
Victor Stinner
2023-09-29
1
-3/+0
*
gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.11 and multissltests...
Ned Deily
2023-09-28
1
-4/+4
*
gh-109566, regrtest: Add --fast-ci and --slow-ci options (#109570)
Victor Stinner
2023-09-26
1
-5/+5
*
GH-109209: Bump the minimum Sphinx version to 4.2 (#109210)
Adam Turner
2023-09-21
1
-1/+1
*
gh-109408: Move Windows builds from Azure Pipelines PR to GitHub Actions (#10...
Hugo van Kemenade
2023-09-20
1
-0/+20
*
gh-109125: Run mypy on `Tools/wasm` (#109126)
Nikita Sobolev
2023-09-19
1
-2/+4
*
Update workflow permissions in require-pr-label Action (#109342)
Mariatta
2023-09-12
1
-2/+2
*
gh-60283: Check for redefined test names in CI (#109161)
Hugo van Kemenade
2023-09-12
2
-1/+5
*
CI: Bump GitHub Actions (#108879)
Hugo van Kemenade
2023-09-04
6
-17/+17
*
Disable `differing_test_runners` health check (#108886)
Nikita Sobolev
2023-09-04
1
-1/+1
*
gh-108455: Run `mypy` on `Tools/peg_generator` (#108456)
Nikita Sobolev
2023-08-28
1
-1/+6
*
Run `mypy` when `Tools/requirements-dev.txt` changes (#108457)
Nikita Sobolev
2023-08-24
1
-0/+1
*
gh-101100: Only show GitHub check annotations on changed doc paragraphs (#108...
C.A.M. Gerlach
2023-08-19
1
-9/+24
*
gh-107565: Update multissltests and GitHub CI workflows to use OpenSSL 1.1.1v...
Ned Deily
2023-08-18
1
-4/+4
*
gh-104504: Run mypy on cases_generator in CI (and blacken the code) (gh-108090)
Dong-hee Na
2023-08-18
1
-5/+9
*
Add workflow for automatic issue headers (#108054)
Adam Turner
2023-08-17
1
-0/+53
*
Remove Sphinx problem matcher to avoid annotating unchanged files (#108005)
Hugo van Kemenade
2023-08-16
1
-4/+0
*
gh-101100: Docs: Check Sphinx warnings and fail if improved (#106460)
Hugo van Kemenade
2023-07-22
1
-17/+10
*
Introduce a gate/check GHA job (#97533)
Sviatoslav Sydorenko
2023-07-06
1
-0/+57
*
gh-106217: Truncate the issue body size of `new-bugs-announce-notifier` (#106...
Nikita Sobolev
2023-07-04
1
-1/+1
*
gh-106217: Truncate the issue body size of `new-bugs-announce-notifier` (#106...
Nikita Sobolev
2023-07-02
1
-1/+4
*
build(deps): bump mheap/github-action-required-labels from 4 to 5 (#106306)
dependabot[bot]
2023-07-01
1
-1/+1
*
Use CSV-separated outputs @ get-changed-files @ CI (#105151)
Sviatoslav Sydorenko
2023-06-21
2
-15/+5
*
Docs: move sphinx-lint to pre-commit (#105750)
Hugo van Kemenade
2023-06-18
1
-4/+0
*
CI: Bump macOS build to use OpenSSL v3.0 (#105538)
Erlend E. Aasland
2023-06-16
1
-2/+2
*
CI: Configure macOS build as per updated devguide recommendations (#105533)
Erlend E. Aasland
2023-06-08
1
-3/+2
*
GH-89886: Bump to GNU Autoconf v2.71 (#104925)
Erlend E. Aasland
2023-06-01
1
-3/+3
*
gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (#105174)
Gregory P. Smith
2023-06-01
1
-4/+4
*
CI: Temporarily skip paths with spaces to avoid error (#105110)
Hugo van Kemenade
2023-05-30
1
-1/+14
[next]