summaryrefslogtreecommitdiffstats
path: root/.github/CODEOWNERS
Commit message (Collapse)AuthorAgeFilesLines
* Add CODEOWNERS entry for pathlib (GH-32202)Brett Cannon2022-03-301-0/+3
|
* bpo-40059: Add tomllib (PEP-680) (GH-31498)Taneli Hukkinen2022-03-081-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a new standard library module, `tomllib`, for parsing TOML. The implementation is based on Tomli (https://github.com/hukkin/tomli). ## Steps taken (converting `tomli` to `tomllib`) - Move everything in `tomli:src/tomli` to `Lib/tomllib`. Exclude `py.typed`. - Remove `__version__ = ...` line from `Lib/tomllib/__init__.py` - Move everything in `tomli:tests` to `Lib/test/test_tomllib`. Exclude the following test data dirs recursively: - `tomli:tests/data/invalid/_external/` - `tomli:tests/data/valid/_external/` - Create `Lib/test/test_tomllib/__main__.py`: ```python import unittest from . import load_tests unittest.main() ``` - Add the following to `Lib/test/test_tomllib/__init__.py`: ```python import os from test.support import load_package_tests def load_tests(*args): return load_package_tests(os.path.dirname(__file__), *args) ``` Also change `import tomli as tomllib` to `import tomllib`. - In `cpython/Lib/tomllib/_parser.py` replace `__fp` with `fp` and `__s` with `s`. Add the `/` to `load` and `loads` function signatures. - Run `make regen-stdlib-module-names` - Create `Doc/library/tomllib.rst` and reference it in `Doc/library/fileformats.rst`
* Clean up CODEOWNERS (#31715)Jelle Zijlstra2022-03-071-16/+8
| | | crypto-team apparently doesn't exist and skrah no longer has write access. Thanks @isidentical for noticing this.
* "Own" pattern matching and peepholing (GH-31412)Brandt Bucher2022-02-181-0/+2
|
* Become a CODEOWNER for typing (#31374)Jelle Zijlstra2022-02-161-1/+1
|
* bpo-46219, 46221: simplify except* implementation following exc_info ↵Irit Katriel2022-01-021-0/+8
| | | | changes. Move helpers to exceptions.c. Do not assume that exception groups are truthy. (GH-30289)
* Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" ↵Victor Stinner2021-12-071-0/+2
| | | | | (GH-29951) This reverts commit 9bf2cbc4c498812e14f20d86acb61c53928a5a57.
* bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)Victor Stinner2021-11-151-2/+0
| | | | | | | | | | | | | | | | Remove the asyncore and asynchat modules, deprecated in Python 3.6: use the asyncio module instead. Remove the smtpd module, deprecated in Python 3.6: the aiosmtpd module can be used instead, it is based on asyncio. * Remove asyncore, asynchat and smtpd documentation * Remove test_asyncore, test_asynchat and test_smtpd * Rename Lib/asynchat.py to Lib/test/support/_asynchat.py * Rename Lib/asyncore.py to Lib/test/support/_asyncore.py * Rename Lib/smtpd.py to Lib/test/support/_smtpd.py * Remove DeprecationWarning from private _asyncore, _asynchat and _smtpd modules * _smtpd: remove deprecated properties
* Replace @ilevkivskyi with @Fidget-Spinner as typing code owner (#27210)Łukasz Langa2021-07-171-1/+1
|
* Removing myself from ssl code ownership (GH-26529)Christian Heimes2021-06-041-3/+3
| | | | | I'm taking a break. Signed-off-by: Christian Heimes <christian@python.org>
* try and get a peak at mock-related PRs before they land (#25356)Chris Withers2021-04-121-0/+4
|
* GH: Add isidentical to the CODEOWNERS (GH-23923)Batuhan Taskaya2020-12-241-0/+7
|
* Add Mark Shannon to CODEOWNERS. (#22914)Mark Shannon2020-10-231-2/+8
|
* Add CODEOWNERS for the Grammar file (GH-22898)Lysandros Nikolaou2020-10-221-0/+1
|
* Add lysnikolaou to CODEOWNERS for the new parser (GH-21252)Lysandros Nikolaou2020-07-011-3/+3
|
* Update CODEOWNERS to account for the new parser location (GH-20971)Pablo Galindo2020-06-181-3/+3
|
* Add @pablogsal as code owner for pegen-related files (GH-19665)Pablo Galindo2020-04-221-0/+2
|
* Add setobject.c (GH-17463)Raymond Hettinger2019-12-041-0/+1
|
* add @ethanfurman for tarfile (GH-17461)Ethan Furman2019-12-041-0/+1
|
* Update CODEOWNERS (#17356)Ethan Furman2019-11-221-0/+3
| | | Add Ethan Furman for enum, cgi, and cgitb.
* CODEOWNERS: add myself for asyncore/chat, ftplib and shutil modules (#17313)Giampaolo Rodola2019-11-211-0/+6
|
* Add @pablogsal to code owners file for the garbage collector (GH-17248)Pablo Galindo2019-11-191-0/+4
| | | | | Add myself to the codeowners file as I would like to be automatically added as a reviewer for PRs that touch that component and its documentation.
* Updated CODEOWNERS to indicate ownership of some modules. (GH-16578)Vinay Sajip2019-10-041-0/+8
|
* Adjust code ownership so @gpshead don't get asyncio subprocess PRs. (GH-16100)Gregory P. Smith2019-09-131-1/+3
|
* Add pganssle to CODEOWNERS and ACKS (GH-14138)Paul Ganssle2019-06-181-0/+9
| | | Also adds abalkin to CODEOWNERS for date and time related files.
* Revert adding @maxking to CODEOWNERS file (GH-13660)Brett Cannon2019-05-301-1/+1
| | | This reverts commit 71dc7c5fbd856df83202f39c1f41ccd07c6eceb7. Turns out you must have write access for CODEOWNERS to work.
* Add my to code owner for more areas (#13650)Christian Heimes2019-05-291-4/+11
|
* Add @maxking to CODEOWNERS file (GH-13599)Abhilash Raj2019-05-281-1/+1
|
* Unroll import-team in CODEOWNERS (#13118)Brett Cannon2019-05-061-2/+2
|
* Add @pablogsal to code owners file for Parser/pgen (GH-12944)Pablo Galindo2019-04-241-0/+3
| | | | | Add myself to the codeowners file as I would like to be automatically added as a reviewer for PRs that touch that component.
* Add myself to CODEOWNERS for sqlite3 and urllib.robotparser (GH-12856)Berker Peksag2019-04-161-0/+6
|
* github: assign @methane to dict owner (GH-12617)Inada Naoki2019-03-301-0/+1
|
* Fix typo (double 'the') in CODEOWNERS (GH-12227)Benedikt Werner2019-03-081-1/+1
|
* Add macos-team as a code owner (GH-10045)Ned Deily2018-10-231-0/+4
|
* Update codeowners to match experts list change (#10022)Nick Coghlan2018-10-211-1/+1
|
* Add myself for HTML-related modules (#9325)Ezio Melotti2018-09-151-0/+5
|
* Add myself as hamt/context (PEP 567) code owner (#5276)Yury Selivanov2018-01-231-0/+2
|
* Ignore importlib.h for automatic review requests from the import team. (GH-5087)Brett Cannon2018-01-031-2/+7
| | | | Otherwise the import team gets flagged for reviews any time the bytecode for importlib.h changes (e.g new bytecode, optimizations, etc.).
* Add @asvetlov to asyncio codeowners (#4917)Andrew Svetlov2017-12-181-1/+1
|
* Add Guido and Ivan as owners for typing.py (#4729)Guido van Rossum2017-12-051-0/+2
|
* Add dataclasses to CODEOWNERS. (GH-4730)Eric V. Smith2017-12-051-0/+2
|
* Add self and idlelib to CODEOWNERS file. (#3889)Terry Jan Reedy2017-10-051-0/+2
| | | Followed format of other entries.
* bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711)Stefan Grönke2017-09-251-1/+1
|
* Add references to modules I am responsible for (#3291)Raymond Hettinger2017-09-041-0/+9
|
* Use a team to maintain the email related packages. (#3290)Barry Warsaw2017-09-041-5/+5
|
* Change code owners for hashlib and ssl to the crypto team (#3284)Alex Gaynor2017-09-041-3/+6
| | | | | | * Change code owners for hashlib and ssl to the crypto team * Include the core CSPRNG for the crypto-team
* Add Windows team as a codeowner for Windows-specific files (#3089)Steve Dower2017-08-151-0/+8
|
* add myself to CODEOWNERS for subprocess. (#3005)Gregory P. Smith2017-08-051-0/+3
|
* Notify the import-team on import-related PRs (GH-3002)Brett Cannon2017-08-041-1/+1
|
* Add @bitdancer as codeowner of email related stuff. (GH-2987)R. David Murray2017-08-021-0/+7
|