summaryrefslogtreecommitdiff
path: root/Doc/whatsnew/3.8.rst
Commit message (Expand)AuthorAgeFilesLines
* Fix MinGW library generation command (GH-17917)Baljak2020-02-051-1/+1
* Update 3.8.rst (GH-18173)fireattack2020-01-251-1/+1
* Add whatsnew for removal of asyncio.loop.create_datagram_endpoint()'s *reuse_...Kyle Stanley2019-12-161-0/+10
* bpo-38738: Fix formatting of True and False. (GH-17083)Serhiy Storchaka2019-11-121-4/+4
* bpo-36974: expand call protocol documentation (GH-13844)Jeroen Demeyer2019-11-121-5/+5
* bpo-37759: Show output from var_access_benchmark (GH-17040)Raymond Hettinger2019-11-031-3/+52
* Fix asyncio.wait() 3.8 whatsnew entry (GH-16975)Kyle Stanley2019-10-281-1/+2
* bpo-38534: Replace wrong KB number references (GH-16955)benedwards142019-10-281-1/+1
* Add missing asyncio changes from 3.8 whatsnew (GH-16911)Kyle Stanley2019-10-241-10/+85
* bpo-37759: More updates to Whatsnew 3.8 (GH-16854)Raymond Hettinger2019-10-201-26/+183
* Fix minor typos in What's New in Python 3.8. (GH-16770)Jero Bado2019-10-181-4/+4
* Doc: Add missing entry for functools.cached_property (GH-16803)Stéphane Wirtel2019-10-181-0/+16
* Remove draft status. Add asyncio REPL example (GH-16785)Raymond Hettinger2019-10-141-8/+29
* bpo-37759: Polish What's New in Python 3.8. (#16769)Serhiy Storchaka2019-10-141-88/+123
* bpo-37759: Add examples for the new typing features (GH-16763)Raymond Hettinger2019-10-131-5/+21
* bpo-38461 and bpo-38463: Minor fixes to Whatsnew 3.8 (GH-16761)Raymond Hettinger2019-10-131-9/+10
* Rebased version of what's new PR (#16745)Andrew Kuchling2019-10-131-83/+67
* Fix minor typos in WhatsnewHugo van Kemenade2019-10-121-12/+10
* Announce the change in the CancelledError inheritance (GH-16730)Phil Jones2019-10-121-0/+4
* bpo-38442: Remove an execution bit from Doc/whatsnew/3.8.rst. (GH-16715)Serhiy Storchaka2019-10-111-0/+0
* Fix typo in the "Porting to Python 3.8" section. (GH-16435)bariod2019-09-271-1/+1
* bpo-38234: Py_SetPath() uses the program full path (GH-16357)Victor Stinner2019-09-241-0/+5
* bpo-28724: Add methods send_fds and recv_fds to the socket module (GH-12889)Joannah Nanjekye2019-09-111-0/+0
* bpo-35224: Additional documentation for Assignment Expressions (GH-15935)Emily Morehouse2019-09-111-2/+0
* Doc: Indicate locations of parse_qs, parse_qsl, escape (GH-14828)Simon Willison2019-09-111-1/+2
* bpo-32972: Document IsolatedAsyncioTestCase of unittest module (GH-15878)Xtreak2019-09-111-0/+26
* Fix typo in math.prod example (GH-15614)Ashwin Vishnu2019-09-091-1/+1
* closes bpo-37966: Fully implement the UAX #15 quick-check algorithm. (GH-15558)Greg Price2019-09-031-2/+3
* bpo-37951: Lift subprocess's fork() restriction (GH-15544)Christian Heimes2019-08-271-0/+6
* bpo-36917: Add default implementation of ast.NodeVisitor.visit_Constant(). (G...Serhiy Storchaka2019-08-261-0/+7
* bpo-37834: Normalise handling of reparse points on Windows (GH-15231)Steve Dower2019-08-211-0/+21
* bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287)Steve Dower2019-08-211-0/+3
* bpo-37759: Second round of edits to Whatsnew 3.8 (GH-15204)Raymond Hettinger2019-08-121-20/+88
* bpo-32912: Revert SyntaxWarning on invalid escape sequences. (GH-15195)Gregory P. Smith2019-08-101-5/+0
* bpo-37759: First round of major edits to Whatsnew 3.8 (GH-15127)Raymond Hettinger2019-08-051-37/+168
* bpo-33822: Add IDLE section of What's New 3.8 (#15035)Terry Jan Reedy2019-07-311-0/+27
* bpo-36084: Add threading Native ID information to What's New documentation (G...Jake Tesler2019-07-301-4/+12
* bpo-17535: IDLE editor line numbers (GH-14030)Tal Einat2019-07-231-0/+5
* bpo-37481: Deprecate distutils bdist_wininst command (GH-14553)Victor Stinner2019-07-051-0/+4
* bpo-37209: Add pickle entry for 3.8 whatsnew (GH-14503)Pierre Glaser2019-07-011-0/+14
* bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode...Pablo Galindo2019-07-011-0/+5
* bpo-37412: os.getcwdb() now uses UTF-8 on Windows (GH-14396)Victor Stinner2019-06-261-0/+5
* Fix minor spelling error in What's new for Python 3.8 (GH-14371)Pablo Galindo2019-06-251-1/+1
* bpo-35224: Add What's new entry for evaluation order in dict comprehensions (...Pablo Galindo2019-06-251-0/+8
* bpo-37351: Removes libpython38.a from standard Windows distribution (#14276)Steve Dower2019-06-211-0/+19
* Update What's New in Python 3.9 (GH-14253)Victor Stinner2019-06-201-1/+1
* Update What's New in Python 3.8 (GH-14239)Victor Stinner2019-06-201-1/+2
* Document changes in PyNode_AddChild and PyParser_AddToken (GH-14214)Ivan Levkivskyi2019-06-191-0/+2
* bpo-36707: Document "m" removal from sys.abiflags (GH-14090)Victor Stinner2019-06-151-0/+16
* Document C API changes in What's New in Python 3.8 (GH-14092)Victor Stinner2019-06-141-0/+27