COMMITS
/ Misc/ACKS May 17, 2026
April 30, 2026
M
[3.11] gh-141707: Skip TarInfo DIRTYPE normalization during GNU long name handling (#145815)
Miss Islington (bot) committed
February 17, 2024
S
[3.11] gh-100985: Consistently wrap IPv6 IP address during CONNECT (GH-100986) (GH-115606)
Serhiy Storchaka committed
January 14, 2024
A
[3.11] gh-95649: Document that asyncio contains uvloop code (GH-107536) (#114045)
Alois Klink committed
January 3, 2024
October 25, 2023
S
[3.11] GH-94438: Restore ability to jump over None tests (GH-111338)
Savannah Ostrowski committed
September 23, 2023
H
[3.11] Docs: Update Donghee Na's name (GH-109743) (#109759)
Hugo van Kemenade committed
September 22, 2023
M
[3.11] ACKS: Fix ordering; Correct Itamar Oren's surname; Add Adam Turner (GH-109737) (#109742)
Miss Islington (bot) committed
M
[3.11] gh-109375: Fix bug where pdb registers an alias without an associated command (GH-109376) (#109430)
Miss Islington (bot) committed
July 29, 2023
M
[3.11] gh-106634: Corrected minor asyncio doc issues (GH-106671) (#106711)
Miss Islington (bot) committed
May 22, 2023
M
[3.11] gh-102978: Fix mock.patch function signatures for class and staticmethod decorators (GH-103228) (#103499)
Miss Islington (bot) committed
May 19, 2023
Ł
[3.11] gh-96522: Fix deadlock in pty.spawn (GH-96639) (#104655)
Łukasz Langa committed
April 30, 2023
M
[3.11] Update name in acknowledgements and add mailmap (GH-103696) (#104002)
Miss Islington (bot) committed
April 10, 2023
M
[3.11] gh-103059: Clarify gc.freeze documentation (GH-103058) (#103416)
Miss Islington (bot) committed
March 16, 2023
M
gh-94440: Fix issue of ProcessPoolExecutor shutdown hanging (GH-94468)
Miss Islington (bot) committed
March 5, 2023
M
gh-102356: Add thrashcan macros to filter object dealloc (GH-102426)
Miss Islington (bot) committed
February 25, 2023
M
[3.11] gh-95675: fix uid and gid at test_add_dir_getmember (gh-102207) (gh-102231)
Miss Islington (bot) committed
February 22, 2023
M
[3.11] gh-101936: Update the default value of fp from io.StringIO to io.BytesIO (gh-102100) (gh-102117)
Miss Islington (bot) committed
M
[3.11] gh-95672 fix typo SkitTest to SkipTest (gh-102119) (#102121)
Miss Islington (bot) committed
February 21, 2023
M
[3.11] gh-101961 fileinput.hookcompressed should not set the encoding value for the binary mode (gh-102068) (#102098)
Miss Islington (bot) committed
February 6, 2023
M
gh-101562: typing: add tests for inheritance with NotRequired & Required in parent fields (GH-101563)
Miss Islington (bot) committed
January 3, 2023
M
gh-95882: fix regression in the traceback of exceptions propagated from inside a contextlib context manager (GH-95883)
Miss Islington (bot) committed
August 30, 2022
M
gh-90467: StreamReaderProtocol - add strong reference to created task (GH-96323) (#96344)
Miss Islington (bot) committed
August 24, 2022
M
GH-96179: Fix misleading example on the bisect documentation (GH-96228)
Miss Islington (bot) committed
August 3, 2022
S
June 19, 2022
M
gh-79009: sqlite3.iterdump now correctly handles tables with autoincrement (GH-9621)
Miss Islington (bot) committed
June 7, 2022
M
gh-57539: Increase calendar test coverage (GH-93468) (GH-93564)
Miss Islington (bot) committed
May 24, 2022
M
gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066) (GH-93145)
Miss Islington (bot) 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
May 2, 2022
I
bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858)
Itai Steinherz committed
April 21, 2022
April 18, 2022
April 5, 2022
Y
bpo-41233: Add links to errnos referenced in exceptions docs (GH-21380)
yyyyyyyan committed
April 4, 2022
1
bpo-46484:Add test for Calendar.iterweekdays (GH-30825)
180909 committed
March 29, 2022
S
bpo-14265: Adds fully qualified test name to unittest output (GH-32138)
Sam Ezeh committed
March 23, 2022
R
bpo-31582: Created a new documentation section describing sys.path initialization (GH-31082)
Russel Webber committed
March 21, 2022
S
bpo-433030: Add support of atomic grouping in regular expressions (GH-31982)
Serhiy Storchaka committed
March 17, 2022
B
bpo-46421: Fix unittest filename evaluation when called as a module (GH-30654)
Bader Zaidan committed
March 14, 2022
C
bpo-39829: Fix `__len__()` is called twice in list() constructor (GH-31816)
Crowthebird committed
March 10, 2022
M
bpo-46581: Propagate private vars via _GenericAlias.copy_with (GH-31061)
Matt Bogosian committed
March 7, 2022
J
bpo-43292: Fix file leak in `ET.iterparse()` when not exhausted (GH-31696)
Jacob Walls committed
February 26, 2022
C
bpo-45735: Promise the long-time truth that `args=list` works (GH-30982)
Charlie Zhao committed
February 20, 2022
L
bpo-39327: Close file descriptors as soon as possible in shutil.rmtree (GH-31384)
Lital Natan committed
February 17, 2022
A
bpo-46333: Honor `module` parameter in ForwardRef (GH-30536)
aha79 committed
9
bpo-46066: Deprecate kwargs syntax for TypedDict definitions (GH-31126)
97littleleaf11 committed
February 16, 2022
A
bpo-46730: Add more info to @property AttributeError messages (GH-31311)
Alex-Blade committed