Irit Katriel
65e7c1f90e
bpo-46219, 46221: simplify except* implementation following exc_info changes. Move helpers to exceptions.c. Do not assume that exception groups are truthy. (GH-30289)
2022-01-02 23:22:42 +00:00
Victor Stinner
cf7eaa4617
Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-29951)
...
This reverts commit 9bf2cbc4c4
.
2021-12-07 12:31:04 +01:00
Victor Stinner
9bf2cbc4c4
bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)
...
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
2021-11-16 00:29:17 +01:00
Łukasz Langa
311ee83adb
Replace @ilevkivskyi with @Fidget-Spinner as typing code owner ( #27210 )
2021-07-17 11:21:31 +02:00
Christian Heimes
6ab65c670d
Removing myself from ssl code ownership (GH-26529)
...
I'm taking a break.
Signed-off-by: Christian Heimes <christian@python.org>
2021-06-04 15:01:31 +02:00
Chris Withers
06e971fc0e
try and get a peak at mock-related PRs before they land ( #25356 )
2021-04-12 10:44:42 +01:00
Batuhan Taskaya
a9ef95b811
GH: Add isidentical to the CODEOWNERS (GH-23923)
2020-12-24 14:30:46 +03:00
Mark Shannon
780151479f
Add Mark Shannon to CODEOWNERS. ( #22914 )
2020-10-23 13:05:48 +01:00
Lysandros Nikolaou
e76b8fc815
Add CODEOWNERS for the Grammar file (GH-22898)
2020-10-22 21:26:14 +03:00
Lysandros Nikolaou
d0981e61a5
Add lysnikolaou to CODEOWNERS for the new parser (GH-21252)
2020-07-01 12:47:35 +03:00
Pablo Galindo
d906f0ec1a
Update CODEOWNERS to account for the new parser location (GH-20971)
2020-06-18 23:23:40 +01:00
Pablo Galindo
ce0eacb19c
Add @pablogsal as code owner for pegen-related files (GH-19665)
2020-04-23 00:47:32 +01:00
Raymond Hettinger
edd5b38c13
Add setobject.c (GH-17463)
2019-12-04 04:07:02 -05:00
Ethan Furman
83f144962f
add @ethanfurman for tarfile (GH-17461)
2019-12-04 00:18:31 -08:00
Ethan Furman
3ae38cc181
Update CODEOWNERS ( #17356 )
...
Add Ethan Furman for enum, cgi, and cgitb.
2019-11-22 14:28:41 -08:00
Giampaolo Rodola
5c534da798
CODEOWNERS: add myself for asyncore/chat, ftplib and shutil modules ( #17313 )
2019-11-21 17:38:51 +08:00
Pablo Galindo
02b8051a5e
Add @pablogsal to code owners file for the garbage collector (GH-17248)
...
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.
2019-11-19 02:03:55 +00:00
Vinay Sajip
2290b23dfc
Updated CODEOWNERS to indicate ownership of some modules. (GH-16578)
2019-10-04 09:48:24 +01:00
Gregory P. Smith
0765411d51
Adjust code ownership so @gpshead don't get asyncio subprocess PRs. (GH-16100)
2019-09-13 14:36:26 +01:00
Paul Ganssle
d287215df5
Add pganssle to CODEOWNERS and ACKS (GH-14138)
...
Also adds abalkin to CODEOWNERS for date and time related files.
2019-06-18 19:57:45 +01:00
Brett Cannon
25ee0c3bf1
Revert adding @maxking to CODEOWNERS file (GH-13660)
...
This reverts commit 71dc7c5fbd
. Turns out you must have write access for CODEOWNERS to work.
2019-05-30 07:59:01 -07:00
Christian Heimes
1c99926228
Add my to code owner for more areas ( #13650 )
2019-05-29 17:45:19 +02:00
Abhilash Raj
71dc7c5fbd
Add @maxking to CODEOWNERS file (GH-13599)
2019-05-27 21:15:48 -07:00
Brett Cannon
678bb9d1b5
Unroll import-team in CODEOWNERS ( #13118 )
2019-05-06 13:44:49 -04:00
Pablo Galindo
888f37bc28
Add @pablogsal to code owners file for Parser/pgen (GH-12944)
...
Add myself to the codeowners file as I would like to
be automatically added as a reviewer for PRs that touch
that component.
2019-04-24 21:25:23 +01:00
Berker Peksag
2f5b44879f
Add myself to CODEOWNERS for sqlite3 and urllib.robotparser (GH-12856)
2019-04-16 16:54:56 +03:00
Inada Naoki
7444daada1
github: assign @methane to dict owner (GH-12617)
2019-03-30 11:08:17 +09:00
Benedikt Werner
f2320b37d9
Fix typo (double 'the') in CODEOWNERS (GH-12227)
2019-03-07 17:09:40 -08:00
Ned Deily
96f2c73954
Add macos-team as a code owner (GH-10045)
2018-10-23 09:37:02 -04:00
Nick Coghlan
2f73ed6913
Update codeowners to match experts list change ( #10022 )
2018-10-21 14:22:15 +10:00
Ezio Melotti
3d07349d19
Add myself for HTML-related modules ( #9325 )
2018-09-14 20:14:16 -07:00
Yury Selivanov
d83671e996
Add myself as hamt/context (PEP 567) code owner ( #5276 )
2018-01-23 01:59:50 -05:00
Brett Cannon
811b2878df
Ignore importlib.h for automatic review requests from the import team. (GH-5087)
...
Otherwise the import team gets flagged for reviews any time the bytecode for
importlib.h changes (e.g new bytecode, optimizations, etc.).
2018-01-03 11:32:22 -08:00
Andrew Svetlov
02e4b7f354
Add @asvetlov to asyncio codeowners ( #4917 )
2017-12-18 18:20:42 +02:00
Guido van Rossum
5e8cbcc4f2
Add Guido and Ivan as owners for typing.py ( #4729 )
2017-12-05 16:56:39 -05:00
Eric V. Smith
2582f6f24e
Add dataclasses to CODEOWNERS. (GH-4730)
2017-12-05 15:52:19 -05:00
Terry Jan Reedy
55fd06605b
Add self and idlelib to CODEOWNERS file. ( #3889 )
...
Followed format of other entries.
2017-10-04 22:15:11 -04:00
Stefan Grönke
f1502d097c
bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711)
2017-09-25 17:58:10 +01:00
Raymond Hettinger
f58e6e2768
Add references to modules I am responsible for ( #3291 )
2017-09-04 12:31:15 -07:00
Barry Warsaw
1a589a604f
Use a team to maintain the email related packages. ( #3290 )
2017-09-04 15:19:26 -04:00
Alex Gaynor
3239cf1ae9
Change code owners for hashlib and ssl to the crypto team ( #3284 )
...
* Change code owners for hashlib and ssl to the crypto team
* Include the core CSPRNG for the crypto-team
2017-09-04 13:40:45 -04:00
Steve Dower
1f512b9a34
Add Windows team as a codeowner for Windows-specific files ( #3089 )
2017-08-15 10:21:34 -07:00
Gregory P. Smith
60a6632a3d
add myself to CODEOWNERS for subprocess. ( #3005 )
2017-08-04 20:00:06 -06:00
Brett Cannon
d255fea7c7
Notify the import-team on import-related PRs (GH-3002)
2017-08-04 14:14:32 -07:00
R. David Murray
d9d55c91be
Add @bitdancer as codeowner of email related stuff. (GH-2987)
2017-08-02 15:50:50 -07:00
Yury Selivanov
9d8e6ec8d2
Add @1st1 as co-owner of asyncio and genobject ( #2978 )
2017-08-01 18:41:33 -04:00
Brett Cannon
9eef9e805e
List myself as interested in all import-related pull requests (GH-2976)
2017-08-01 14:51:17 -07:00
Mariatta
00fce69711
Create CODEOWNERS (GH-2924)
...
Copied over info from .mention-bot
2017-07-31 20:56:12 -07:00