summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo (double 'the') in CODEOWNERS (GH-12227)Miss Islington (bot)2019-03-071-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-031-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-131-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-061-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-171-0/+14
|
* Add self and idlelib to CODEOWNERS file. (#3889)Terry Jan Reedy2017-10-041-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-061-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-041-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
|
* Add @1st1 as co-owner of asyncio and genobject (#2978)Yury Selivanov2017-08-011-0/+6
|
* List myself as interested in all import-related pull requests (GH-2976)Brett Cannon2017-08-011-0/+3
|
* Create CODEOWNERS (GH-2924)Mariatta2017-07-311-0/+12
| | | Copied over info from .mention-bot
* bpo-30450: Fix logic for retrying nuget.exe download (#2744)Steve Dower2017-07-181-0/+2
| | | | | | | Fix logic for retrying nuget.exe download with Python. Add support for HOST_PYTHON variable. Clear internal environment variables used in find_python.bat Use HOST_PYTHON as the actual Python if it is recent enough. Adds HOST_PYTHON variable to AppVeyor configuration
* AppVeyor: run tests with --fail-env-changed (#2522)Victor Stinner2017-07-011-1/+1
|
* bpo-30417: Disable `cpu` resource on AppVeyor (GH-1951)Zachary Ware2017-06-091-1/+1
|
* Make codecov config on master the only config used (GH-2041)Brett Cannon2017-06-091-0/+1
| | | | | This will allow for centralized management of the Codecov config to prevent skew as well as easier management going forward. Closes python/core-workflow#81.
* Only run AppVeyor on long-lived branches (GH-1941)Zachary Ware2017-06-041-0/+5
| | | Also on the short-lived `buildbot-custom` branch.
* Move Codecov's configuration file under .github (GH-1494)morrme2017-05-131-0/+29
|
* Explicitly mention what should (not) be discussed on GitHub (GH-1437)Brett Cannon2017-05-031-0/+3
|
* Link to the devguide's PR guidelines (GH-932)Brett Cannon2017-03-311-4/+2
|
* Only trigger AppVeyor on code or config changes (GH-611)Zachary Ware2017-03-111-0/+17
|
* Add Appveyor (GH-324)Zachary Ware2017-03-051-0/+6
|
* Add Travis CI and Codecov badges to README (#70)Victor Stinner2017-02-131-6/+0
| | | | | | | Badges are small images which gives the status of the Travis CI and the coverage percentage of Codecode. It helps to check the status of the Travis CI and to get the link to Travis CI. See also https://shields.io/
* Fix formatting issue with Codecov badgeBrett Cannon2017-02-101-1/+2
|
* Add the Codecov badge for masterBrett Cannon2017-02-101-0/+3
|
* Add a Travis badge for the master branchBrett Cannon2017-02-101-0/+2
|
* Delete old pull request templateBrett Cannon2017-02-101-9/+0
|
* Add a CONTRIBUTING fileBrett Cannon2017-02-101-0/+46
| | | This file will be displayed to contributors when they create a pull request in any branch (hence why it is not written in a branch-specific way).