2017-08-01 00:56:12 -03: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-01 19:41:33 -03:00
|
|
|
# asyncio
|
2017-12-18 12:20:42 -04:00
|
|
|
**/*asyncio* @1st1 @asvetlov
|
2017-08-01 19:41:33 -03:00
|
|
|
|
|
|
|
# Core
|
|
|
|
**/*genobject* @1st1
|
|
|
|
|
2017-08-01 00:56:12 -03:00
|
|
|
# Hashing
|
2017-09-04 14:40:45 -03:00
|
|
|
**/*hashlib* @python/crypto-team
|
|
|
|
**/*pyhash* @python/crypto-team
|
2017-08-01 00:56:12 -03:00
|
|
|
|
2017-08-01 18:51:17 -03:00
|
|
|
# Import (including importlib)
|
2017-08-04 18:14:32 -03:00
|
|
|
**/*import* @python/import-team
|
2017-08-01 18:51:17 -03:00
|
|
|
|
2017-08-01 00:56:12 -03:00
|
|
|
# SSL
|
2017-09-04 14:40:45 -03:00
|
|
|
**/*ssl* @python/crypto-team
|
|
|
|
|
|
|
|
# CSPRNG
|
|
|
|
Python/bootstrap_hash.c @python/crypto-team
|
2017-08-02 19:50:50 -03:00
|
|
|
|
|
|
|
# Email and related
|
2017-09-04 16:19:26 -03:00
|
|
|
**/*mail* @python/email-team
|
|
|
|
**/*smtp* @python/email-team
|
|
|
|
**/*mime* @python/email-team
|
|
|
|
**/*imap* @python/email-team
|
|
|
|
**/*poplib* @python/email-team
|
2017-08-04 23:00:06 -03:00
|
|
|
|
|
|
|
# subprocess
|
|
|
|
**/*subprocess* @gpshead
|
2017-08-15 14:21:34 -03:00
|
|
|
|
|
|
|
# Windows
|
|
|
|
/PC/ @python/windows-team
|
2017-09-25 13:58:10 -03:00
|
|
|
/PCbuild/ @python/windows-team
|
2017-08-15 14:21:34 -03:00
|
|
|
|
|
|
|
# Windows installer packages
|
|
|
|
/Tools/msi/ @python/windows-team
|
|
|
|
/Tools/nuget/ @python/windows-team
|
2017-09-04 16:31:15 -03:00
|
|
|
|
|
|
|
**/*itertools* @rhettinger
|
|
|
|
**/*collections* @rhettinger
|
|
|
|
**/*random* @rhettinger
|
|
|
|
**/*queue* @rhettinger
|
|
|
|
**/*bisect* @rhettinger
|
|
|
|
**/*heapq* @rhettinger
|
|
|
|
**/*functools* @ncoghlan @rhettinger
|
|
|
|
**/*decimal* @rhettinger @skrah
|
2017-10-04 23:15:11 -03:00
|
|
|
|
2017-12-05 16:52:19 -04:00
|
|
|
**/*dataclasses* @ericvsmith
|
|
|
|
|
2017-10-04 23:15:11 -03:00
|
|
|
**/*idlelib* @terryjreedy
|
2017-12-05 17:56:39 -04:00
|
|
|
|
|
|
|
**/*typing* @gvanrossum @ilevkivskyi
|