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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix broken name in build.yml (GH-25759) (GH-25797)
Miss Islington (bot)
2021-05-02
1
-1/+1
*
[3.8] bpo-43811: Test multiple OpenSSL versions on GHA (GH-25360) (GH-25392)
Miss Islington (bot)
2021-04-13
2
-2/+62
*
Add CI step to check changes in the exported ABI (GH-25232)
Pablo Galindo
2021-04-09
1
-0/+22
*
[3.8] bpo-43631: Update to OpenSSL 1.1.1k (GH-25024) (GH-25089)
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
*
[3.8] Pin test runner to Ubuntu 18 to un-break CI (GH-24715) (GH-24717)
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
*
build(deps): bump actions/cache from v2.1.2 to v2.1.3 (23582)
Miss Islington (bot)
2020-12-01
2
-2/+2
*
build(deps): bump actions/upload-artifact from v2.2.0 to v2.2.1 (GH-23583)
Miss Islington (bot)
2020-12-01
1
-1/+1
*
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-23325)
Steve Dower
2020-11-18
1
-2/+2
*
GitHub Action: Add gdb to posix dependencies (GH-23043)
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
*
bpo-40548: Github Actions: update actions/checkout to v2 (GH-20164)
Miss Islington (bot)
2020-05-18
1
-4/+4
*
[3.8] bpo-40548: GitHub Action workflow: skip jobs on doc only PRs (GH-20100)
Victor Stinner
2020-05-15
1
-11/+27
*
bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19320)
Miss Islington (bot)
2020-04-03
2
-2/+2
*
bpo-39930: Ensure vcruntime140.dll is included in all Windows packages (GH-18...
Miss Islington (bot)
2020-03-11
1
-0/+34
*
bpo-39699: Don't silence make on Azure and Github CIs (GH-18583)
Steve Dower
2020-02-26
3
-12/+12
*
Ignore NEWS snippets in code coverage stats (GH-18194)
Miss Islington (bot)
2020-01-27
1
-1/+1
*
bpo-39041: Fix coverage upload command for GitHub Actions (GH-17873)
Miss Islington (bot)
2020-01-06
1
-1/+1
*
bpo-39041: Add GitHub Actions support (GH-17594)
Miss Islington (bot)
2020-01-06
4
-0/+235
*
[3.8] Turn off AppVeyor CI (GH-15929) (GH-15941)
Zachary Ware
2019-09-11
1
-38/+0
*
Revert adding @maxking to CODEOWNERS file (GH-13660)
Brett Cannon
2019-05-30
1
-1/+1
*
Add my to code owner for more areas (#13650)
Christian Heimes
2019-05-29
1
-4/+11
*
Add @maxking to CODEOWNERS file (GH-13599)
Abhilash Raj
2019-05-28
1
-1/+1
*
Fix a typo in SECURITY.md (GH-13568)
Philippe Gagnon
2019-05-27
1
-1/+1
*
📝 Add a GitHub-specific security page (GH-13526)
Sviatoslav Sydorenko
2019-05-25
1
-0/+18
*
Unroll import-team in CODEOWNERS (#13118)
Brett Cannon
2019-05-06
1
-2/+2
*
Add @pablogsal to code owners file for Parser/pgen (GH-12944)
Pablo Galindo
2019-04-24
1
-0/+3
*
Add myself to CODEOWNERS for sqlite3 and urllib.robotparser (GH-12856)
Berker Peksag
2019-04-16
1
-0/+6
*
github: assign @methane to dict owner (GH-12617)
Inada Naoki
2019-03-30
1
-0/+1
*
Fix typo (double 'the') in CODEOWNERS (GH-12227)
Benedikt Werner
2019-03-08
1
-1/+1
*
Add macos-team as a code owner (GH-10045)
Ned Deily
2018-10-23
1
-0/+4
*
Update codeowners to match experts list change (#10022)
Nick Coghlan
2018-10-21
1
-1/+1
*
Add myself for HTML-related modules (#9325)
Ezio Melotti
2018-09-15
1
-0/+5
*
AppVeyor: build Python in 64-bit mode (GH-8363)
Victor Stinner
2018-07-23
1
-3/+3
*
Move Code_of_Conduct.rst to the root level. (GH-8209)
Mariatta
2018-07-09
1
-14/+0
*
bpo-33807: Add Python 3.7 buildbot link to '.github/CONTRIBUTING.rst' (GH-7532)
Suriyaa ✌️️
2018-06-08
1
-0/+4
*
bpo-33764: Appveyor fixes (GH-7364)
Zachary Ware
2018-06-04
1
-4/+5
*
bpo-33488: Satisfy markdownlint for the pull request template. (GH-6786)
Eitan Adler
2018-05-14
1
-0/+4
*
Update PR template file, don't reference bpo 12345 (GH-5897)
Mariatta
2018-02-25
1
-1/+0
*
Update the Pull_request_template.md file (GH-5841)
Mariatta
2018-02-23
1
-2/+19
*
Fix AppVeyor doc short-circuit (GH-5632)
Zachary Ware
2018-02-11
1
-1/+4
*
Add short-circuit for doc changes to AppVeyor (GH-5519)
Zachary Ware
2018-02-11
1
-3/+19
*
Try to fix the AppVeyor cache mechanism (GH-5536)
Zachary Ware
2018-02-04
1
-1/+1
[next]