COMMITS
/ Misc/ACKS 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
August 31, 2019
A
bpo-37764: Fix infinite loop when parsing unstructured email headers. (GH-15239)
Ashwin Ramaswami committed
August 29, 2019
J
bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seconds>=24. (GH-14307)
Justin Blanchard committed
August 28, 2019
D
bpo-36582: Make collections.UserString.encode() return bytes, not str (GH-13138)
Daniel Fortunov committed
August 27, 2019
E
Add Florian Ernst to ACKS (GH-15524)
Ethan Furman committed
August 20, 2019
A
Minor documentation fixes on library/enum (GH-15234)
Antoine committed
August 14, 2019
A
bpo-37811: FreeBSD, OSX: fix poll(2) usage in sockets module (GH-15202)
Artem Khramov committed
August 9, 2019
N
bpo-37642: Update acceptable offsets in timezone (GH-14878)
Ngalim Siregar committed
August 4, 2019
T
Adds Tim Hopper and Dan Lidral-Porter to ACKS (GH-15101)
Timothy Hopper committed
August 2, 2019
T
bpo-16970: Adding error message for invalid args (GH-14844)
tmblweed committed
July 31, 2019
Y
K
bpo-37085: Expose SocketCAN bcm_msg_head flags (#13646)
karl ding committed
July 26, 2019
F
bpo-29446: tkinter 'import *' only imports what it should (GH-14864)
Flavian Hautbois committed
July 21, 2019
T
bpo-37627: Add acknowledgment (#14883)
Terry Jan Reedy committed
July 14, 2019
Z
bpo-26967: fix flag grouping with allow_abbrev=False (GH-14316)
Zac Hatfield-Dodds committed
July 13, 2019
S
bpo-30088: Document that existing dir structure isn't verified by mailbox.Maildir (GH-1163)
Sviatoslav Sydorenko committed
G
bpo-37548: Document range of atan, acos and asin (GH-14717)
Giovanni Cappellotto committed
G
closes bpo-37347: Fix refcount problem in sqlite3. (GH-14268)
gescheit committed
July 8, 2019
C
bpo-18374: fix wrong col_offset of some ast.BinOp instances (GH-14607)
Carl Friedrich Bolz-Tereick committed
July 4, 2019
July 3, 2019
K
bpo-19696: Replace deprecated method in "test_import_pkg.py" (GH-14466)
Kyle Stanley committed
June 26, 2019
C
bpo-37376: pprint support for SimpleNamespace (GH-14318)
Carl Bordum Hansen committed
June 18, 2019
P
Add pganssle to CODEOWNERS and ACKS (GH-14138)
Paul Ganssle committed
June 2, 2019
M
bpo-37014: Update docstring and Documentation of fileinput.FileInput(). (GH-13545)
Michele Angrisano committed
May 23, 2019
May 22, 2019
M
bpo-36878: Track extra text added to 'type: ignore' in the AST (GH-13479)
Michael J. Sullivan committed
P
bpo-36972: Add SupportsIndex (GH-13448)
Paul Dagnelie committed
May 21, 2019
M
bpo-36929: Modify io/re tests to allow for missing mod name (#13392)
Max Bernstein committed
May 20, 2019
B
bpo-23896: Add a grammar where exec isn't a stmt (#13272)
Batuhan Taşkaya committed
G
bpo-22865: Expand on documentation for the pty.spawn function (GH-11980)
Geoff Shannon committed
N
bpo-35721: Close socket pair if Popen in _UnixSubprocessTransport fails (GH-11553)
Niklas Fiekas committed
May 17, 2019
May 15, 2019
P
bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779)
Paul Monson committed
J
bpo-26707: Enable plistlib to read UID keys. (GH-12153)
Jon Janzen committed
May 14, 2019
N
bpo-36845: validate integer network prefix when constructing IP networks (GH-13298)
Nicolai Moore committed
May 10, 2019
O
bpo-24538: Fix bug in shutil involving the copying of xattrs to read-only files. (PR-13212)
Olexa Bilaniuk committed
April 28, 2019
G
bpo-32424: Improve test coverage for xml.etree.ElementTree (GH-12891)
Gordon P. Hemsley committed
April 15, 2019
J
bpo-36625: Remove obsolete comments from docstrings in fractions module (GH-12822)
Jakub Molinski committed
April 12, 2019
April 8, 2019
M
bpo-36503: remove references to 'aix3' and 'aix4' (GH-12658)
Michael Felt committed
April 7, 2019
B
bpo-35936: Updates to modulefinder (GH-11787)
Brandt Bucher committed
March 16, 2019
D
bpo-34160: Update news entry for XML order attributes (#12335)
Diego Rojas committed
March 12, 2019
I
canonicalize "Inada Naoki" in ACKS and 3.8 News (GH-12286)
Inada Naoki committed
January 24, 2019
R
bpo-35717: Fix KeyError exception raised when using enums and compile (GH-11523)
Rémi Lapeyre committed
January 13, 2019
A
bpo-16806: Fix `lineno` and `col_offset` for multi-line string tokens (GH-10021)
Anthony Sottile committed
January 3, 2019
E
bpo-35641: IDLE - format calltip properly when no docstring (GH-11415)
Emmanuel Arias committed
December 19, 2018
M
bpo-35497: add versionadded tag for EPOLLEXCLUSIVE (GH-11162)
Manjusaka committed
November 7, 2018
C
bpo-2504: Add pgettext() and variants to gettext. (GH-7253)
Cheryl Sabella committed
G
bpo-34898: Add mtime parameter to gzip.compress(). (GH-9704)
guoci committed