COMMITS
/ Misc/ACKS June 26, 2023
J
gh-106075: add `asyncio.taskgroups.__all__` to `asyncio.__all__` (#106090)
James Webber committed
May 19, 2023
Y
gh-96522: Fix deadlock in pty.spawn (#96639)
Youfu Zhang committed
April 30, 2023
A
Update name in acknowledgements and add mailmap (#103696)
Amethyst Reese committed
April 27, 2023
S
gh-62432: unittest runner: Exit code 5 if no tests were run (#102051)
Stefano Rivera committed
April 25, 2023
J
GH-103804: Add test for dis.findlinestarts (#103806)
Juhi Chandalia committed
April 24, 2023
April 13, 2023
April 10, 2023
R
gh-103059: Clarify gc.freeze documentation (#103058)
raylu committed
April 5, 2023
Y
gh-86094: Add support for Unicode Path Extra Field in ZipFile (gh-102566)
Yeojin Kim committed
M
gh-66897: Upgrade HTTP CONNECT to protocol HTTP/1.1 (#8305)
Michael Handler committed
March 16, 2023
Y
gh-94440: Fix issue of ProcessPoolExecutor shutdown hanging (#94468)
yonatanp committed
March 5, 2023
M
gh-102356: Add thrashcan macros to filter object dealloc (#102426)
Marta Gómez Macías committed
March 4, 2023
B
gh-101863: Fix wrong comments in EUC-KR codec (gh-102417)
Byeongmin Choi committed
February 27, 2023
S
gh-101561: Add typing.override decorator (#101564)
Steven Troxler committed
February 25, 2023
February 24, 2023
Y
February 21, 2023
H
gh-95672 fix typo SkitTest to SkipTest (gh-102119)
Hyunkyun Moon committed
V
gh-101936: Update the default value of fp from io.StringIO to io.BytesIO (gh-102100)
Vo Hoang Long committed
February 14, 2023
R
gh-74895: getaddrinfo no longer raises OverflowError (#2435)
Radek Smejkal committed
February 6, 2023
February 5, 2023
M
bpo-33591: Add support for path like objects to `ctypes.CDLL` (#7032)
mrh1997 committed
January 22, 2023
A
GH-88597: Added command line interface to UUID module. (#99463)
achhina committed
January 20, 2023
January 11, 2023
M
gh-98636: Fix detecting gdbm_compat for _dbm module (#98643)
Michał Górny committed
January 3, 2023
December 2, 2022
I
GH-91054: Add code object watchers API (GH-99859)
Itamar Ostricher committed
October 28, 2022
D
gh-84538: add strict argument to pathlib.PurePath.relative_to (GH-19813)
domragusa committed
October 20, 2022
N
gh-95023: Added os.setns and os.unshare functions (#95046)
Noam Cohen committed
October 5, 2022
T
I changed my surname early this year (#96671)
Tshepang Mbambo committed
October 4, 2022
K
gh-97816: Remove unused variables in `mutliprocessing.managers.Server` (#97817)
Koki Saito committed
September 30, 2022
August 27, 2022
August 24, 2022
August 18, 2022
K
gh-90536: Add support for the BOLT post-link binary optimizer (gh-95908)
Kevin Modzelewski committed
August 10, 2022
D
gh-95804: Respect MemoryHandler.flushOnClose in logging shutdown. (GH-95857)
David Bonner committed
P
gh-95504: Fix negative numbers in PyUnicode_FromFormat (GH-95848)
Petr Viktorin committed
P
gh-93649: Split unicode tests from _testcapimodule.c & add some more (GH-95819)
Petr Viktorin committed
August 3, 2022
July 11, 2022
S
gh-87822: Make traceback module robust to exceptions from repr() of local values (GH-94691)
Simon-Martin Schröder committed
June 19, 2022
June 7, 2022
K
H
gh-57539: Increase calendar test coverage (GH-93468)
Hugo van Kemenade committed
May 23, 2022
Y
gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066)
Yury Selivanov committed
May 8, 2022
M
Add __class_getitem__ to csv.DictReader and csv.DictWriter (#92393)
Marc Mueller committed
May 6, 2022
E
gh-78157: [Enum] nested classes will not be members in 3.13 (GH-92366)
Ethan Furman committed
May 5, 2022
C
gh-91996: Add an HTTPMethod StrEnum to http (GH-91997)
cibofo committed
V
bpo-43827: Make arguments to abc.ABCMeta.__new__ pos-only (#25385)
Vlad Hoi committed
May 3, 2022
K
gh-91928: Add `datetime.UTC` alias for `datetime.timezone.utc` (GH-91973)
Kabir Kwatra committed
C
gh-70363: Implement `io.IOBase` interface for `SpooledTemporaryFile` (GH-29560)
Carey Metcalfe committed