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
|
|
|
|
**/*asyncio* @1st1
|
|
|
|
|
|
|
|
# Core
|
|
|
|
**/*genobject* @1st1
|
|
|
|
|
2017-08-01 00:56:12 -03:00
|
|
|
# Hashing
|
|
|
|
**/*hashlib* @tiran
|
|
|
|
**/*pyhash* @tiran
|
|
|
|
|
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
|
|
|
|
**/*ssl* @tiran
|
2017-08-02 19:50:50 -03:00
|
|
|
|
|
|
|
# Email and related
|
|
|
|
**/*mail* @bitdancer
|
|
|
|
**/*smtp* @bitdancer
|
|
|
|
**/*mime* @bitdancer
|
|
|
|
**/*imap* @bitdancer
|
|
|
|
**/*poplib* @bitdancer
|
2017-08-04 23:00:06 -03:00
|
|
|
|
|
|
|
# subprocess
|
|
|
|
**/*subprocess* @gpshead
|
2017-08-15 14:21:34 -03:00
|
|
|
|
|
|
|
# Windows
|
|
|
|
/PC/ @python/windows-team
|
|
|
|
/PCBuild/ @python/windows-team
|
|
|
|
|
|
|
|
# Windows installer packages
|
|
|
|
/Tools/msi/ @python/windows-team
|
|
|
|
/Tools/nuget/ @python/windows-team
|