COMMITS
/ Doc/whatsnew/3.8.rst June 6, 2022
S
gh-83728: Add hmac.new default parameter deprecation (GH-91939)
Stanley committed
May 29, 2022
G
gh-92240 : Include release dates for "What's New In Python 3.X" (#92937)
georgically committed
May 13, 2022
J
Document Py_ssize_t. (GH-92512)
Julien Palard committed
May 10, 2022
G
gh-84131: Remove the deprecated pathlib.Path.link_to method. (#92505)
Gregory P. Smith committed
August 19, 2021
Ł
bpo-36384: [doc] Mention CVE-2021-29921 fix in 3.8.12 (GH-27824)
Łukasz Langa committed
April 29, 2021
V
bpo-43774: Enhance debug build documentation (GH-25712)
Victor Stinner committed
V
bpo-43908: Document Static Types in the C API (GH-25710)
Victor Stinner committed
April 8, 2021
V
bpo-43774: Document configure options (GH-25283)
Victor Stinner committed
February 15, 2021
K
bpo-42967: Fix urllib.parse docs and make logic clearer (GH-24536)
Ken Jin committed
February 14, 2021
A
bpo-42967: only use '&' as a query string separator (#24297)
Adam Goldschmidt committed
December 1, 2020
V
bpo-37221: PyCode_New() didn't change in Python 3.8 (GH-23595)
Victor Stinner committed
September 23, 2020
T
bpo-33822: Update IDLE section of What's New 3.8 (GH-22383)
Terry Jan Reedy committed
July 14, 2020
J
bpo-32528: Document the change in inheritance of asyncio.CancelledError (GH-21474)
JustAnotherArchivist committed
May 26, 2020
S
Remove duplicated words words (GH-20413)
Serhiy Storchaka committed
May 5, 2020
J
bpo-32117: Updated Simpsons names in docs (GH-19737)
Javier Buzzi committed
April 6, 2020
R
bpo-40197: Better describe the benchmark results table (GH-19386)
Raymond Hettinger committed
March 27, 2020
A
bpo-38237: Use divmod for positional arguments whatsnew example (GH-19171)
Ammar Askar committed
February 17, 2020
S
bpo-32892: Update the documentation for handling constants in AST. (GH-18514)
Serhiy Storchaka committed
February 5, 2020
B
Fix MinGW library generation command (GH-17917)
Baljak committed
January 25, 2020
F
Update 3.8.rst (GH-18173)
fireattack committed
December 16, 2019
November 12, 2019
S
bpo-38738: Fix formatting of True and False. (GH-17083)
Serhiy Storchaka committed
J
bpo-36974: expand call protocol documentation (GH-13844)
Jeroen Demeyer committed
November 4, 2019
R
bpo-37759: Show output from var_access_benchmark (GH-17040)
Raymond Hettinger committed
October 29, 2019
K
Fix asyncio.wait() 3.8 whatsnew entry (GH-16975)
Kyle Stanley committed
October 28, 2019
B
bpo-38534: Replace wrong KB number references (GH-16955)
benedwards14 committed
October 24, 2019
K
Add missing asyncio changes from 3.8 whatsnew (GH-16911)
Kyle Stanley committed
October 20, 2019
R
bpo-37759: More updates to Whatsnew 3.8 (GH-16854)
Raymond Hettinger committed
October 18, 2019
J
Fix minor typos in What's New in Python 3.8. (GH-16770)
Jero Bado committed
S
Doc: Add missing entry for functools.cached_property (GH-16803)
Stéphane Wirtel committed
October 14, 2019
R
Remove draft status. Add asyncio REPL example (GH-16785)
Raymond Hettinger committed
S
bpo-37759: Polish What's New in Python 3.8. (#16769)
Serhiy Storchaka committed
R
bpo-37759: Add examples for the new typing features (GH-16763)
Raymond Hettinger committed
R
bpo-38461 and bpo-38463: Minor fixes to Whatsnew 3.8 (GH-16761)
Raymond Hettinger committed
October 13, 2019
A
Rebased version of what's new PR (#16745)
Andrew Kuchling committed
October 12, 2019
H
Fix minor typos in Whatsnew
Hugo van Kemenade committed
P
Announce the change in the CancelledError inheritance (GH-16730)
Phil Jones committed
October 11, 2019
S
bpo-38442: Remove an execution bit from Doc/whatsnew/3.8.rst. (GH-16715)
Serhiy Storchaka committed
September 27, 2019
B
Fix typo in the "Porting to Python 3.8" section. (GH-16435)
bariod committed
September 24, 2019
V
bpo-38234: Py_SetPath() uses the program full path (GH-16357)
Victor Stinner committed
September 11, 2019
J
bpo-28724: Add methods send_fds and recv_fds to the socket module (GH-12889)
Joannah Nanjekye committed
E
bpo-35224: Additional documentation for Assignment Expressions (GH-15935)
Emily Morehouse committed
S
Doc: Indicate locations of parse_qs, parse_qsl, escape (GH-14828)
Simon Willison committed
X
September 9, 2019
A
Fix typo in math.prod example (GH-15614)
Ashwin Vishnu committed
September 4, 2019
G
closes bpo-37966: Fully implement the UAX #15 quick-check algorithm. (GH-15558)
Greg Price committed
August 27, 2019
C
bpo-37951: Lift subprocess's fork() restriction (GH-15544)
Christian Heimes committed
August 26, 2019
S
bpo-36917: Add default implementation of ast.NodeVisitor.visit_Constant(). (GH-15490)
Serhiy Storchaka committed
August 21, 2019
S
bpo-37834: Normalise handling of reparse points on Windows (GH-15231)
Steve Dower committed
S
bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287)
Steve Dower committed