FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
cpython/.github/CODEOWNERS at pythoncapi · pythoncapi/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
pythoncapi
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
cpython
/
.github
/
CODEOWNERS
Copy path
More file actions
More file actions
Latest commit
History
History
History
64 lines (48 loc) · 1.86 KB
Breadcrumbs
cpython
/
.github
/
CODEOWNERS
Copy path
File metadata and controls
64 lines (48 loc) · 1.86 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
#
See https://help.github.com/articles/about-codeowners/
#
for more info about CODEOWNERS file
#
It uses the same pattern rule for gitignore file
#
https://git-scm.com/docs/gitignore#_pattern_format
#
asyncio
**
/
*
asyncio
*
@
1st1
@
asvetlov
#
Core
**
/
*
context
*
@
1st1
**
/
*
genobject
*
@
1st1
**
/
*
hamt
*
@
1st1
#
Hashing
**
/
*
hashlib
*
@
python/crypto-team
**
/
*
pyhash
*
@
python/crypto-team
#
Import (including importlib).
#
Ignoring importlib.h so as to not get flagged on
#
all pull requests that change the the emitted
#
bytecode.
**
/
*
import
*
.c
@
python/import-team
**
/
*
import
*
.py
@
python/import-team
#
SSL
**
/
*
ssl
*
@
python/crypto-team
#
CSPRNG
Python
/
bootstrap_hash.c
@
python/crypto-team
#
Email and related
**
/
*
mail
*
@
python/email-team
**
/
*
smtp
*
@
python/email-team
**
/
*
mime
*
@
python/email-team
**
/
*
imap
*
@
python/email-team
**
/
*
poplib
*
@
python/email-team
#
subprocess
**
/
*
subprocess
*
@
gpshead
#
Windows
/
PC
/
@
python/windows-team
/
PCbuild
/
@
python/windows-team
#
Windows installer packages
/
Tools
/
msi
/
@
python/windows-team
/
Tools
/
nuget
/
@
python/windows-team
**
/
*
itertools
*
@
rhettinger
**
/
*
collections
*
@
rhettinger
**
/
*
random
*
@
rhettinger
**
/
*
queue
*
@
rhettinger
**
/
*
bisect
*
@
rhettinger
**
/
*
heapq
*
@
rhettinger
**
/
*
functools
*
@
ncoghlan
@
rhettinger
**
/
*
decimal
*
@
rhettinger
@
skrah
**
/
*
dataclasses
*
@
ericvsmith
**
/
*
idlelib
*
@
terryjreedy
**
/
*
typing
*
@
gvanrossum
@
ilevkivskyi
Back
|
FazBrowse Home
|
New Git URL