GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.github
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add macos-team as a code owner (GH-10045)
Ned Deily
2018-10-23
1
-0
/
+4
*
Update codeowners to match experts list change (#10022)
Nick Coghlan
2018-10-21
1
-1
/
+1
*
Add myself for HTML-related modules (#9325)
Ezio Melotti
2018-09-14
1
-0
/
+5
*
AppVeyor: build Python in 64-bit mode (GH-8363)
Victor Stinner
2018-07-23
1
-3
/
+3
*
Move Code_of_Conduct.rst to the root level. (GH-8209)
Mariatta
2018-07-09
1
-14
/
+0
*
bpo-33807: Add Python 3.7 buildbot link to '.github/CONTRIBUTING.rst' (GH-7532)
Suriyaa ✌️️
2018-06-08
1
-0
/
+4
*
bpo-33764: Appveyor fixes (GH-7364)
Zachary Ware
2018-06-03
1
-4
/
+5
*
bpo-33488: Satisfy markdownlint for the pull request template. (GH-6786)
Eitan Adler
2018-05-13
1
-0
/
+4
*
Update PR template file, don't reference bpo 12345 (GH-5897)
Mariatta
2018-02-25
1
-1
/
+0
*
Update the Pull_request_template.md file (GH-5841)
Mariatta
2018-02-23
1
-2
/
+19
*
Fix AppVeyor doc short-circuit (GH-5632)
Zachary Ware
2018-02-11
1
-1
/
+4
*
Add short-circuit for doc changes to AppVeyor (GH-5519)
Zachary Ware
2018-02-11
1
-3
/
+19
*
Try to fix the AppVeyor cache mechanism (GH-5536)
Zachary Ware
2018-02-04
1
-1
/
+1
*
Fix version in AppVeyor (GH-5535)
Zachary Ware
2018-02-04
1
-1
/
+1
*
Add myself as hamt/context (PEP 567) code owner (#5276)
Yury Selivanov
2018-01-23
1
-0
/
+2
*
Fix version in AppVeyor config (GH-5124)
Zachary Ware
2018-01-07
1
-1
/
+1
*
Kill the AppVeyor file whitelist (GH-5121)
Zachary Ware
2018-01-06
1
-17
/
+0
*
Ignore importlib.h for automatic review requests from the import team. (GH-5087)
Brett Cannon
2018-01-03
1
-2
/
+7
*
Add @asvetlov to asyncio codeowners (#4917)
Andrew Svetlov
2017-12-18
1
-1
/
+1
*
Add Guido and Ivan as owners for typing.py (#4729)
Guido van Rossum
2017-12-05
1
-0
/
+2
*
Add dataclasses to CODEOWNERS. (GH-4730)
Eric V. Smith
2017-12-05
1
-0
/
+2
*
Add Code of Conduct to .github folder. (GH-4029)
Mariatta
2017-10-17
1
-0
/
+14
*
Add self and idlelib to CODEOWNERS file. (#3889)
Terry Jan Reedy
2017-10-04
1
-0
/
+2
*
Tweak formatting of PR message template (#3828)
Brett Cannon
2017-09-29
1
-4
/
+4
*
bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711)
Stefan Grönke
2017-09-25
2
-2
/
+2
*
Create PULL_REQUEST_TEMPLATE.md (GH-3404)
Mariatta
2017-09-06
1
-0
/
+10
*
bpo-31340: Change to building with MSVC v141 (included with Visual Studio 201...
Steve Dower
2017-09-06
1
-0
/
+2
*
Cache externals, depending on changes to PCbuild (#3308)
Zachary Ware
2017-09-04
1
-0
/
+2
*
Add references to modules I am responsible for (#3291)
Raymond Hettinger
2017-09-04
1
-0
/
+9
*
Use a team to maintain the email related packages. (#3290)
Barry Warsaw
2017-09-04
1
-5
/
+5
*
Change code owners for hashlib and ssl to the crypto team (#3284)
Alex Gaynor
2017-09-04
1
-3
/
+6
*
Touch up the contributing notes (#3158)
Brett Cannon
2017-08-22
1
-12
/
+28
*
bpo-30871: Add test.pythoninfo (#3075)
Victor Stinner
2017-08-17
1
-0
/
+1
*
Add Windows team as a codeowner for Windows-specific files (#3089)
Steve Dower
2017-08-15
1
-0
/
+8
*
add myself to CODEOWNERS for subprocess. (#3005)
Gregory P. Smith
2017-08-04
1
-0
/
+3
*
Notify the import-team on import-related PRs (GH-3002)
Brett Cannon
2017-08-04
1
-1
/
+1
*
Add @bitdancer as codeowner of email related stuff. (GH-2987)
R. David Murray
2017-08-02
1
-0
/
+7
*
Add @1st1 as co-owner of asyncio and genobject (#2978)
Yury Selivanov
2017-08-01
1
-0
/
+6
*
List myself as interested in all import-related pull requests (GH-2976)
Brett Cannon
2017-08-01
1
-0
/
+3
*
Create CODEOWNERS (GH-2924)
Mariatta
2017-07-31
1
-0
/
+12
*
bpo-30450: Fix logic for retrying nuget.exe download (#2744)
Steve Dower
2017-07-18
1
-0
/
+2
*
AppVeyor: run tests with --fail-env-changed (#2522)
Victor Stinner
2017-07-01
1
-1
/
+1
*
bpo-30417: Disable `cpu` resource on AppVeyor (GH-1951)
Zachary Ware
2017-06-09
1
-1
/
+1
*
Make codecov config on master the only config used (GH-2041)
Brett Cannon
2017-06-09
1
-0
/
+1
*
Only run AppVeyor on long-lived branches (GH-1941)
Zachary Ware
2017-06-04
1
-0
/
+5
*
Move Codecov's configuration file under .github (GH-1494)
morrme
2017-05-13
1
-0
/
+29
*
Explicitly mention what should (not) be discussed on GitHub (GH-1437)
Brett Cannon
2017-05-03
1
-0
/
+3
*
Link to the devguide's PR guidelines (GH-932)
Brett Cannon
2017-03-31
1
-4
/
+2
*
Only trigger AppVeyor on code or config changes (GH-611)
Zachary Ware
2017-03-11
1
-0
/
+17
*
Add Appveyor (GH-324)
Zachary Ware
2017-03-05
1
-0
/
+6
[next]