COMMITS
/ Misc/ACKS 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
A
bpo-9495: avoid confusing chained exception in argparse test (GH-17120)
alclarks committed
February 19, 2020
A
bpo-39479:Add math.lcm() function: Least Common Multiple (#18547)
ananthan-123 committed
February 18, 2020
K
bpo-39546: argparse: Honor allow_abbrev=False for specified prefix_chars (GH-18337)
Kyle Meyer committed
February 12, 2020
W
bpo-18819: tarfile: only set device fields for device files (GH-18080)
William Chargin committed
February 10, 2020
H
bpo-39586: Deprecate distutils bdist_msi command (GH-18415)
Hugo van Kemenade committed
January 29, 2020
B
bpo-36051: Drop GIL during large bytes.join() (GH-17757)
Bruce Merry committed
January 23, 2020
W
bpo-29435: Allow is_tarfile to take a filelike obj (GH-18090)
William Woodruff committed
January 14, 2020
G
bpo-39048: Look up __aenter__ before __aexit__ in async with (GH-17609)
Géry Ogam committed
January 1, 2020
J
bpo-13601: always use line-buffering for sys.stderr (GH-17646)
Jendrik Seipp committed
December 29, 2019
O
links in importlib.metadata.rst replaced with sphinx references (GH-17730)
Oleg Höfling committed
December 23, 2019
É
Add comment to avoid ACKS losing order (GH-17678)
Éric Araujo committed
December 20, 2019
É
reorder entries in Misc/ACKS (#17663)
Éric Araujo committed
December 15, 2019
X
December 9, 2019
T
bpo-39002: Fix simple typo: tranlation -> translation (GH-17517)
Tim Gates committed
December 7, 2019
December 6, 2019
B
bpo-37931: Fix crash on OSX re-initializing os.environ (GH-15428)
Benoit Hudson committed
November 22, 2019
B
bpo-38804: Fix REDoS in http.cookiejar (GH-17157)
bcaller committed
November 13, 2019
I
Add Ilya Kulakov to Misc/ACKS. (GH-17130)
Ilya Kulakov committed
October 22, 2019
T
bpo-38303: Make audioop extension module PEP-384 compatible (GH-16497)
Tyler Kieft committed
October 12, 2019
S
bpo-35800: Deprecate smtpd.MailmanProxy (GH-11675)
Samuel Colvin committed
September 13, 2019
E
bpo-37555: Update _CallList.__contains__ to respect ANY (#14700)
Elizabeth Uselton committed
September 11, 2019
T
Improve clarity of try-return-finally-return (GH-15677)
toonarmycaptain committed
B
bpo-37409: fix relative import with no parent (#14956)
Ben Lewis committed
September 5, 2019
R
bpo-36324: Apply review comments from Allen Downey (GH-15693)
Raymond Hettinger committed
G
bpo-37902: IDLE: Add scrolling for IDLE browsers. (#15368)
GeeTransit committed