summaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Use v2 of GitHub Actions where available (GH-20232)Miss Islington (bot)2020-05-203-5/+5
| | | | | | Automerge-Triggered-By: @Mariatta (cherry picked from commit 7fbe65dbc42985d002d9538fe9a9887e6e6af66c) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* bpo-40548: Github Actions: update actions/checkout to v2 (GH-20164)Miss Islington (bot)2020-05-181-4/+4
| | | | | | Signed-off-by: Filipe Laíns <lains@archlinux.org> (cherry picked from commit c444108dd62672f2b41539bcc8f15da44501f405) Co-authored-by: Filipe Laíns <lains@archlinux.org>
* [3.8] bpo-40548: GitHub Action workflow: skip jobs on doc only PRs (GH-20100)Victor Stinner2020-05-151-11/+27
| | | | | | | | | | | | | | | | | | | | | | * 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 4e363761fc02a89d53aba4382dc451293bd6f0ba) * 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 75d7257b201a56f950c20cd9f5753a83fff4742b) * 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 6a78589b6b22878491a4b042bb8b3161e1d120f6) Co-authored-by: Filipe Laíns <filipe.lains@gmail.com> Co-authored-by: Filipe Laíns <lains@archlinux.org>
* bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19320)Miss Islington (bot)2020-04-032-2/+2
| | | | | | Update also OpenSSL version in Ubuntu and Coverage jobs. (cherry picked from commit 1767a0490f80c7b90d81051db24ef2b82cd9434f) Co-authored-by: Victor Stinner <vstinner@python.org>
* bpo-39930: Ensure vcruntime140.dll is included in all Windows packages ↵Miss Islington (bot)2020-03-111-0/+34
| | | | | | | | (GH-18918) Also adds GitHub CI test for Windows installer changes (cherry picked from commit 2dd41740c97bd77695ddcc590caa7f53e76dc35a) Co-authored-by: Steve Dower <steve.dower@python.org>
* bpo-39699: Don't silence make on Azure and Github CIs (GH-18583)Steve Dower2020-02-263-12/+12
| | | | Co-authored-by: Ammar Askar <ammar_askar@hotmail.com>
* Ignore NEWS snippets in code coverage stats (GH-18194)Miss Islington (bot)2020-01-271-1/+1
| | | | | (cherry picked from commit 7023288dc500008609e7a4d12ae710c2093c3fc6) Co-authored-by: Nick Coghlan <ncoghlan@gmail.com>
* bpo-39041: Fix coverage upload command for GitHub Actions (GH-17873)Miss Islington (bot)2020-01-061-1/+1
| | | | | | | | https://bugs.python.org/issue39041 Automerge-Triggered-By: @zooba (cherry picked from commit b1ce22d086660d2505010694c8813cc67adf8f9e) Co-authored-by: Steve Dower <steve.dower@python.org>
* bpo-39041: Add GitHub Actions support (GH-17594)Miss Islington (bot)2020-01-064-0/+235
| | | | | (cherry picked from commit a76ba362c4d86adf5e7f8254398135d12d7afd25) Co-authored-by: Steve Dower <steve.dower@python.org>
* [3.8] Turn off AppVeyor CI (GH-15929) (GH-15941)Zachary Ware2019-09-111-38/+0
| | | (cherry picked from commit 6f55b0394bce8e64a59c61f465fec8079a00e55c)
* Revert adding @maxking to CODEOWNERS file (GH-13660)Brett Cannon2019-05-301-1/+1
| | | This reverts commit 71dc7c5fbd856df83202f39c1f41ccd07c6eceb7. Turns out you must have write access for CODEOWNERS to work.
* Add my to code owner for more areas (#13650)Christian Heimes2019-05-291-4/+11
|
* Add @maxking to CODEOWNERS file (GH-13599)Abhilash Raj2019-05-281-1/+1
|
* Fix a typo in SECURITY.md (GH-13568)Philippe Gagnon2019-05-271-1/+1
| | | There is a duplicated "in" in the Supported Versions text.
* 📝 Add a GitHub-specific security page (GH-13526)Sviatoslav Sydorenko2019-05-251-0/+18
| | | | | | | | | | | | * 📝 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>
* Unroll import-team in CODEOWNERS (#13118)Brett Cannon2019-05-061-2/+2
|
* Add @pablogsal to code owners file for Parser/pgen (GH-12944)Pablo Galindo2019-04-241-0/+3
| | | | | Add myself to the codeowners file as I would like to be automatically added as a reviewer for PRs that touch that component.
* Add myself to CODEOWNERS for sqlite3 and urllib.robotparser (GH-12856)Berker Peksag2019-04-161-0/+6
|
* github: assign @methane to dict owner (GH-12617)Inada Naoki2019-03-301-0/+1
|
* Fix typo (double 'the') in CODEOWNERS (GH-12227)Benedikt Werner2019-03-081-1/+1
|
* Add macos-team as a code owner (GH-10045)Ned Deily2018-10-231-0/+4
|
* Update codeowners to match experts list change (#10022)Nick Coghlan2018-10-211-1/+1
|
* Add myself for HTML-related modules (#9325)Ezio Melotti2018-09-151-0/+5
|
* AppVeyor: build Python in 64-bit mode (GH-8363)Victor Stinner2018-07-231-3/+3
| | | | Previously, Python was built in 32-bit mode and so issues specific to 64-bit mode like compiler warnings could be missed.
* Move Code_of_Conduct.rst to the root level. (GH-8209)Mariatta2018-07-091-14/+0
| | | | | 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
* bpo-33807: Add Python 3.7 buildbot link to '.github/CONTRIBUTING.rst' (GH-7532)Suriyaa ✌️️2018-06-081-0/+4
|
* bpo-33764: Appveyor fixes (GH-7364)Zachary Ware2018-06-041-4/+5
| | | | | | * Prevent spurious message if taking a shortcut * Fix YAML style * Disable largefile tests
* bpo-33488: Satisfy markdownlint for the pull request template. (GH-6786)Eitan Adler2018-05-141-0/+4
| | | | | | | | | | ./.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
* Update PR template file, don't reference bpo 12345 (GH-5897)Mariatta2018-02-251-1/+0
| | | Fixes https://github.com/python/core-workflow/issues/223
* Update the Pull_request_template.md file (GH-5841)Mariatta2018-02-231-2/+19
| | | Changed the template to be inside a comment tag.
* Fix AppVeyor doc short-circuit (GH-5632)Zachary Ware2018-02-111-1/+4
|
* Add short-circuit for doc changes to AppVeyor (GH-5519)Zachary Ware2018-02-111-3/+19
|
* Try to fix the AppVeyor cache mechanism (GH-5536)Zachary Ware2018-02-041-1/+1
|
* Fix version in AppVeyor (GH-5535)Zachary Ware2018-02-041-1/+1
|
* Add myself as hamt/context (PEP 567) code owner (#5276)Yury Selivanov2018-01-231-0/+2
|
* Fix version in AppVeyor config (GH-5124)Zachary Ware2018-01-071-1/+1
|
* Kill the AppVeyor file whitelist (GH-5121)Zachary Ware2018-01-071-17/+0
| | | 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.
* Ignore importlib.h for automatic review requests from the import team. (GH-5087)Brett Cannon2018-01-031-2/+7
| | | | Otherwise the import team gets flagged for reviews any time the bytecode for importlib.h changes (e.g new bytecode, optimizations, etc.).
* Add @asvetlov to asyncio codeowners (#4917)Andrew Svetlov2017-12-181-1/+1
|
* Add Guido and Ivan as owners for typing.py (#4729)Guido van Rossum2017-12-051-0/+2
|
* Add dataclasses to CODEOWNERS. (GH-4730)Eric V. Smith2017-12-051-0/+2
|
* Add Code of Conduct to .github folder. (GH-4029)Mariatta2017-10-181-0/+14
|
* Add self and idlelib to CODEOWNERS file. (#3889)Terry Jan Reedy2017-10-051-0/+2
| | | Followed format of other entries.
* Tweak formatting of PR message template (#3828)Brett Cannon2017-09-291-4/+4
|
* bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711)Stefan Grönke2017-09-252-2/+2
|
* Create PULL_REQUEST_TEMPLATE.md (GH-3404)Mariatta2017-09-071-0/+10
| | | Explain that backport PR should include branch name and the original PR number.
* bpo-31340: Change to building with MSVC v141 (included with Visual Studio ↵Steve Dower2017-09-061-0/+2
| | | | 2017) (#3311)
* Cache externals, depending on changes to PCbuild (#3308)Zachary Ware2017-09-041-0/+2
|
* Add references to modules I am responsible for (#3291)Raymond Hettinger2017-09-041-0/+9
|
* Use a team to maintain the email related packages. (#3290)Barry Warsaw2017-09-041-5/+5
|