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
|
|
|
|
|
2017-08-02 00:41:33 +02:00
|
|
|
# asyncio
|
2017-12-18 17:20:42 +01:00
|
|
|
**/*asyncio* @1st1 @asvetlov
|
2017-08-02 00:41:33 +02:00
|
|
|
|
|
|
|
# Core
|
2018-01-23 07:59:50 +01:00
|
|
|
**/*context* @1st1
|
2017-08-02 00:41:33 +02:00
|
|
|
**/*genobject* @1st1
|
2018-01-23 07:59:50 +01:00
|
|
|
**/*hamt* @1st1
|
2019-03-30 03:08:17 +01:00
|
|
|
Objects/dict* @methane
|
2017-08-02 00:41:33 +02:00
|
|
|
|
2017-08-01 05:56:12 +02:00
|
|
|
# Hashing
|
2019-05-29 17:45:19 +02:00
|
|
|
**/*hashlib* @python/crypto-team @tiran
|
|
|
|
**/*pyhash* @python/crypto-team @tiran
|
|
|
|
**/*sha* @python/crypto-team @tiran
|
|
|
|
**/*md5* @python/crypto-team @tiran
|
|
|
|
**/*blake* @python/crypto-team @tiran
|
|
|
|
/Modules/_blake2/** @python/crypto-team @tiran
|
|
|
|
/Modules/_sha3/** @python/crypto-team @tiran
|
|
|
|
|
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
|
|
|
|
|
2018-01-03 20:32:22 +01:00
|
|
|
# Import (including importlib).
|
|
|
|
# Ignoring importlib.h so as to not get flagged on
|
2019-03-08 02:09:40 +01:00
|
|
|
# all pull requests that change the emitted
|
2018-01-03 20:32:22 +01:00
|
|
|
# bytecode.
|
2019-05-06 19:44:49 +02:00
|
|
|
**/*import*.c @brettcannon @encukou @ericsnowcurrently @ncoghlan @warsaw
|
|
|
|
**/*import*.py @brettcannon @encukou @ericsnowcurrently @ncoghlan @warsaw
|
2018-01-03 20:32:22 +01:00
|
|
|
|
2017-08-01 23:51:17 +02:00
|
|
|
|
2017-08-01 05:56:12 +02:00
|
|
|
# SSL
|
2019-05-29 17:45:19 +02:00
|
|
|
**/*ssl* @python/crypto-team @tiran
|
|
|
|
**/*.pem @python/crypto-team @tiran
|
2017-09-04 19:40:45 +02:00
|
|
|
|
|
|
|
# CSPRNG
|
2019-05-29 17:45:19 +02:00
|
|
|
Python/bootstrap_hash.c @python/crypto-team @tiran
|
2017-08-03 00:50:50 +02: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
|
|
|
|
Include/pytime.h @pganssle @abalkin
|
|
|
|
|
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
|
|
|
|
|
2019-04-24 22:25:23 +02:00
|
|
|
# Parser/Pgen
|
|
|
|
/Parser/pgen/ @pablogsal
|
|
|
|
|
2019-04-16 15:54:56 +02:00
|
|
|
# SQLite 3
|
|
|
|
**/*sqlite* @berkerpeksag
|
|
|
|
|
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
|
|
|
|
|
|
|
# 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
|
|
|
|
|
|
|
**/*itertools* @rhettinger
|
|
|
|
**/*collections* @rhettinger
|
|
|
|
**/*random* @rhettinger
|
|
|
|
**/*queue* @rhettinger
|
|
|
|
**/*bisect* @rhettinger
|
|
|
|
**/*heapq* @rhettinger
|
2018-10-21 06:22:15 +02:00
|
|
|
**/*functools* @rhettinger
|
2017-09-04 21:31:15 +02:00
|
|
|
**/*decimal* @rhettinger @skrah
|
2017-10-05 04:15:11 +02:00
|
|
|
|
2017-12-05 21:52:19 +01:00
|
|
|
**/*dataclasses* @ericvsmith
|
|
|
|
|
2017-10-05 04:15:11 +02:00
|
|
|
**/*idlelib* @terryjreedy
|
2017-12-05 22:56:39 +01:00
|
|
|
|
|
|
|
**/*typing* @gvanrossum @ilevkivskyi
|
2018-10-23 15:37:02 +02:00
|
|
|
|
|
|
|
# macOS
|
|
|
|
/Mac/ @python/macos-team
|
|
|
|
**/*osx_support* @python/macos-team
|