2017-08-01 05:56:12 +02:00
|
|
|
# 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
|
|
|
|
|
2022-10-08 09:11:38 +02:00
|
|
|
# GitHub
|
2023-04-09 09:43:01 +02:00
|
|
|
.github/** @ezio-melotti @hugovk
|
2022-10-08 09:11:38 +02:00
|
|
|
|
2023-05-08 16:03:52 +02:00
|
|
|
# pre-commit
|
|
|
|
.pre-commit-config.yaml @hugovk @AlexWaygood
|
2023-09-12 17:28:20 +02:00
|
|
|
.ruff.toml @hugovk @AlexWaygood
|
2023-05-08 16:03:52 +02:00
|
|
|
|
2023-01-22 23:02:15 +01:00
|
|
|
# Build system
|
2023-01-24 11:22:22 +01:00
|
|
|
configure* @erlend-aasland @corona10
|
2023-01-22 23:02:15 +01:00
|
|
|
|
2017-08-02 00:41:33 +02:00
|
|
|
# asyncio
|
2023-04-26 19:22:52 +02:00
|
|
|
**/*asyncio* @1st1 @asvetlov @gvanrossum @kumaraditya303 @willingc
|
2017-08-02 00:41:33 +02:00
|
|
|
|
|
|
|
# Core
|
2018-01-23 07:59:50 +01:00
|
|
|
**/*context* @1st1
|
2022-08-23 21:21:10 +02:00
|
|
|
**/*genobject* @markshannon
|
2018-01-23 07:59:50 +01:00
|
|
|
**/*hamt* @1st1
|
2024-01-30 01:29:54 +01:00
|
|
|
**/*jit* @brandtbucher
|
2019-12-04 10:07:02 +01:00
|
|
|
Objects/set* @rhettinger
|
2020-10-23 14:05:48 +02:00
|
|
|
Objects/dict* @methane @markshannon
|
2023-05-16 17:48:52 +02:00
|
|
|
Objects/typevarobject.c @JelleZijlstra
|
2020-10-23 14:05:48 +02:00
|
|
|
Objects/type* @markshannon
|
|
|
|
Objects/codeobject.c @markshannon
|
|
|
|
Objects/frameobject.c @markshannon
|
|
|
|
Objects/call.c @markshannon
|
2023-11-17 19:31:45 +01:00
|
|
|
Python/ceval*.c @markshannon @gvanrossum
|
|
|
|
Python/ceval*.h @markshannon @gvanrossum
|
2022-08-16 10:38:32 +02:00
|
|
|
Python/compile.c @markshannon @iritkatriel
|
2023-04-27 21:35:53 +02:00
|
|
|
Python/assemble.c @markshannon @iritkatriel
|
|
|
|
Python/flowgraph.c @markshannon @iritkatriel
|
2020-12-24 12:30:46 +01:00
|
|
|
Python/ast_opt.c @isidentical
|
2023-11-17 17:44:51 +01:00
|
|
|
Python/bytecodes.c @markshannon @gvanrossum
|
|
|
|
Python/optimizer*.c @markshannon @gvanrossum
|
2024-02-14 20:48:11 +01:00
|
|
|
Python/optimizer_analysis.c @Fidget-Spinner
|
2024-02-26 17:42:53 +01:00
|
|
|
Python/optimizer_bytecodes.c @Fidget-Spinner
|
2022-02-18 19:57:02 +01:00
|
|
|
Lib/test/test_patma.py @brandtbucher
|
2023-05-16 17:48:52 +02:00
|
|
|
Lib/test/test_type_*.py @JelleZijlstra
|
2023-11-17 17:44:51 +01:00
|
|
|
Lib/test/test_capi/test_misc.py @markshannon @gvanrossum
|
2023-12-13 17:29:40 +01:00
|
|
|
Tools/c-analyzer/ @ericsnowcurrently
|
2017-08-02 00:41:33 +02:00
|
|
|
|
2024-01-25 21:49:37 +01:00
|
|
|
# dbm
|
|
|
|
**/*dbm* @corona10 @erlend-aasland @serhiy-storchaka
|
|
|
|
|
2024-01-26 19:33:02 +01:00
|
|
|
# runtime state/lifecycle
|
|
|
|
**/*pylifecycle* @ericsnowcurrently
|
|
|
|
**/*pystate* @ericsnowcurrently
|
|
|
|
**/*preconfig* @ericsnowcurrently
|
|
|
|
**/*initconfig* @ericsnowcurrently
|
|
|
|
**/*pathconfig* @ericsnowcurrently
|
|
|
|
**/*sysmodule* @ericsnowcurrently
|
|
|
|
**/*bltinmodule* @ericsnowcurrently
|
|
|
|
**/*gil* @ericsnowcurrently
|
|
|
|
Include/internal/pycore_runtime.h @ericsnowcurrently
|
|
|
|
Include/internal/pycore_interp.h @ericsnowcurrently
|
|
|
|
Include/internal/pycore_tstate.h @ericsnowcurrently
|
|
|
|
Include/internal/pycore_*_state.h @ericsnowcurrently
|
|
|
|
Include/internal/pycore_*_init.h @ericsnowcurrently
|
|
|
|
Include/internal/pycore_atexit.h @ericsnowcurrently
|
|
|
|
Include/internal/pycore_freelist.h @ericsnowcurrently
|
|
|
|
Include/internal/pycore_global_objects.h @ericsnowcurrently
|
|
|
|
Include/internal/pycore_obmalloc.h @ericsnowcurrently
|
|
|
|
Include/internal/pycore_pymem.h @ericsnowcurrently
|
|
|
|
Modules/main.c @ericsnowcurrently
|
|
|
|
Programs/_bootstrap_python.c @ericsnowcurrently
|
|
|
|
Programs/python.c @ericsnowcurrently
|
|
|
|
Tools/build/generate_global_objects.py @ericsnowcurrently
|
|
|
|
|
2022-01-03 00:22:42 +01:00
|
|
|
# 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
|
|
|
|
|
2017-08-01 05:56:12 +02:00
|
|
|
# Hashing
|
2024-01-23 00:55:12 +01:00
|
|
|
**/*hashlib* @gpshead @tiran
|
|
|
|
**/*pyhash* @gpshead @tiran
|
|
|
|
**/sha* @gpshead @tiran
|
|
|
|
Modules/md5* @gpshead @tiran
|
|
|
|
**/*blake* @gpshead @tiran
|
|
|
|
Modules/_blake2/** @gpshead @tiran
|
|
|
|
Modules/_hacl/** @gpshead
|
2019-05-29 17:45:19 +02:00
|
|
|
|
2019-10-04 10:48:24 +02:00
|
|
|
# logging
|
|
|
|
**/*logging* @vsajip
|
|
|
|
|
|
|
|
# venv
|
|
|
|
**/*venv* @vsajip
|
|
|
|
|
|
|
|
# Launcher
|
|
|
|
/PC/launcher.c @vsajip
|
2017-08-01 05:56:12 +02:00
|
|
|
|
2018-09-15 05:14:16 +02:00
|
|
|
# HTML
|
|
|
|
/Lib/html/ @ezio-melotti
|
|
|
|
/Lib/_markupbase.py @ezio-melotti
|
|
|
|
/Lib/test/test_html*.py @ezio-melotti
|
2022-10-17 12:01:00 +02:00
|
|
|
/Tools/build/parse_html5_entities.py @ezio-melotti
|
2018-09-15 05:14:16 +02:00
|
|
|
|
2018-01-03 20:32:22 +01:00
|
|
|
# Import (including importlib).
|
2023-06-06 11:33:40 +02:00
|
|
|
**/*import* @brettcannon @ericsnowcurrently @ncoghlan @warsaw
|
2023-07-29 20:26:24 +02:00
|
|
|
/Python/import.c @kumaraditya303
|
2024-01-26 19:33:02 +01:00
|
|
|
Python/dynload_*.c @ericsnowcurrently
|
|
|
|
**/*freeze* @ericsnowcurrently
|
|
|
|
**/*frozen* @ericsnowcurrently
|
|
|
|
**/*modsupport* @ericsnowcurrently
|
|
|
|
**/*modulefinder* @ericsnowcurrently
|
|
|
|
**/*moduleobject* @ericsnowcurrently
|
|
|
|
**/*multiphase* @ericsnowcurrently
|
|
|
|
**/*pkgutil* @ericsnowcurrently
|
|
|
|
**/*pythonrun* @ericsnowcurrently
|
|
|
|
**/*runpy* @ericsnowcurrently
|
|
|
|
**/*singlephase* @ericsnowcurrently
|
|
|
|
Lib/test/test_module/ @ericsnowcurrently
|
|
|
|
Doc/c-api/module.rst @ericsnowcurrently
|
|
|
|
**/*importlib/resources/* @jaraco @warsaw @FFY00
|
2024-03-20 22:11:00 +01:00
|
|
|
**/*importlib/metadata/* @jaraco @warsaw
|
2018-01-03 20:32:22 +01:00
|
|
|
|
2019-06-18 20:57:45 +02:00
|
|
|
# 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
|
2023-07-02 00:27:18 +02:00
|
|
|
Include/internal/pycore_time.h @pganssle @abalkin
|
2019-06-18 20:57:45 +02:00
|
|
|
|
2017-08-03 00:50:50 +02:00
|
|
|
# Email and related
|
2019-05-30 16:59:01 +02:00
|
|
|
**/*mail* @python/email-team
|
2017-09-04 21:19:26 +02:00
|
|
|
**/*smtp* @python/email-team
|
|
|
|
**/*mime* @python/email-team
|
|
|
|
**/*imap* @python/email-team
|
|
|
|
**/*poplib* @python/email-team
|
2017-08-05 04:00:06 +02:00
|
|
|
|
2019-11-19 03:03:55 +01:00
|
|
|
# Garbage collector
|
|
|
|
/Modules/gcmodule.c @pablogsal
|
|
|
|
/Doc/library/gc.rst @pablogsal
|
|
|
|
|
2020-06-19 00:23:40 +02:00
|
|
|
# Parser
|
2020-07-01 11:47:35 +02:00
|
|
|
/Parser/ @pablogsal @lysnikolaou
|
|
|
|
/Tools/peg_generator/ @pablogsal @lysnikolaou
|
|
|
|
/Lib/test/test_peg_generator/ @pablogsal @lysnikolaou
|
2020-10-22 20:26:14 +02:00
|
|
|
/Grammar/python.gram @pablogsal @lysnikolaou
|
2023-05-23 01:27:10 +02:00
|
|
|
/Lib/tokenize.py @pablogsal @lysnikolaou
|
|
|
|
/Lib/test/test_tokenize.py @pablogsal @lysnikolaou
|
2019-04-24 22:25:23 +02:00
|
|
|
|
2023-11-17 17:44:51 +01:00
|
|
|
# Code generator
|
|
|
|
/Tools/cases_generator/ @gvanrossum
|
|
|
|
|
2020-12-24 12:30:46 +01:00
|
|
|
# AST
|
|
|
|
Python/ast.c @isidentical
|
|
|
|
Parser/asdl.py @isidentical
|
|
|
|
Parser/asdl_c.py @isidentical
|
|
|
|
Lib/ast.py @isidentical
|
|
|
|
|
2021-04-12 11:44:42 +02:00
|
|
|
# Mock
|
|
|
|
/Lib/unittest/mock.py @cjw296
|
2022-06-21 10:27:59 +02:00
|
|
|
/Lib/test/test_unittest/testmock/* @cjw296
|
2021-04-12 11:44:42 +02:00
|
|
|
|
2024-01-23 00:55:12 +01:00
|
|
|
# multiprocessing
|
|
|
|
**/*multiprocessing* @gpshead
|
|
|
|
|
2019-04-16 15:54:56 +02:00
|
|
|
# SQLite 3
|
2022-05-09 10:06:03 +02:00
|
|
|
**/*sqlite* @berkerpeksag @erlend-aasland
|
2019-04-16 15:54:56 +02:00
|
|
|
|
2017-08-05 04:00:06 +02:00
|
|
|
# subprocess
|
2019-09-13 15:36:26 +02:00
|
|
|
/Lib/subprocess.py @gpshead
|
|
|
|
/Lib/test/test_subprocess.py @gpshead
|
|
|
|
/Modules/*subprocess* @gpshead
|
2017-08-15 19:21:34 +02:00
|
|
|
|
2023-06-06 11:33:40 +02:00
|
|
|
# Limited C API & stable ABI
|
|
|
|
Tools/build/stable_abi.py @encukou
|
|
|
|
Misc/stable_abi.toml @encukou
|
|
|
|
Doc/data/*.abi @encukou
|
|
|
|
Doc/c-api/stable.rst @encukou
|
|
|
|
|
2017-08-15 19:21:34 +02:00
|
|
|
# Windows
|
|
|
|
/PC/ @python/windows-team
|
2017-09-25 18:58:10 +02:00
|
|
|
/PCbuild/ @python/windows-team
|
2017-08-15 19:21:34 +02:00
|
|
|
|
2019-04-16 15:54:56 +02:00
|
|
|
# Urllib
|
|
|
|
**/*robotparser* @berkerpeksag
|
|
|
|
|
2017-08-15 19:21:34 +02:00
|
|
|
# Windows installer packages
|
|
|
|
/Tools/msi/ @python/windows-team
|
|
|
|
/Tools/nuget/ @python/windows-team
|
2017-09-04 21:31:15 +02:00
|
|
|
|
2019-11-21 10:38:51 +01:00
|
|
|
# Misc
|
2017-09-04 21:31:15 +02:00
|
|
|
**/*itertools* @rhettinger
|
|
|
|
**/*collections* @rhettinger
|
|
|
|
**/*random* @rhettinger
|
2023-12-13 17:29:40 +01:00
|
|
|
**/*queue* @rhettinger
|
2017-09-04 21:31:15 +02:00
|
|
|
**/*bisect* @rhettinger
|
|
|
|
**/*heapq* @rhettinger
|
2018-10-21 06:22:15 +02:00
|
|
|
**/*functools* @rhettinger
|
2022-03-07 03:04:58 +01:00
|
|
|
**/*decimal* @rhettinger
|
2017-10-05 04:15:11 +02:00
|
|
|
|
2017-12-05 21:52:19 +01:00
|
|
|
**/*dataclasses* @ericvsmith
|
|
|
|
|
2023-12-24 12:09:50 +01:00
|
|
|
**/*ensurepip* @pfmoore @pradyunsg
|
|
|
|
|
2017-10-05 04:15:11 +02:00
|
|
|
**/*idlelib* @terryjreedy
|
2017-12-05 22:56:39 +01:00
|
|
|
|
2023-11-17 17:44:51 +01:00
|
|
|
**/*typing* @JelleZijlstra @AlexWaygood
|
2018-10-23 15:37:02 +02:00
|
|
|
|
2019-11-21 10:38:51 +01:00
|
|
|
**/*ftplib @giampaolo
|
|
|
|
**/*shutil @giampaolo
|
|
|
|
|
2019-11-22 23:28:41 +01:00
|
|
|
**/*enum* @ethanfurman
|
|
|
|
**/*cgi* @ethanfurman
|
2019-12-04 09:18:31 +01:00
|
|
|
**/*tarfile* @ethanfurman
|
2019-11-22 23:28:41 +01:00
|
|
|
|
2023-01-05 23:28:02 +01:00
|
|
|
**/*tomllib* @encukou @hauntsaninja
|
2022-03-08 09:26:13 +01:00
|
|
|
|
2022-11-09 04:27:13 +01:00
|
|
|
**/*sysconfig* @FFY00
|
|
|
|
|
2023-02-09 13:01:32 +01:00
|
|
|
**/*cjkcodecs* @corona10
|
|
|
|
|
2018-10-23 15:37:02 +02:00
|
|
|
# macOS
|
|
|
|
/Mac/ @python/macos-team
|
|
|
|
**/*osx_support* @python/macos-team
|
2022-03-30 20:34:29 +02:00
|
|
|
|
2023-01-06 21:38:12 +01:00
|
|
|
# pathlib
|
|
|
|
**/*pathlib* @barneygale
|
|
|
|
|
2022-11-26 15:44:13 +01:00
|
|
|
# zipfile.Path
|
2023-07-14 22:40:46 +02:00
|
|
|
**/*zipfile/_path/* @jaraco
|
2023-07-04 21:45:32 +02:00
|
|
|
|
|
|
|
# Argument Clinic
|
2024-01-31 12:28:23 +01:00
|
|
|
/Tools/clinic/** @erlend-aasland
|
|
|
|
/Lib/test/test_clinic.py @erlend-aasland
|
2023-07-18 00:10:03 +02:00
|
|
|
Doc/howto/clinic.rst @erlend-aasland
|
2023-09-08 07:37:29 +02:00
|
|
|
|
2023-12-13 17:29:40 +01:00
|
|
|
# Subinterpreters
|
2024-01-26 19:33:02 +01:00
|
|
|
**/*interpreteridobject.* @ericsnowcurrently
|
|
|
|
**/*crossinterp* @ericsnowcurrently
|
2023-12-13 17:29:40 +01:00
|
|
|
Lib/test/support/interpreters/ @ericsnowcurrently
|
|
|
|
Modules/_xx*interp*module.c @ericsnowcurrently
|
|
|
|
Lib/test/test_interpreters/ @ericsnowcurrently
|
|
|
|
|
2023-09-08 07:37:29 +02:00
|
|
|
# WebAssembly
|
|
|
|
/Tools/wasm/ @brettcannon
|
2023-12-07 17:01:58 +01:00
|
|
|
|
|
|
|
# SBOM
|
2024-02-29 16:38:04 +01:00
|
|
|
/Misc/externals.spdx.json @sethmlarson
|
2023-12-07 17:01:58 +01:00
|
|
|
/Misc/sbom.spdx.json @sethmlarson
|
|
|
|
/Tools/build/generate_sbom.py @sethmlarson
|
2024-02-26 17:11:38 +01:00
|
|
|
|
|
|
|
# Config Parser
|
|
|
|
Lib/configparser.py @jaraco
|
|
|
|
Lib/test/test_configparser.py @jaraco
|