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
*
bpo-46106: Update OpenSSL to 1.1.1m (GH-30211) (GH-30225)
Ned Deily
2021-12-22
1
-2/+2
*
[3.9] bpo-46114: Fix OpenSSL version check for 3.0.1 (GH-30170) (GH-30173)
Christian Heimes
2021-12-17
1
-1/+1
*
[3.9] bpo-44035: Check autoconf files thoroughly (GH-29935) (GH-29938)
Christian Heimes
2021-12-06
1
-5/+16
*
[3.9] bpo-38820: Test with OpenSSL 3.0.0 final (GH-28205) (GH-28217)
Łukasz Langa
2021-09-08
1
-1/+1
*
Check that 'configure' is generated by GNU Autoconf 2.69 (GH-28156)
Pablo Galindo Salgado
2021-09-07
1
-0/+2
*
[3.9] bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009) ...
Łukasz Langa
2021-08-29
1
-2/+2
*
[3.9] Fail the CI if an optional module fails to compile (GH-27466). (GH-27482)
Pablo Galindo Salgado
2021-07-30
1
-0/+3
*
Add missing gdbm dependencies to the UNIX CI (GH-27467) (GH-27468)
Miss Islington (bot)
2021-07-30
1
-0/+1
*
Add windows build.bat counterpart for 'make regen-all' in error message (GH-2...
Miss Islington (bot)
2021-07-27
1
-1/+1
*
[3.9] bpo-38820: Test with OpenSSL 3.0.0-alpha16 (GH-25942) (#25944)
Christian Heimes
2021-07-12
1
-1/+1
*
Fix broken name in build.yml (GH-25759) (GH-25802)
Miss Islington (bot)
2021-05-02
1
-1/+1
*
[3.9] bpo-43811: Test multiple OpenSSL versions on GHA (GH-25360) (GH-25391)
Miss Islington (bot)
2021-04-13
2
-2/+62
*
Add CI step to check changes in the exported ABI (GH-25230)
Pablo Galindo
2021-04-09
1
-0/+22
*
[3.9] bpo-43631: Update to OpenSSL 1.1.1k (GH-25024) (GH-25088)
Christian Heimes
2021-03-30
2
-2/+2
*
bpo-41561: Add workaround for Ubuntu's custom security level (GH-24915)
Miss Islington (bot)
2021-03-18
1
-1/+1
*
Pin test runner to Ubuntu 18 to un-break CI (GH-24715)
Miss Islington (bot)
2021-03-03
1
-1/+1
*
build(deps): bump actions/upload-artifact from v2.2.1 to v2.2.2 (GH-24411)
Miss Islington (bot)
2021-02-04
1
-1/+1
*
bpo-42773: fix tests not being run on pushes (GH-24004)
Miss Islington (bot)
2021-02-03
1
-1/+1
*
[3.9] build(deps): bump actions/upload-artifact from v2.2.0 to v2.2.1 (GH-23597)
Benjamin Peterson
2020-12-01
1
-1/+1
*
build(deps): bump actions/cache from v2.1.2 to v2.1.3 (23582)
Miss Islington (bot)
2020-12-01
2
-2/+2
*
bpo-42212: Check if generated files are up-to-date in GitHub Actions (GH-23042)
Miss Islington (bot)
2020-11-24
1
-0/+28
*
bpo-42336: Improve PCbuild batch files (GH-23275)
Miss Islington (bot)
2020-11-18
1
-2/+2
*
bpo-42208: GitHub Action: Add gdb to posix dependencies (GH-23043) (GH-23047)
Miss Skeleton (bot)
2020-10-30
1
-6/+6
*
build(deps): bump actions/upload-artifact from v1 to v2.2.0 (GH-22920)
Miss Skeleton (bot)
2020-10-23
1
-1/+1
*
build(deps): bump actions/cache from v1 to v2.1.2 (GH-22919)
Miss Skeleton (bot)
2020-10-23
2
-2/+2
*
bpo-40548: Fix "Check for source changes (pull_request)" GH Action job (GH-21...
Miss Islington (bot)
2020-08-10
1
-1/+14
*
bpo-41490: Update ensurepip to install pip 20.2.1 and setuptools 49.2.1 (GH-2...
Steve Dower
2020-08-07
1
-0/+2
*
Use v2 of GitHub Actions where available (GH-20232)
Miss Islington (bot)
2020-05-20
3
-5/+5
*
Enable GitHub Actions for 3.9 branch (GH-20231)
Miss Islington (bot)
2020-05-19
4
-0/+8
*
bpo-40548: Github Actions: update actions/checkout to v2 (GH-20164)
Filipe Laíns
2020-05-18
1
-4/+4
*
bpo-40503: PEP 615: Tests and implementation for zoneinfo (GH-19909)
Paul Ganssle
2020-05-16
1
-0/+1
*
bpo-40548: github actions: pass the changes check on no source changes (GH-20...
Filipe Laíns
2020-05-15
1
-1/+1
*
bpo-40548: GitHub Action workflow: skip jobs on doc only PRs (GH-19983)
Filipe Laíns
2020-05-14
1
-0/+24
*
bpo-40548: Always run GitHub action, even on doc PRs (GH-19981)
Victor Stinner
2020-05-07
1
-10/+3
*
PEP 617: Only run the CI with the new parser (GH-19664)
Pablo Galindo
2020-04-22
1
-45/+0
*
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo
2020-04-22
1
-0/+45
*
bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19320)
Victor Stinner
2020-04-03
2
-2/+2
*
bpo-39930: Ensure vcruntime140.dll is included in all Windows packages (GH-18...
Steve Dower
2020-03-11
1
-0/+34
*
bpo-39704: Explicitly pass the path to codecov config (GH-18680)
Ammar Askar
2020-02-27
1
-2/+2
*
bpo-39699: Don't silence make on Azure and Github CIs (GH-18583)
Ammar Askar
2020-02-26
3
-4/+4
*
Run doctests in GitHub actions Docs targer (GH-18041)
Pablo Galindo
2020-01-17
1
-9/+9
*
bpo-39041: Fix coverage upload command for GitHub Actions (GH-17873)
Steve Dower
2020-01-06
1
-1/+1
*
bpo-39041: Add GitHub Actions badge to README.rst (GH-17628)
Steve Dower
2019-12-16
1
-8/+12
*
bpo-39041: Add GitHub Actions support (GH-17594)
Steve Dower
2019-12-16
4
-0/+235