COMMITS
May 25, 2020
A
[workflow] Use Sphinx problem matcher on GitHub docs builds (GH-20325)
Ammar Askar committed
L
bpo-40688: Use the correct parser in the peg_generator scripts (GH-20235)
Lysandros Nikolaou committed
R
H
P
bpo-40750: Do not expand the new parser debug flags if Py_BUILD_CORE is not defined (GH-20393)
Pablo Galindo committed
P
bpo-40750: Support -d flag in the new parser (GH-20340)
Pablo Galindo committed
D
bpo-39573: Fix buildbot failure for tupleobject.c (GH-20391)
Dong-hee Na committed
D
bpo-39573: Convert Py_TYPE() to a static inline function (GH-20290)
Dong-hee Na committed
M
bpo-39245: Fix docs links to the stable ABI (GH-20388)
Miro Hrončok committed
S
bpo-34397: Remove redundant overflow checks in list and tuple implementation. (GH-8757)
Sergey Fedoseev committed
M
bpo-38972: Fix typos in PowerShell Execution Policies links (GH-20383)
Miro Hrončok committed
C
bpo-40671: Prepare _hashlib for PEP 489 (GH-20180)
Christian Heimes committed
C
bpo-40695: Limit hashlib builtin hash fallback (GH-20259)
Christian Heimes committed
Z
bpo-35714: Reject null characters in struct format strings (GH-16928)
Zackery Spytz committed
J
bpo-38580: Document that select() accepts iterables, not just sequences (GH-16832)
Jakub Stasiak committed
May 24, 2020
B
bpo-40334: Support suppressing of multiple optional variables in Pegen (GH-20367)
Batuhan Taskaya committed
R
bpo-36290: Fix keytword collision handling in AST node constructors (GH-12382)
Rémi Lapeyre committed
A
bpo-17050: Remove documentation on argparse.REMAINDER (GH-18661)
Albert committed
D
bpo-40443: Remove unused imports in the zoneinfo (GH-20354)
Dong-hee Na committed
T
bpo-37309: Update IDLE NEWS.txt (GH-20356)
Terry Jan Reedy committed
F
bpo-40723: Make IDLE autocomplete test run without __main__.__file__ (GH-20311)
Florian Dahlitz committed
Z
bpo-37973: Improve the docstrings of sys.float_info (GH-19218)
Zackery Spytz committed
H
Remove spurious NULL in descrobject.c (GH-20344)
Hai Shi committed
P
Use Py_ssize_t for the column number in the PEG support code (GH-20341)
Pablo Galindo committed
May 23, 2020
B
bpo-40405: Fix asyncio.as_completed docs (GH-19753)
Bar Harel committed
S
bpo-34556: Document addition of upgrade_deps to venv.create (GH-20135)
Shantanu committed
M
bpo-40439: Update broken link in lexical analysis docs (GH-20184)
Matteo Bertucci committed
S
[doc] Add missing space in urllib.request.rst (GH-19860)
Sardorbek Imomaliev committed
V
Cosmetic smtplib changes (GH-8718)
Ville Skyttä committed
A
bpo-40552 Add 'users' variable in code sample (tutorial 4.2). (GH-19992)
Antoine committed