mirror of
https://github.com/python/cpython.git
synced 2025-12-11 11:31:05 +00:00
Further CODEOWNERS listings for Adam Turner (#137483)
This commit is contained in:
parent
f0a3c6ebc9
commit
ffb5a5372d
1 changed files with 42 additions and 9 deletions
51
.github/CODEOWNERS
vendored
51
.github/CODEOWNERS
vendored
|
|
@ -4,17 +4,23 @@
|
||||||
# It uses the same pattern rule for gitignore file
|
# It uses the same pattern rule for gitignore file
|
||||||
# https://git-scm.com/docs/gitignore#_pattern_format
|
# https://git-scm.com/docs/gitignore#_pattern_format
|
||||||
|
|
||||||
# GitHub
|
# Azure Pipelines
|
||||||
|
.azure-pipelines/ @AA-Turner
|
||||||
|
|
||||||
|
# GitHub & related scripts
|
||||||
.github/** @ezio-melotti @hugovk @AA-Turner
|
.github/** @ezio-melotti @hugovk @AA-Turner
|
||||||
|
Tools/build/compute-changes.py @AA-Turner
|
||||||
|
Tools/build/verify_ensurepip_wheels.py @AA-Turner
|
||||||
|
|
||||||
# pre-commit
|
# pre-commit
|
||||||
.pre-commit-config.yaml @hugovk
|
.pre-commit-config.yaml @hugovk
|
||||||
.ruff.toml @hugovk @AlexWaygood @AA-Turner
|
.ruff.toml @hugovk @AlexWaygood @AA-Turner
|
||||||
|
|
||||||
# Build system
|
# Build system (autotools)
|
||||||
configure* @erlend-aasland @corona10
|
configure* @erlend-aasland @corona10 @AA-Turner
|
||||||
Makefile.pre.in @erlend-aasland
|
Makefile.pre.in @erlend-aasland @AA-Turner
|
||||||
Modules/Setup* @erlend-aasland
|
Modules/Setup* @erlend-aasland @AA-Turner
|
||||||
|
Tools/build/regen-configure.sh @AA-Turner
|
||||||
|
|
||||||
# argparse
|
# argparse
|
||||||
**/*argparse* @savannahostrowski
|
**/*argparse* @savannahostrowski
|
||||||
|
|
@ -67,6 +73,7 @@ Doc/make.bat @AA-Turner @hugovk
|
||||||
Doc/requirements.txt @AA-Turner @hugovk
|
Doc/requirements.txt @AA-Turner @hugovk
|
||||||
Doc/_static/** @AA-Turner @hugovk
|
Doc/_static/** @AA-Turner @hugovk
|
||||||
Doc/tools/** @AA-Turner @hugovk
|
Doc/tools/** @AA-Turner @hugovk
|
||||||
|
.readthedocs.yml @AA-Turner
|
||||||
|
|
||||||
# runtime state/lifecycle
|
# runtime state/lifecycle
|
||||||
**/*pylifecycle* @ericsnowcurrently @ZeroIntensity
|
**/*pylifecycle* @ericsnowcurrently @ZeroIntensity
|
||||||
|
|
@ -155,6 +162,10 @@ Doc/c-api/module.rst @ericsnowcurrently
|
||||||
**/*importlib/resources/* @jaraco @warsaw @FFY00
|
**/*importlib/resources/* @jaraco @warsaw @FFY00
|
||||||
**/*importlib/metadata/* @jaraco @warsaw
|
**/*importlib/metadata/* @jaraco @warsaw
|
||||||
|
|
||||||
|
# Calendar
|
||||||
|
Lib/calendar.py @AA-Turner
|
||||||
|
Lib/test/test_calendar.py @AA-Turner
|
||||||
|
|
||||||
# Dates and times
|
# Dates and times
|
||||||
**/*datetime* @pganssle @abalkin
|
**/*datetime* @pganssle @abalkin
|
||||||
**/*str*time* @pganssle @abalkin
|
**/*str*time* @pganssle @abalkin
|
||||||
|
|
@ -205,6 +216,11 @@ Lib/test/test_ast/ @eclips4 @tomasr8
|
||||||
# multiprocessing
|
# multiprocessing
|
||||||
**/*multiprocessing* @gpshead
|
**/*multiprocessing* @gpshead
|
||||||
|
|
||||||
|
# pydoc
|
||||||
|
Lib/pydoc.py @AA-Turner
|
||||||
|
Lib/pydoc_data/ @AA-Turner
|
||||||
|
Lib/test/test_pydoc/ @AA-Turner
|
||||||
|
|
||||||
# SQLite 3
|
# SQLite 3
|
||||||
**/*sqlite* @berkerpeksag @erlend-aasland
|
**/*sqlite* @berkerpeksag @erlend-aasland
|
||||||
|
|
||||||
|
|
@ -217,6 +233,11 @@ Lib/test/test_ast/ @eclips4 @tomasr8
|
||||||
**/*pdb* @gaogaotiantian
|
**/*pdb* @gaogaotiantian
|
||||||
**/*bdb* @gaogaotiantian
|
**/*bdb* @gaogaotiantian
|
||||||
|
|
||||||
|
# types
|
||||||
|
Lib/test/test_types.py @AA-Turner
|
||||||
|
Lib/types.py @AA-Turner
|
||||||
|
Modules/_typesmodule.c @AA-Turner
|
||||||
|
|
||||||
# Limited C API & stable ABI
|
# Limited C API & stable ABI
|
||||||
Tools/build/stable_abi.py @encukou
|
Tools/build/stable_abi.py @encukou
|
||||||
Misc/stable_abi.toml @encukou
|
Misc/stable_abi.toml @encukou
|
||||||
|
|
@ -234,6 +255,11 @@ Doc/c-api/stable.rst @encukou
|
||||||
/Tools/msi/ @python/windows-team
|
/Tools/msi/ @python/windows-team
|
||||||
/Tools/nuget/ @python/windows-team
|
/Tools/nuget/ @python/windows-team
|
||||||
|
|
||||||
|
# Zstandard
|
||||||
|
Lib/compression/zstd/ @AA-Turner
|
||||||
|
Lib/test/test_zstd.py @AA-Turner
|
||||||
|
Modules/_zstd/ @AA-Turner
|
||||||
|
|
||||||
# Misc
|
# Misc
|
||||||
**/*itertools* @rhettinger
|
**/*itertools* @rhettinger
|
||||||
**/*collections* @rhettinger
|
**/*collections* @rhettinger
|
||||||
|
|
@ -266,6 +292,9 @@ Doc/c-api/stable.rst @encukou
|
||||||
|
|
||||||
**/*cjkcodecs* @corona10
|
**/*cjkcodecs* @corona10
|
||||||
|
|
||||||
|
# Patchcheck
|
||||||
|
Tools/patchcheck/ @AA-Turner
|
||||||
|
|
||||||
# macOS
|
# macOS
|
||||||
/Mac/ @python/macos-team
|
/Mac/ @python/macos-team
|
||||||
**/*osx_support* @python/macos-team
|
**/*osx_support* @python/macos-team
|
||||||
|
|
@ -277,9 +306,9 @@ Doc/c-api/stable.rst @encukou
|
||||||
**/*zipfile/_path/* @jaraco
|
**/*zipfile/_path/* @jaraco
|
||||||
|
|
||||||
# Argument Clinic
|
# Argument Clinic
|
||||||
/Tools/clinic/** @erlend-aasland
|
/Tools/clinic/** @erlend-aasland @AA-Turner
|
||||||
/Lib/test/test_clinic.py @erlend-aasland
|
/Lib/test/test_clinic.py @erlend-aasland @AA-Turner
|
||||||
Doc/howto/clinic.rst @erlend-aasland
|
Doc/howto/clinic.rst @erlend-aasland @AA-Turner
|
||||||
|
|
||||||
# Subinterpreters
|
# Subinterpreters
|
||||||
**/*interpreteridobject.* @ericsnowcurrently
|
**/*interpreteridobject.* @ericsnowcurrently
|
||||||
|
|
@ -323,6 +352,7 @@ Lib/test/test_configparser.py @jaraco
|
||||||
|
|
||||||
# Doc sections
|
# Doc sections
|
||||||
Doc/reference/ @willingc @AA-Turner
|
Doc/reference/ @willingc @AA-Turner
|
||||||
|
Doc/whatsnew/ @AA-Turner
|
||||||
|
|
||||||
**/*weakref* @kumaraditya303
|
**/*weakref* @kumaraditya303
|
||||||
|
|
||||||
|
|
@ -336,7 +366,7 @@ Modules/_xxtestfuzz/ @ammaraskar
|
||||||
# t-strings
|
# t-strings
|
||||||
**/*interpolationobject* @lysnikolaou
|
**/*interpolationobject* @lysnikolaou
|
||||||
**/*templateobject* @lysnikolaou
|
**/*templateobject* @lysnikolaou
|
||||||
**/*templatelib* @lysnikolaou
|
**/*templatelib* @lysnikolaou @AA-Turner
|
||||||
**/*tstring* @lysnikolaou
|
**/*tstring* @lysnikolaou
|
||||||
|
|
||||||
# Remote debugging
|
# Remote debugging
|
||||||
|
|
@ -346,3 +376,6 @@ Modules/_remote_debugging_module.c @pablogsal @ambv @1st1
|
||||||
|
|
||||||
# gettext
|
# gettext
|
||||||
**/*gettext* @tomasr8
|
**/*gettext* @tomasr8
|
||||||
|
|
||||||
|
# Internal Docs
|
||||||
|
InternalDocs/ @AA-Turner
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue