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
*
build(deps): bump actions/stale from 3 to 4 (#27526)
dependabot[bot]
2021-08-02
1
-1/+1
*
Fail the CI if an optional module fails to compile (GH-27466)
Pablo Galindo Salgado
2021-07-30
1
-0/+4
*
Add missing gdbm dependencies to the UNIX CI (GH-27467)
Pablo Galindo Salgado
2021-07-29
1
-0/+1
*
Add windows build.bat counterpart for 'make regen-all' in error message (GH-2...
Ken Jin
2021-07-27
1
-1/+1
*
build(deps): bump actions/upload-artifact from 2.2.3 to 2.2.4 (#26979)
dependabot[bot]
2021-07-12
1
-1/+1
*
bpo-38820: Test with OpenSSL 3.0.0-beta1 (GH-26769)
Christian Heimes
2021-06-19
1
-1/+1
*
Run address sanitiser in the GitHub CI (GH-26640)
Pablo Galindo
2021-06-10
1
-0/+43
*
bpo-42238: Doc CI: Disable suspicious checks. (GH-26575)
Julien Palard
2021-06-08
1
-1/+1
*
build(deps): bump actions/cache from 2.1.5 to 2.1.6 (GH-26476)
dependabot[bot]
2021-06-02
1
-2/+2
*
bpo-38820: Test with OpenSSL 3.0.0-alpha17 (#26266)
Christian Heimes
2021-05-20
1
-1/+1
*
Enable GitHub Actions on the 3.10 branch (GH-26242)
Hugo van Kemenade
2021-05-19
3
-24/+30
*
bpo-38820: Test with OpenSSL 3.0.0-alpha16 (GH-25942)
Christian Heimes
2021-05-06
1
-1/+1
*
build(deps): bump actions/cache from v2.1.4 to v2.1.5 (#25773)
dependabot[bot]
2021-05-04
1
-2/+2
*
build(deps): bump actions/upload-artifact from v2.2.2 to v2.2.3 (#25772)
dependabot[bot]
2021-05-04
1
-1/+1
*
Update CI files to account for the master -> main rename (GH-25860)
Pablo Galindo
2021-05-03
3
-6/+6
*
Fix broken name in build.yml (GH-25759)
Brandt Bucher
2021-05-01
1
-1/+1
*
bpo-43888: Remove coverage builds from CI (GH-25679)
Ammar Askar
2021-04-30
1
-95/+0
*
Restrict GITHUB_TOKEN permissions for the 'stale' workflow (GH-25564)
Brett Cannon
2021-04-23
1
-0/+3
*
bpo-38820: Test with OpenSSL 3.0.0-alpha15 (GH-25537)
Christian Heimes
2021-04-23
1
-1/+1
*
bpo-43888: Reduce coverage collection timeout to 1h40m in GHA (GH-25471)
Sviatoslav Sydorenko
2021-04-20
1
-0/+1
*
bpo-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014)
Christian Heimes
2021-04-17
1
-1/+1
*
bpo-43811: Test multiple OpenSSL versions on GHA (GH-25360)
Christian Heimes
2021-04-13
2
-2/+64
*
Fix Sphinx errors in the documentation and re-activate the suspicious check (...
Pablo Galindo
2021-04-12
1
-1/+1
*
bpo-43631: Update to OpenSSL 1.1.1k (GH-25024)
Christian Heimes
2021-03-30
2
-2/+2
*
bpo-41561: Add workaround for Ubuntu's custom security level (GH-24915)
Christian Heimes
2021-03-18
1
-1/+1
*
Pin test runner to Ubuntu 18 to un-break CI (#24715)
Brandt Bucher
2021-03-03
1
-1/+1
*
build(deps): bump actions/cache from v2.1.3 to v2.1.4 (#24446)
dependabot[bot]
2021-02-04
2
-2/+2
*
build(deps): bump actions/upload-artifact from v2.2.1 to v2.2.2 (GH-24411)
dependabot[bot]
2021-02-03
1
-1/+1
*
bpo-42955: Rename module_names to sys.stdlib_module_names (GH-24332)
Victor Stinner
2021-01-25
1
-1/+1
*
bpo-42955: Add Python/module_names.h (GH-24258)
Victor Stinner
2021-01-19
1
-0/+1
*
bpo-42773: fix tests not being run on pushes (GH-24004)
Filipe Laíns
2020-12-30
1
-1/+1
*
[workflow] Use MSVC problem matcher for Windows action build (GH-18532)
Ammar Askar
2020-12-28
1
-0/+2
*
Update Stale action message (GH-23791)
Mariatta
2020-12-16
1
-1/+1
*
Adding "stale" GitHub Action (GH-21247)
Mariatta
2020-12-15
1
-0/+19
*
bpo-42545: Check that all symbols in the limited ABI are exported (GH-23616)
Pablo Galindo
2020-12-04
1
-0/+2
*
build(deps): bump actions/upload-artifact from v2.2.0 to v2.2.1 (GH-23583)
dependabot[bot]
2020-12-01
1
-1/+1
*
build(deps): bump actions/cache from v2.1.2 to v2.1.3 (23582)
dependabot[bot]
2020-12-01
2
-2/+2
*
bpo-42238: Doc: Remove make suspicious from the CI and docs builds. (GH-23313)
Julien Palard
2020-11-25
1
-1/+1
*
bpo-42212: smelly.py also checks the dynamic library (GH-23423)
Victor Stinner
2020-11-24
1
-1/+2
*
bpo-42212: Check if generated files are up-to-date in GitHub Actions (GH-23042)
Filipe Laíns
2020-11-20
1
-0/+28
*
bpo-42336: Improve PCbuild batch files (GH-23275)
Steve Dower
2020-11-18
1
-2/+2
*
GitHub Action: Add gdb to posix dependencies (GH-23043)
Victor Stinner
2020-10-30
1
-6/+6
*
build(deps): bump actions/upload-artifact from v1 to v2.2.0 (GH-22920)
dependabot[bot]
2020-10-23
1
-1/+1
*
build(deps): bump actions/cache from v1 to v2.1.2 (GH-22919)
dependabot[bot]
2020-10-23
2
-2/+2
*
bpo-40548: Fix "Check for source changes (pull_request)" GH Action job (GH-21...
Victor Stinner
2020-08-10
1
-1/+14
*
[workflow] Use gcc problem matcher for Ubuntu action build (GH-18567)
Ammar Askar
2020-06-06
1
-0/+2
*
bpo-40474: Updated coverage.yml to better report coverage stats (#19851)
lrjball
2020-05-28
1
-0/+2
*
[workflow] Use Sphinx problem matcher on GitHub docs builds (GH-20325)
Ammar Askar
2020-05-25
1
-1/+3
*
Use v2 of GitHub Actions where available (GH-20232)
Hugo van Kemenade
2020-05-20
3
-5/+5
*
Enable GitHub Actions for 3.9 branch (GH-20231)
Hugo van Kemenade
2020-05-19
4
-0/+8
[next]