FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
cpython/.github/CODEOWNERS at 3.11 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
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
158 lines (126 loc) · 4.8 KB
Breadcrumbs
cpython
/
.github
/
CODEOWNERS
Copy path
File metadata and controls
158 lines (126 loc) · 4.8 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
#
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
#
GitHub
.github
/
**
@
ezio-melotti
@
hugovk
#
pre-commit
.pre-commit-config.yaml
@
hugovk
@
AlexWaygood
.ruff.toml
@
hugovk
@
AlexWaygood
#
asyncio
**
/
*
asyncio
*
@
1st1
@
asvetlov
#
Core
**
/
*
context
*
@
1st1
**
/
*
genobject
*
@
1st1
@
markshannon
**
/
*
hamt
*
@
1st1
Objects
/
set
*
@
rhettinger
Objects
/
dict
*
@
methane
@
markshannon
Objects
/
type
*
@
markshannon
Objects
/
codeobject.c
@
markshannon
Objects
/
frameobject.c
@
markshannon
Objects
/
call.c
@
markshannon
Python
/
ceval.c
@
markshannon
Python
/
compile.c
@
markshannon
Python
/
ast_opt.c
@
isidentical
Lib
/
test
/
test_patma.py
@
brandtbucher
Lib
/
test
/
test_peepholer.py
@
brandtbucher
#
Exceptions
Lib
/
traceback.py
@
iritkatriel
Lib
/
test
/
test_except
*
.py
@
iritkatriel
Lib
/
test
/
test_traceback.py
@
iritkatriel
Objects
/
exceptions.c
@
iritkatriel
Python
/
traceback.c
@
iritkatriel
Python
/
pythonrun.c
@
iritkatriel
#
Hashing
**
/
*
hashlib
*
@
tiran
**
/
*
pyhash
*
@
tiran
**
/
*
sha
*
@
tiran
**
/
*
md5
*
@
tiran
**
/
*
blake
*
@
tiran
/
Modules
/
_blake2
/
**
@
tiran
/
Modules
/
_sha3
/
**
@
tiran
#
logging
**
/
*
logging
*
@
vsajip
#
venv
**
/
*
venv
*
@
vsajip
#
Launcher
/
PC
/
launcher.c
@
vsajip
#
HTML
/
Lib
/
html
/
@
ezio-melotti
/
Lib
/
_markupbase.py
@
ezio-melotti
/
Lib
/
test
/
test_html
*
.py
@
ezio-melotti
#
Import (including importlib).
#
Ignoring importlib.h so as to not get flagged on
#
all pull requests that change the emitted
#
bytecode.
**
/
*
import
*
.c
@
brettcannon
@
encukou
@
ericsnowcurrently
@
ncoghlan
@
warsaw
**
/
*
import
*
.py
@
brettcannon
@
encukou
@
ericsnowcurrently
@
ncoghlan
@
warsaw
#
Dates and times
**
/
*
datetime
*
@
pganssle
@
abalkin
**
/
*
str
*
time
*
@
pganssle
@
abalkin
Doc
/
library
/
time.rst
@
pganssle
@
abalkin
Lib
/
test
/
test_time.py
@
pganssle
@
abalkin
Modules
/
timemodule.c
@
pganssle
@
abalkin
Python
/
pytime.c
@
pganssle
@
abalkin
Include
/
pytime.h
@
pganssle
@
abalkin
#
Email and related
**
/
*
mail
*
@
python/email-team
**
/
*
smtp
*
@
python/email-team
**
/
*
mime
*
@
python/email-team
**
/
*
imap
*
@
python/email-team
**
/
*
poplib
*
@
python/email-team
#
Garbage collector
/
Modules
/
gcmodule.c
@
pablogsal
/
Doc
/
library
/
gc.rst
@
pablogsal
#
Parser
/
Parser
/
@
pablogsal
@
lysnikolaou
/
Tools
/
peg_generator
/
@
pablogsal
@
lysnikolaou
/
Lib
/
test
/
test_peg_generator
/
@
pablogsal
@
lysnikolaou
/
Grammar
/
python.gram
@
pablogsal
@
lysnikolaou
#
AST
Python
/
ast.c
@
isidentical
Parser
/
asdl.py
@
isidentical
Parser
/
asdl_c.py
@
isidentical
Lib
/
ast.py
@
isidentical
#
Mock
/
Lib
/
unittest
/
mock.py
@
cjw296
/
Lib
/
unittest
/
test
/
testmock
/
*
@
cjw296
#
SQLite 3
**
/
*
sqlite
*
@
berkerpeksag
@
erlend-aasland
#
subprocess
/
Lib
/
subprocess.py
@
gpshead
/
Lib
/
test
/
test_subprocess.py
@
gpshead
/
Modules
/
*
subprocess
*
@
gpshead
#
Windows
/
PC
/
@
python/windows-team
/
PCbuild
/
@
python/windows-team
#
Urllib
**
/
*
robotparser
*
@
berkerpeksag
#
Windows installer packages
/
Tools
/
msi
/
@
python/windows-team
/
Tools
/
nuget
/
@
python/windows-team
#
Misc
**
/
*
itertools
*
@
rhettinger
**
/
*
collections
*
@
rhettinger
**
/
*
random
*
@
rhettinger
**
/
*
queue
*
@
rhettinger
**
/
*
bisect
*
@
rhettinger
**
/
*
heapq
*
@
rhettinger
**
/
*
functools
*
@
rhettinger
**
/
*
decimal
*
@
rhettinger
**
/
*
dataclasses
*
@
ericvsmith
**
/
*
idlelib
*
@
terryjreedy
**
/
*
typing
*
@
gvanrossum
@
JelleZijlstra
@
AlexWaygood
**
/
*
asyncore
@
giampaolo
**
/
*
asynchat
@
giampaolo
**
/
*
ftplib
@
giampaolo
**
/
*
shutil
@
giampaolo
**
/
*
enum
*
@
ethanfurman
**
/
*
cgi
*
@
ethanfurman
**
/
*
tarfile
*
@
ethanfurman
**
/
*
tomllib
*
@
encukou
#
macOS
/
Mac
/
@
python/macos-team
**
/
*
osx_support
*
@
python/macos-team
#
pathlib
**
/
*
pathlib
*
@
brettcannon
Back
|
FazBrowse Home
|
New Git URL