Ammar Askar
766b7546a5
bpo-39704: Explicitly pass the path to codecov config (GH-18680)
6 years ago
Ammar Askar
6aa1f1ecf7
bpo-39699: Don't silence make on Azure and Github CIs (GH-18583)
6 years ago
Nick Coghlan
7023288dc5
Ignore NEWS snippets in code coverage stats (GH-18194)
6 years ago
Pablo Galindo
6aabb63d96
Run doctests in GitHub actions Docs targer (GH-18041)
6 years ago
Steve Dower
b1ce22d086
bpo-39041: Fix coverage upload command for GitHub Actions (GH-17873)
https://bugs.python.org/issue39041
Automerge-Triggered-By: @zooba
6 years ago
Steve Dower
6a263cf1ad
bpo-39041: Add GitHub Actions badge to README.rst (GH-17628)
Also skip build for doc-only changes and enable on push
6 years ago
Steve Dower
a76ba362c4
bpo-39041: Add GitHub Actions support (GH-17594)
6 years ago
Raymond Hettinger
edd5b38c13
Add setobject.c (GH-17463)
6 years ago
Ethan Furman
83f144962f
add @ethanfurman for tarfile (GH-17461)
6 years ago
Ethan Furman
3ae38cc181
Update CODEOWNERS ( #17356 )
Add Ethan Furman for enum, cgi, and cgitb.
6 years ago
Giampaolo Rodola
5c534da798
CODEOWNERS: add myself for asyncore/chat, ftplib and shutil modules ( #17313 )
6 years ago
Pablo Galindo
02b8051a5e
Add @pablogsal to code owners file for the garbage collector (GH-17248)
Add myself to the codeowners file as I would like to
be automatically added as a reviewer for PRs that touch
that component and its documentation.
6 years ago
Vinay Sajip
2290b23dfc
Updated CODEOWNERS to indicate ownership of some modules. (GH-16578)
6 years ago
Gregory P. Smith
0765411d51
Adjust code ownership so @gpshead don't get asyncio subprocess PRs. (GH-16100)
6 years ago
Zachary Ware
6f55b0394b
Turn off AppVeyor CI (GH-15929)
6 years ago
Paul Ganssle
d287215df5
Add pganssle to CODEOWNERS and ACKS (GH-14138)
Also adds abalkin to CODEOWNERS for date and time related files.
7 years ago
Brett Cannon
7fb3190bcf
Add sponsorship details for GitHub Sponsor button (GH-14181)
7 years ago
Zachary Ware
750767f7c0
Bump version in AppVeyor config ( #13822 )
7 years ago
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.
7 years ago
Christian Heimes
1c99926228
Add my to code owner for more areas ( #13650 )
7 years ago
Abhilash Raj
71dc7c5fbd
Add @maxking to CODEOWNERS file (GH-13599)
7 years ago
Philippe Gagnon
a8e814db96
Fix a typo in SECURITY.md (GH-13568)
There is a duplicated "in" in the Supported Versions text.
7 years ago
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>
7 years ago
Brett Cannon
678bb9d1b5
Unroll import-team in CODEOWNERS ( #13118 )
7 years ago
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.
7 years ago
Berker Peksag
2f5b44879f
Add myself to CODEOWNERS for sqlite3 and urllib.robotparser (GH-12856)
7 years ago
Inada Naoki
7444daada1
github: assign @methane to dict owner (GH-12617)
7 years ago
Benedikt Werner
f2320b37d9
Fix typo (double 'the') in CODEOWNERS (GH-12227)
7 years ago
Ned Deily
96f2c73954
Add macos-team as a code owner (GH-10045)
7 years ago
Nick Coghlan
2f73ed6913
Update codeowners to match experts list change ( #10022 )
7 years ago
Ezio Melotti
3d07349d19
Add myself for HTML-related modules ( #9325 )
7 years ago
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.
8 years ago
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
8 years ago
Suriyaa ✌️️
9e6685ea7b
bpo-33807: Add Python 3.7 buildbot link to '.github/CONTRIBUTING.rst' (GH-7532)
8 years ago
Zachary Ware
47a6c79f09
bpo-33764: Appveyor fixes (GH-7364)
* Prevent spurious message if taking a shortcut
* Fix YAML style
* Disable largefile tests
8 years ago
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
8 years ago
Mariatta
9c17e3a198
Update PR template file, don't reference bpo 12345 (GH-5897)
Fixes https://github.com/python/core-workflow/issues/223
8 years ago
Mariatta
82ab13d756
Update the Pull_request_template.md file (GH-5841)
Changed the template to be inside a comment tag.
8 years ago
Zachary Ware
6ea20fc719
Fix AppVeyor doc short-circuit (GH-5632)
8 years ago
Zachary Ware
28607e0dd9
Add short-circuit for doc changes to AppVeyor (GH-5519)
8 years ago
Zachary Ware
685045060e
Try to fix the AppVeyor cache mechanism (GH-5536)
8 years ago
Zachary Ware
7de25b1124
Fix version in AppVeyor (GH-5535)
8 years ago
Yury Selivanov
d83671e996
Add myself as hamt/context (PEP 567) code owner ( #5276 )
8 years ago
Zachary Ware
b216a25312
Fix version in AppVeyor config (GH-5124)
8 years ago
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.
8 years ago
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.).
8 years ago
Andrew Svetlov
02e4b7f354
Add @asvetlov to asyncio codeowners ( #4917 )
8 years ago
Guido van Rossum
5e8cbcc4f2
Add Guido and Ivan as owners for typing.py ( #4729 )
8 years ago
Eric V. Smith
2582f6f24e
Add dataclasses to CODEOWNERS. (GH-4730)
8 years ago
Mariatta
ec12df1e6e
Add Code of Conduct to .github folder. (GH-4029)
8 years ago