Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/3.8
/
.github
tag
831340af84b4220c9974aaf34df17969a1da9666
tagger
Łukasz Langa <lukasz@langa.pl>
Mon Oct 07 19:01:55 2024
object
39b2f82717a69dde7212bc39b673b0f55c99e6a3
Python 3.8 end of life
575c99a
[3.8] gh-112160: Add 'regen-configure' make target (#112167)
by Seth Michael Larson
· 1 year, 8 months ago
edf701c
[3.8] CI: Bump GitHub Actions (GH-108879) (#108894)
by Hugo van Kemenade
· 2 years ago
a5d1571
[3.8] gh-107565: Update multissltests and GitHub CI workflows to use OpenSSL 1.1.1v, 3.0.10, and 3.1.2. (#108124)
by Ned Deily
· 2 years ago
1663f8b
[3.8] CI: Bump macOS build to use OpenSSL v3.0 (GH-105538) (#105872)
by Erlend E. Aasland
· 2 years, 1 month ago
43eff24
[3.8] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) (GH-105200) (GH-105205) (#105370)
by Łukasz Langa
· 2 years, 2 months ago
b28acfa
[3.8] Update GitHub CI workflow for macOS. (GH-105302)
by Ned Deily
· 2 years, 2 months ago
ddd495e
[3.8] gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727) (GH-101752)
by Steve Dower
· 2 years, 5 months ago
4812813
[3.8] GH-102306 Avoid GHA CI macOS test_posix failure by using the appropriate macOS SDK (GH-102307)
by Ned Deily
· 2 years, 6 months ago
7a3db0c
[3.8] gh-101981: Fix Ubuntu SSL tests with OpenSSL (3.1.0-beta1) CI i… (#102095)
by Dong-hee Na
· 2 years, 6 months ago
51f1ae5
gh-91172: Create a workflow for verifying bundled pip and setuptools (GH-31885) (GH-94124)
by Miss Islington (bot)
· 3 years, 2 months ago
e8b72fc
[3.8] bpo-47024: Update Windows builds and macOS installer build to use OpenSSL 1.1.1n. (GH-31912)
by Ned Deily
· 3 years, 5 months ago
438f8cd
Don't test with OpenSSL 3.0 on 3.8
by Łukasz Langa
· 3 years, 6 months ago
899eb41
Force use of `windows-2019` on GHA to continue using the v140 platform toolkit
by Łukasz Langa
· 3 years, 6 months ago
803c607
[3.8] bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009) (GH-28041)
by Łukasz Langa
· 4 years ago
d8ec61f
Fix broken name in build.yml (GH-25759) (GH-25797)
by Miss Islington (bot)
· 4 years, 4 months ago
a607815
[3.8] bpo-43811: Test multiple OpenSSL versions on GHA (GH-25360) (GH-25392)
by Miss Islington (bot)
· 4 years, 4 months ago
49b7ab1
Add CI step to check changes in the exported ABI (GH-25232)
by Pablo Galindo
· 4 years, 4 months ago
9ac2630
[3.8] bpo-43631: Update to OpenSSL 1.1.1k (GH-25024) (GH-25089)
by Christian Heimes
· 4 years, 5 months ago
5051167
bpo-41561: Add workaround for Ubuntu's custom security level (GH-24915)
by Miss Islington (bot)
· 4 years, 5 months ago
9c6c5da
[3.8] Pin test runner to Ubuntu 18 to un-break CI (GH-24715) (GH-24717)
by Miss Islington (bot)
· 4 years, 6 months ago
c370596
build(deps): bump actions/upload-artifact from v2.2.1 to v2.2.2 (GH-24411)
by Miss Islington (bot)
· 4 years, 7 months ago
d29dbb1
bpo-42773: fix tests not being run on pushes (GH-24004)
by Miss Islington (bot)
· 4 years, 7 months ago
74c40dd
build(deps): bump actions/cache from v2.1.2 to v2.1.3 (23582)
by Miss Islington (bot)
· 4 years, 9 months ago
eb6059e
build(deps): bump actions/upload-artifact from v2.2.0 to v2.2.1 (GH-23583)
by Miss Islington (bot)
· 4 years, 9 months ago
b55a276
bpo-42212: Check if generated files are up-to-date in GitHub Actions (GH-23042)
by Miss Islington (bot)
· 4 years, 9 months ago
8b1f4cc
bpo-42336: Improve PCbuild batch files (GH-23325)
by Steve Dower
· 4 years, 9 months ago
10260c7
GitHub Action: Add gdb to posix dependencies (GH-23043)
by Miss Skeleton (bot)
· 4 years, 10 months ago
82bfe36
build(deps): bump actions/upload-artifact from v1 to v2.2.0 (GH-22920)
by Miss Skeleton (bot)
· 4 years, 10 months ago
8d6477f
build(deps): bump actions/cache from v1 to v2.1.2 (GH-22919)
by Miss Skeleton (bot)
· 4 years, 10 months ago
09d8260
bpo-40548: Fix "Check for source changes (pull_request)" GH Action job (GH-21806)
by Miss Islington (bot)
· 5 years ago
135de08
bpo-41490: Update ensurepip to install pip 20.2.1 and setuptools 49.2.1 (GH-21775)
by Steve Dower
· 5 years ago
9ef49e1
Use v2 of GitHub Actions where available (GH-20232)
by Miss Islington (bot)
· 5 years ago
d8cbfa2
bpo-40548: Github Actions: update actions/checkout to v2 (GH-20164)
by Miss Islington (bot)
· 5 years ago
07bd5cf
[3.8] bpo-40548: GitHub Action workflow: skip jobs on doc only PRs (GH-20100)
by Victor Stinner
· 5 years ago
f2296ef
bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19320)
by Miss Islington (bot)
· 5 years ago
d01c550
bpo-39930: Ensure vcruntime140.dll is included in all Windows packages (GH-18918)
by Miss Islington (bot)
· 5 years ago
343bc06
bpo-39699: Don't silence make on Azure and Github CIs (GH-18583)
by Steve Dower
· 5 years ago
57e7e57
Ignore NEWS snippets in code coverage stats (GH-18194)
by Miss Islington (bot)
· 6 years ago
fb59f5f
bpo-39041: Fix coverage upload command for GitHub Actions (GH-17873)
by Miss Islington (bot)
· 6 years ago
0048833
bpo-39041: Add GitHub Actions support (GH-17594)
by Miss Islington (bot)
· 6 years ago
8ee8ad2
[3.8] Turn off AppVeyor CI (GH-15929) (GH-15941)
by Zachary Ware
· 6 years ago
25ee0c3
Revert adding @maxking to CODEOWNERS file (GH-13660)
by Brett Cannon
· 6 years ago
1c99926
Add my to code owner for more areas (#13650)
by Christian Heimes
· 6 years ago
71dc7c5
Add @maxking to CODEOWNERS file (GH-13599)
by Abhilash Raj
· 6 years ago
a8e814d
Fix a typo in SECURITY.md (GH-13568)
by Philippe Gagnon
· 6 years ago
af57074
📝 Add a GitHub-specific security page (GH-13526)
by Sviatoslav Sydorenko
· 6 years ago
678bb9d
Unroll import-team in CODEOWNERS (#13118)
by Brett Cannon
· 6 years ago
888f37b
Add @pablogsal to code owners file for Parser/pgen (GH-12944)
by Pablo Galindo
· 6 years ago
2f5b448
Add myself to CODEOWNERS for sqlite3 and urllib.robotparser (GH-12856)
by Berker Peksag
· 6 years ago
7444daa
github: assign @methane to dict owner (GH-12617)
by Inada Naoki
· 6 years ago
f2320b3
Fix typo (double 'the') in CODEOWNERS (GH-12227)
by Benedikt Werner
· 6 years ago
96f2c73
Add macos-team as a code owner (GH-10045)
by Ned Deily
· 7 years ago
2f73ed6
Update codeowners to match experts list change (#10022)
by Nick Coghlan
· 7 years ago
3d07349
Add myself for HTML-related modules (#9325)
by Ezio Melotti
· 7 years ago
8b96eed
AppVeyor: build Python in 64-bit mode (GH-8363)
by Victor Stinner
· 7 years ago
3ed9192
Move Code_of_Conduct.rst to the root level. (GH-8209)
by Mariatta
· 7 years ago
9e6685e
bpo-33807: Add Python 3.7 buildbot link to '.github/CONTRIBUTING.rst' (GH-7532)
by Suriyaa ✌️️
· 7 years ago
47a6c79
bpo-33764: Appveyor fixes (GH-7364)
by Zachary Ware
· 7 years ago
5cd22cf
bpo-33488: Satisfy markdownlint for the pull request template. (GH-6786)
by Eitan Adler
· 7 years ago
9c17e3a
Update PR template file, don't reference bpo 12345 (GH-5897)
by Mariatta
· 7 years ago
82ab13d
Update the Pull_request_template.md file (GH-5841)
by Mariatta
· 7 years ago
6ea20fc
Fix AppVeyor doc short-circuit (GH-5632)
by Zachary Ware
· 8 years ago
28607e0
Add short-circuit for doc changes to AppVeyor (GH-5519)
by Zachary Ware
· 8 years ago
6850450
Try to fix the AppVeyor cache mechanism (GH-5536)
by Zachary Ware
· 8 years ago
7de25b1
Fix version in AppVeyor (GH-5535)
by Zachary Ware
· 8 years ago
d83671e
Add myself as hamt/context (PEP 567) code owner (#5276)
by Yury Selivanov
· 8 years ago
b216a25
Fix version in AppVeyor config (GH-5124)
by Zachary Ware
· 8 years ago
7f7de37
Kill the AppVeyor file whitelist (GH-5121)
by Zachary Ware
· 8 years ago
811b287
Ignore importlib.h for automatic review requests from the import team. (GH-5087)
by Brett Cannon
· 8 years ago
02e4b7f
Add @asvetlov to asyncio codeowners (#4917)
by Andrew Svetlov
· 8 years ago
5e8cbcc
Add Guido and Ivan as owners for typing.py (#4729)
by Guido van Rossum
· 8 years ago
2582f6f
Add dataclasses to CODEOWNERS. (GH-4730)
by Eric V. Smith
· 8 years ago
ec12df1
Add Code of Conduct to .github folder. (GH-4029)
by Mariatta
· 8 years ago
55fd066
Add self and idlelib to CODEOWNERS file. (#3889)
by Terry Jan Reedy
· 8 years ago
6603373
Tweak formatting of PR message template (#3828)
by Brett Cannon
· 8 years ago
f1502d0
bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711)
by Stefan Grönke
· 8 years ago
36d644d
Create PULL_REQUEST_TEMPLATE.md (GH-3404)
by Mariatta
· 8 years ago
5fcd5e6
bpo-31340: Change to building with MSVC v141 (included with Visual Studio 2017) (#3311)
by Steve Dower
· 8 years ago
f801322
Cache externals, depending on changes to PCbuild (#3308)
by Zachary Ware
· 8 years ago
f58e6e2
Add references to modules I am responsible for (#3291)
by Raymond Hettinger
· 8 years ago
1a589a6
Use a team to maintain the email related packages. (#3290)
by Barry Warsaw
· 8 years ago
3239cf1
Change code owners for hashlib and ssl to the crypto team (#3284)
by Alex Gaynor
· 8 years ago
5df8c58
Touch up the contributing notes (#3158)
by Brett Cannon
· 8 years ago
b907abc
bpo-30871: Add test.pythoninfo (#3075)
by Victor Stinner
· 8 years ago
1f512b9
Add Windows team as a codeowner for Windows-specific files (#3089)
by Steve Dower
· 8 years ago
60a6632
add myself to CODEOWNERS for subprocess. (#3005)
by Gregory P. Smith
· 8 years ago
d255fea
Notify the import-team on import-related PRs (GH-3002)
by Brett Cannon
· 8 years ago
d9d55c9
Add @bitdancer as codeowner of email related stuff. (GH-2987)
by R. David Murray
· 8 years ago
9d8e6ec
Add @1st1 as co-owner of asyncio and genobject (#2978)
by Yury Selivanov
· 8 years ago
9eef9e8
List myself as interested in all import-related pull requests (GH-2976)
by Brett Cannon
· 8 years ago
00fce69
Create CODEOWNERS (GH-2924)
by Mariatta
· 8 years ago
5feda33
bpo-30450: Fix logic for retrying nuget.exe download (#2744)
by Steve Dower
· 8 years ago
49bc743
AppVeyor: run tests with --fail-env-changed (#2522)
by Victor Stinner
· 8 years ago
42e3acd
bpo-30417: Disable `cpu` resource on AppVeyor (GH-1951)
by Zachary Ware
· 8 years ago
11ffb45
Make codecov config on master the only config used (GH-2041)
by Brett Cannon
· 8 years ago
d3bedf3
Only run AppVeyor on long-lived branches (GH-1941)
by Zachary Ware
· 8 years ago
cbddf58
Move Codecov's configuration file under .github (GH-1494)
by morrme
· 8 years ago
7fdd309
Explicitly mention what should (not) be discussed on GitHub (GH-1437)
by Brett Cannon
· 8 years ago
1e5766f
Link to the devguide's PR guidelines (GH-932)
by Brett Cannon
· 8 years ago
c5d3bfe
Only trigger AppVeyor on code or config changes (GH-611)
by Zachary Ware
· 8 years ago
Next »