Victor Stinner
07bd5cf3d9
[3.8] bpo-40548: GitHub Action workflow: skip jobs on doc only PRs (GH-20100)
...
* bpo-40548: Always run GitHub action, even on doc PRs (GH-19981)
Always run GitHub action jobs, even on documentation-only pull
requests. So it will be possible to make a GitHub action job, like
the Windows (64-bit) job, mandatory.
(cherry picked from commit 4e363761fc
)
* bpo-40548: GitHub Action workflow: skip jobs on doc only PRs (GH-19983)
Signed-off-by: Filipe Laíns <lains@archlinux.org>
(cherry picked from commit 75d7257b20
)
* bpo-40548: github actions: pass the changes check on no source changes (GH-20097)
Signed-off-by: Filipe Laíns <lains@archlinux.org>
(cherry picked from commit 6a78589b6b
)
Co-authored-by: Filipe Laíns <filipe.lains@gmail.com>
Co-authored-by: Filipe Laíns <lains@archlinux.org>
2020-05-15 05:27:48 +02:00
Miss Islington (bot)
f2296ef9ce
bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19320)
...
Update also OpenSSL version in Ubuntu and Coverage jobs.
(cherry picked from commit 1767a0490f
)
Co-authored-by: Victor Stinner <vstinner@python.org>
2020-04-02 18:25:51 -07:00
Miss Islington (bot)
d01c5507e5
bpo-39930: Ensure vcruntime140.dll is included in all Windows packages (GH-18918)
...
Also adds GitHub CI test for Windows installer changes
(cherry picked from commit 2dd41740c9
)
Co-authored-by: Steve Dower <steve.dower@python.org>
2020-03-11 04:38:18 -07:00
Steve Dower
343bc06d80
bpo-39699: Don't silence make on Azure and Github CIs (GH-18583)
...
Co-authored-by: Ammar Askar <ammar_askar@hotmail.com>
2020-02-26 19:57:14 +00:00
Miss Islington (bot)
57e7e5775e
Ignore NEWS snippets in code coverage stats (GH-18194)
...
(cherry picked from commit 7023288dc5
)
Co-authored-by: Nick Coghlan <ncoghlan@gmail.com>
2020-01-27 08:27:59 -08:00
Miss Islington (bot)
fb59f5ffe8
bpo-39041: Fix coverage upload command for GitHub Actions (GH-17873)
...
https://bugs.python.org/issue39041
Automerge-Triggered-By: @zooba
(cherry picked from commit b1ce22d086
)
Co-authored-by: Steve Dower <steve.dower@python.org>
2020-01-06 13:41:33 -08:00
Miss Islington (bot)
0048833e13
bpo-39041: Add GitHub Actions support (GH-17594)
...
(cherry picked from commit a76ba362c4
)
Co-authored-by: Steve Dower <steve.dower@python.org>
2020-01-06 08:46:55 -08:00
Zachary Ware
8ee8ad22d7
[3.8] Turn off AppVeyor CI (GH-15929) (GH-15941)
...
(cherry picked from commit 6f55b0394b
)
2019-09-11 15:39:32 +01:00
Brett Cannon
25ee0c3bf1
Revert adding @maxking to CODEOWNERS file (GH-13660)
...
This reverts commit 71dc7c5fbd
. Turns out you must have write access for CODEOWNERS to work.
2019-05-30 07:59:01 -07:00
Christian Heimes
1c99926228
Add my to code owner for more areas ( #13650 )
2019-05-29 17:45:19 +02:00
Abhilash Raj
71dc7c5fbd
Add @maxking to CODEOWNERS file (GH-13599)
2019-05-27 21:15:48 -07:00
Philippe Gagnon
a8e814db96
Fix a typo in SECURITY.md (GH-13568)
...
There is a duplicated "in" in the Supported Versions text.
2019-05-27 10:45:24 -07:00
Sviatoslav Sydorenko
af570745fe
📝 Add a GitHub-specific security page (GH-13526)
...
* 📝 Add a GitHub-specific security page
It will show up @
https://github.com/python/cpython/security/policy
allowing to navigate users who get there from "Security" tab in the
GitHub repo to the full article explaining the security vulnerability
reporting practices.
Co-Authored-By: Hugo <hugovk@users.noreply.github.com>
2019-05-25 13:03:45 +03:00
Brett Cannon
678bb9d1b5
Unroll import-team in CODEOWNERS ( #13118 )
2019-05-06 13:44:49 -04:00
Pablo Galindo
888f37bc28
Add @pablogsal to code owners file for Parser/pgen (GH-12944)
...
Add myself to the codeowners file as I would like to
be automatically added as a reviewer for PRs that touch
that component.
2019-04-24 21:25:23 +01:00
Berker Peksag
2f5b44879f
Add myself to CODEOWNERS for sqlite3 and urllib.robotparser (GH-12856)
2019-04-16 16:54:56 +03:00
Inada Naoki
7444daada1
github: assign @methane to dict owner (GH-12617)
2019-03-30 11:08:17 +09:00
Benedikt Werner
f2320b37d9
Fix typo (double 'the') in CODEOWNERS (GH-12227)
2019-03-07 17:09:40 -08:00
Ned Deily
96f2c73954
Add macos-team as a code owner (GH-10045)
2018-10-23 09:37:02 -04:00
Nick Coghlan
2f73ed6913
Update codeowners to match experts list change ( #10022 )
2018-10-21 14:22:15 +10:00
Ezio Melotti
3d07349d19
Add myself for HTML-related modules ( #9325 )
2018-09-14 20:14:16 -07:00
Victor Stinner
8b96eed0dd
AppVeyor: build Python in 64-bit mode (GH-8363)
...
Previously, Python was built in 32-bit mode and so issues specific to
64-bit mode like compiler warnings could be missed.
2018-07-23 13:16:41 +02:00
Mariatta
3ed919290e
Move Code_of_Conduct.rst to the root level. (GH-8209)
...
Follow up from https://github.com/python/peps/pull/712#issuecomment-403591108 :
"people using the repo without using GitHub still ought to be reminded of the COC" - GvR
2018-07-09 14:29:57 -07:00
Suriyaa ✌️️
9e6685ea7b
bpo-33807: Add Python 3.7 buildbot link to '.github/CONTRIBUTING.rst' (GH-7532)
2018-06-08 10:40:55 -05:00
Zachary Ware
47a6c79f09
bpo-33764: Appveyor fixes (GH-7364)
...
* Prevent spurious message if taking a shortcut
* Fix YAML style
* Disable largefile tests
2018-06-03 21:13:31 -04:00
Eitan Adler
5cd22cf209
bpo-33488: Satisfy markdownlint for the pull request template. (GH-6786)
...
./.github/PULL_REQUEST_TEMPLATE.md:8: MD031 Fenced code blocks should be
surrounded by blank lines
./.github/PULL_REQUEST_TEMPLATE.md:10: MD031 Fenced code blocks should
be surrounded by blank lines
./.github/PULL_REQUEST_TEMPLATE.md:19: MD031 Fenced code blocks should
be surrounded by blank lines
./.github/PULL_REQUEST_TEMPLATE.md:21: MD031 Fenced code blocks should
be surrounded by blank lines
2018-05-13 17:55:35 -07:00
Mariatta
9c17e3a198
Update PR template file, don't reference bpo 12345 (GH-5897)
...
Fixes https://github.com/python/core-workflow/issues/223
2018-02-25 12:49:02 -08:00
Mariatta
82ab13d756
Update the Pull_request_template.md file (GH-5841)
...
Changed the template to be inside a comment tag.
2018-02-23 15:48:21 -08:00
Zachary Ware
6ea20fc719
Fix AppVeyor doc short-circuit (GH-5632)
2018-02-11 15:35:09 -06:00
Zachary Ware
28607e0dd9
Add short-circuit for doc changes to AppVeyor (GH-5519)
2018-02-11 11:19:51 -06:00
Zachary Ware
685045060e
Try to fix the AppVeyor cache mechanism (GH-5536)
2018-02-04 14:36:43 -06:00
Zachary Ware
7de25b1124
Fix version in AppVeyor (GH-5535)
2018-02-04 14:09:29 -06:00
Yury Selivanov
d83671e996
Add myself as hamt/context (PEP 567) code owner ( #5276 )
2018-01-23 01:59:50 -05:00
Zachary Ware
b216a25312
Fix version in AppVeyor config (GH-5124)
2018-01-07 12:59:48 -06:00
Zachary Ware
7f7de371f9
Kill the AppVeyor file whitelist (GH-5121)
...
It's more trouble than it's worth, since AppVeyor only checks the HEAD commit of a PR rather than the full diff against the base branch to decide which files changed.
2018-01-06 20:41:17 -06:00
Brett Cannon
811b2878df
Ignore importlib.h for automatic review requests from the import team. (GH-5087)
...
Otherwise the import team gets flagged for reviews any time the bytecode for
importlib.h changes (e.g new bytecode, optimizations, etc.).
2018-01-03 11:32:22 -08:00
Andrew Svetlov
02e4b7f354
Add @asvetlov to asyncio codeowners ( #4917 )
2017-12-18 18:20:42 +02:00
Guido van Rossum
5e8cbcc4f2
Add Guido and Ivan as owners for typing.py ( #4729 )
2017-12-05 16:56:39 -05:00
Eric V. Smith
2582f6f24e
Add dataclasses to CODEOWNERS. (GH-4730)
2017-12-05 15:52:19 -05:00
Mariatta
ec12df1e6e
Add Code of Conduct to .github folder. (GH-4029)
2017-10-17 19:44:20 -07:00
Terry Jan Reedy
55fd06605b
Add self and idlelib to CODEOWNERS file. ( #3889 )
...
Followed format of other entries.
2017-10-04 22:15:11 -04:00
Brett Cannon
66033733aa
Tweak formatting of PR message template ( #3828 )
2017-09-29 11:16:38 -07:00
Stefan Grönke
f1502d097c
bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711)
2017-09-25 17:58:10 +01:00
Mariatta
36d644d37a
Create PULL_REQUEST_TEMPLATE.md (GH-3404)
...
Explain that backport PR should include branch name and the original PR number.
2017-09-06 17:27:05 -07:00
Steve Dower
5fcd5e64ee
bpo-31340: Change to building with MSVC v141 (included with Visual Studio 2017) ( #3311 )
2017-09-06 10:01:38 -07:00
Zachary Ware
f801322e92
Cache externals, depending on changes to PCbuild ( #3308 )
2017-09-04 14:59:02 -07:00
Raymond Hettinger
f58e6e2768
Add references to modules I am responsible for ( #3291 )
2017-09-04 12:31:15 -07:00
Barry Warsaw
1a589a604f
Use a team to maintain the email related packages. ( #3290 )
2017-09-04 15:19:26 -04:00
Alex Gaynor
3239cf1ae9
Change code owners for hashlib and ssl to the crypto team ( #3284 )
...
* Change code owners for hashlib and ssl to the crypto team
* Include the core CSPRNG for the crypto-team
2017-09-04 13:40:45 -04:00
Brett Cannon
5df8c589f4
Touch up the contributing notes ( #3158 )
...
* Mention how to find out what to do
* Update URL
* Thanks contributors
* Explain there is no timeline
2017-08-22 13:06:50 -07:00