COMMITS
/ Misc/ACKS October 20, 2020
F
bpo-29981: Add examples and update index for set, dict, and generator comprehensions'(GH-20272)
Florian Dahlitz committed
A
bpo-39693: mention KeyError in tarfile extractfile documentation (GH-18639)
Andrey Doroschenko committed
J
bpo-38912: fix close before connect callback in test_asyncio SSL tests (GH-22691)
Justin Turner Arthur committed
October 19, 2020
R
bpo-41586: Add pipesize parameter to subprocess & F_GETPIPE_SZ and F_SETPIPE_SZ to fcntl. (GH-21921)
Ruben Vorderman committed
October 18, 2020
S
bpo-41966: Fix pickling pure datetime.time subclasses (GH-22731)
scaramallion committed
October 14, 2020
A
bpo-41876: Overload __repr__ for tkinter Font objects (GH-22450)
Anatoliy Platonov committed
October 7, 2020
R
M
bpo-41923: PEP 613: Add TypeAlias to typing module (#22532)
Mikhail Golubev committed
October 5, 2020
F
bpo-41428: Documentation for PEP 604 (gh-22517)
Fidget-Spinner committed
October 1, 2020
R
bpo-26680: Incorporate is_integer in all built-in and standard library numeric types (GH-6121)
Robert Smallshire committed
September 28, 2020
H
bpo-41842: Add codecs.unregister() function (GH-22360)
Hai Shi committed
September 22, 2020
B
bpo-41810: Reintroduce `types.EllipsisType`, `.NoneType` & `.NotImplementedType` (GH-22336)
Bas van Beek committed
E
Enum: add extended AutoNumber example (GH-22349)
Ethan Furman committed
September 21, 2020
A
bpo-40084: Enum - dir() includes member attributes (GH-19219)
Angelin BOOZ committed
September 19, 2020
M
Add missing whatsnew entry for TestCase.assertNoLogs (GH-22317)
Mark Dickinson committed
September 16, 2020
E
acknowledge Weipeng Hong's contributions (GH-22284)
Ethan Furman committed
E
bpo-39728: Enum: fix duplicate `ValueError` (GH-22277)
Ethan Furman committed
September 7, 2020
A
bpo-41316: Make tarfile follow specs for FNAME (GH-21511)
Artem Bulgakov committed
August 30, 2020
I
bpo-39994: Fix pprint handling of dict subclasses that override __repr__ (GH-21892)
Irit Katriel committed
August 4, 2020
H
bpo-36982: Add support for extended color functions in ncurses 6.1 (GH-17536)
Hans Petter Jansson committed
July 25, 2020
G
bpo-38731: Add --quiet option to py_compile CLI (GH-17134)
Gregory Schevchenko committed
July 9, 2020
E
Remove trailing >>> in enum docs (GH-21358)
E-Paine committed
June 29, 2020
S
bpo-41048: mimetypes should read the rule file using UTF-8, not the locale encoding (GH-20998)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) committed
June 15, 2020
D
closes bpo-28557: error message for bad raw readinto (GH-7496)
David Szotten committed
K
bpo-40448: ensurepip: Do not use cache (GH-19812)
Krzysztof Konopko committed
May 22, 2020
H
bpo-40630: Add tracemalloc.reset_peak (GH-20102)
Huon Wilson committed
May 18, 2020
May 17, 2020
N
bpo-35569: add Erlend to Misc/ACKS (GH-20146)
Ned Deily committed
May 15, 2020
C
Add Andrew York to ACKS for GH-19622. (GH-20105)
Chris Jerdonek committed
May 14, 2020
L
bpo-40495: compileall option to hardlink duplicate pyc files (GH-19901)
Lumír 'Frenzy' Balhar committed
May 4, 2020
J
bpo-40499: Mention that asyncio.wait() needs a non-empty aws set (GH-19900)
Joel Rosdahl committed
May 1, 2020
S
bpo-39435: Fix docs for pickle.loads (GH-18160)
Shantanu committed
April 30, 2020
April 29, 2020
L
bpo-38880: List interpreters associated with a channel end (GH-17323)
Lewis Gaul committed
April 28, 2020
E
bpo-40025: Require _generate_next_value_ to be defined before members (GH-19098)
Ethan Onstott committed
April 22, 2020
S
bpo-39939: Add str.removeprefix and str.removesuffix (GH-18939)
sweeneyde committed
April 9, 2020
Z
bpo-25780: Expose CAN_RAW_JOIN_FILTERS in the socket module (GH-19190)
Zackery Spytz committed
March 26, 2020
P
L
bpo-39879: Update datamodel docs to include dict ordering (GH-19006)
Lahfa Samy committed
F
bpo-40067: Improve error messages for multiple star expressions in assignments (GH-19168)
Furkan Önder committed
March 23, 2020
C
bpo-36144: Add PEP 584 operators to collections.ChainMap (#18832)
Curtis Bucher committed
March 13, 2020
C
bpo-36144: Update os.environ and os.environb for PEP 584 (#18911)
Charles Burkland committed
March 9, 2020
P
bpo-28577: Special case added to IP v4 and v6 hosts for /32 and /128 networks (GH-18757)
Pete Wicken committed
March 1, 2020
H
bpo-39815: add cached_property to all (GH-18726)
Hakan Çelik committed
V
bpo-38641: Add lib2to3 support for starred expressions in return/yield statements (GH-16994)
Vlad Emelianov committed
February 29, 2020
H
bpo-37534: Allow adding Standalone Document Declaration when generating XML documents (GH-14912)
Henry Harutyunyan committed
February 22, 2020
Y
bpo-39382: Avoid dangling object use in abstract_issubclass() (GH-18530)
Yonatan Goldschmidt committed
February 21, 2020
C
bpo-35727: Use exit code 0 on sys.exit() in multiprocessing.Process. (GH-11538)
Christopher Hunt committed