summaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* bpo-40548: Fix "Check for source changes (pull_request)" GH Action job ↵Miss Islington (bot)2022-09-021-2/+15
| | | | | | | | | | | | | (GH-21806) (GH-92342) On Git 2.28, "git diff master..." (3 dots) no longer works when "fetch --depth=1" is used, whereas it works on Git 2.26. Replace "..." (3 dots) with ".." (2 dots) in the "git diff" command computing the list of modified files between the base branch and the PR branch. (cherry picked from commit eaa551702d80fd67219c48ee6a13ffb571ca360b) Co-authored-by: Victor Stinner <vstinner@python.org>
* [3.7] Fix the Windows CI config. (GH-96490)Gregory P. Smith2022-09-011-3/+55
| | | | | | * Add ABI and generated files checks to CI. * Fix the Windows CI config. This matches what 3.8 did in 899eb4167264a17ba703677814d69d4f7dcaea41.
* gh-91172: Create a workflow for verifying bundled pip and setuptools ↵Miss Islington (bot)2022-06-221-0/+28
| | | | | | | | | (GH-31885) (GH-94126) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> (cherry picked from commit d36954b7ead06daead3dcf9b0dd9f8002eab508f) Co-authored-by: Illia Volochii <illia.volochii@gmail.com>
* bpo-42773: fix tests not being run on pushes (GH-24004) (GH-92341)Miss Islington (bot)2022-05-061-1/+1
| | | | | | | | | There was a typo, we were checking if the "GITHUB_BASE_REF" string literal was empty instead of the $GITHUB_BASE_REF value. When $GITHUB_BASE_REF is empty, the action that triggered the run was not a pull request, so we always run the full test suite. Signed-off-by: Filipe Laíns <lains@riseup.net> (cherry picked from commit 4ac923f2756f835f512339ee181348cc535ab07f)
* bpo-47024: Update Windows builds and macOS installer build to use OpenSSL ↵Ned Deily2022-03-152-2/+2
| | | | 1.1.1n. (GH-31911)
* [3.7] bpo-41561: Add workaround for Ubuntu's custom security level ↵Christian Heimes2021-05-031-1/+1
| | | | | | | | | | | | | | | (GH-24915) (GH-24928) Ubuntu 20.04 comes with a patched OpenSSL 1.1.1. Default security level 2 blocks TLS 1.0 and 1.1 connections. Regular OpenSSL 1.1.1 builds allow TLS 1.0 and 1.1 on security level 2. See: See: https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1899878 See: https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1917625 Signed-off-by: Christian Heimes <christian@python.org>. (cherry picked from commit f6c6b5821bff815bdc810de53992fd1fbdb2edd4) Co-authored-by: Christian Heimes <christian@python.org>
* Pin test runner to Ubuntu 18 to un-break CI (GH-24715) (GH-24716)Miss Islington (bot)2021-03-031-1/+1
| | | | | | | (cherry picked from commit 94894dd45e4bad6efb27eac4497b24cdc18b3e2d) Co-authored-by: Brandt Bucher <brandt@python.org> Co-authored-by: Brandt Bucher <brandt@python.org>
* [3.7] Bumps [actions/cache](https://github.com/actions/cache) from v1 to ↵Benjamin Peterson2020-12-012-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | v2.1.3. (GH-23596) * build(deps): bump actions/cache from v2.1.2 to v2.1.3 (23582) Bumps [actions/cache](https://github.com/actions/cache) from v2.1.2 to v2.1.3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.2...0781355a23dac32fd3bac414512f4b903437991a) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit a43fea88577c460eed7cc92a37b5fce787d6aab1) * [3.7] build(deps): bump actions/cache from v2.1.2 to v2.1.3 (23582) Bumps [actions/cache](https://github.com/actions/cache) from v2.1.2 to v2.1.3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.2...0781355a23dac32fd3bac414512f4b903437991a) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>. (cherry picked from commit a43fea88577c460eed7cc92a37b5fce787d6aab1) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* [3.7] bpo-42336: Improve PCbuild batch files (GH-23325) (GH-23373)Steve Dower2020-11-181-2/+2
| | | | | * bpo-42336: Improve PCbuild batch files (GH-23325) * Remove ARM platforms
* 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)Miss Islington (bot)2020-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> (cherry picked from commit 07bd5cf3d9551ae84100e6400836163fcd507f07) Co-authored-by: Victor Stinner <vstinner@python.org>
* bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19320) (GH-19324)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> Co-authored-by: Victor Stinner <vstinner@python.org>
* bpo-39930: Ensure vcruntime140.dll is included in all Windows packages ↵Steve Dower2020-03-111-0/+34
| | | | | (GH-18918) Also adds GitHub CI test for Windows installer changes
* bpo-39699: Don't silence make on Azure and Github CIs (GH-18583)Steve Dower2020-02-263-12/+12
| | | | | | Doc tests remain disabled for 3.7 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.7] Turn off AppVeyor CI (GH-15929) (GH-15943)Zachary Ware2019-09-111-38/+0
| | | (cherry picked from commit 6f55b0394bce8e64a59c61f465fec8079a00e55c)
* Fix typo (double 'the') in CODEOWNERS (GH-12227)Miss Islington (bot)2019-03-081-1/+1
| | | | | (cherry picked from commit f2320b37d9c85d8ddfc0c6afa81b77cd5f6e5ef2) Co-authored-by: Benedikt Werner <1benediktwerner@gmail.com>
* Move Code_of_Conduct.rst to the root level. (GH-8209)Miss Islington (bot)2018-07-091-14/+0
| | | | | | | | Follow up from https://github.com/python/peps/pull/712GH-issuecomment-403591108: "people using the repo without using GitHub still ought to be reminded of the COC" - GvR (cherry picked from commit 3ed919290e0a67a1299afbdaeab4946bc479f92c) Co-authored-by: Mariatta <Mariatta@users.noreply.github.com>
* [3.7] Update version in '.github/PULL_REQUEST_TEMPLATE.md' (GH-7537)Suriyaa ✌️️2018-06-081-1/+1
|
* bpo-33807: Add Python 3.7 buildbot link to '.github/CONTRIBUTING.rst' (GH-7532)Miss Islington (bot)2018-06-081-0/+4
| | | | | (cherry picked from commit 9e6685ea7b749ee34466e71b22d99e5112d71a95) Co-authored-by: Suriyaa ✌️️ <isc.suriyaa@gmail.com>
* bpo-33764: Appveyor fixes (GH-7364) (GH-7369)Miss Islington (bot)2018-06-041-4/+5
| | | | | | | | * Prevent spurious message if taking a shortcut * Fix YAML style * Disable largefile tests (cherry picked from commit 47a6c79f0986ce9a84d0efc3c565b28255042911) Co-authored-by: Zachary Ware <zachary.ware@gmail.com>
* [3.7] bpo-33488: Satisfy markdownlint for the pull request template. (GH-6786)Benjamin Peterson2018-05-141-0/+2
| | | | | | | | | | | | | ./.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. (cherry picked from commit 5cd22cf2097a6dd209999cf97858d54564a3be87) Co-authored-by: Eitan Adler <grimreaper@users.noreply.github.com>
* Fix AppVeyor doc short-circuit (GH-5633)Miss Islington (bot)2018-02-111-1/+4
| | | (cherry picked from commit 6ea20fc719dcaf102d2cefa1786f0421514f7a58)
* [3.7] Add short-circuit for doc changes to AppVeyor (GH-5626)Zachary Ware2018-02-111-3/+19
| | | (cherry picked from commit 28607e0dd9417ce44a109980ffd60697c1afdea0)
* 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
|
* Change code owners for hashlib and ssl to the crypto team (#3284)Alex Gaynor2017-09-041-3/+6
| | | | | | * Change code owners for hashlib and ssl to the crypto team * Include the core CSPRNG for the crypto-team
* Touch up the contributing notes (#3158)Brett Cannon2017-08-221-12/+28
| | | | | | * Mention how to find out what to do * Update URL * Thanks contributors * Explain there is no timeline
* bpo-30871: Add test.pythoninfo (#3075)Victor Stinner2017-08-171-0/+1
| | | | | | * Add Lib/test/pythoninfo.py: script collecting various informations about Python to help debugging test failures. * regrtest: remove sys.hash_info and sys.flags from header. * Travis CI, Appveyor: run pythoninfo before tests
* Add Windows team as a codeowner for Windows-specific files (#3089)Steve Dower2017-08-151-0/+8
|
* add myself to CODEOWNERS for subprocess. (#3005)Gregory P. Smith2017-08-051-0/+3
|
* Notify the import-team on import-related PRs (GH-3002)Brett Cannon2017-08-041-1/+1
|
* Add @bitdancer as codeowner of email related stuff. (GH-2987)R. David Murray2017-08-021-0/+7
|