summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.8.rst
Commit message (Expand)AuthorAgeFilesLines
* docs: Change links to label refs (#98454)Stanley2022-10-261-2/+2
* gh-93738: Documentation C syntax (Use `c:struct`) (#97772)Adam Turner2022-10-041-1/+1
* gh-96959: Update more HTTP links (GH-97536)Serhiy Storchaka2022-09-271-1/+1
* gh-81039: Add small example of f-string's "=}" to tutorial (gh-92291)Stanley2022-09-211-0/+1
* gh-83728: Add hmac.new default parameter deprecation (GH-91939)Stanley2022-06-061-0/+2
* gh-92240 : Include release dates for "What's New In Python 3.X" (#92937)georgically2022-05-291-0/+1
* Document Py_ssize_t. (GH-92512)Julien Palard2022-05-131-1/+1
* gh-84131: Remove the deprecated pathlib.Path.link_to method. (#92505)Gregory P. Smith2022-05-101-0/+3
* bpo-36384: [doc] Mention CVE-2021-29921 fix in 3.8.12 (GH-27824)Łukasz Langa2021-08-191-0/+13
* bpo-43774: Enhance debug build documentation (GH-25712)Victor Stinner2021-04-291-2/+2
* bpo-43908: Document Static Types in the C API (GH-25710)Victor Stinner2021-04-291-2/+3
* bpo-43774: Document configure options (GH-25283)Victor Stinner2021-04-081-3/+3
* bpo-42967: Fix urllib.parse docs and make logic clearer (GH-24536)Ken Jin2021-02-151-2/+2
* bpo-42967: only use '&' as a query string separator (#24297)Adam Goldschmidt2021-02-141-0/+13
* bpo-37221: PyCode_New() didn't change in Python 3.8 (GH-23595)Victor Stinner2020-12-011-3/+0
* bpo-33822: Update IDLE section of What's New 3.8 (GH-22383)Terry Jan Reedy2020-09-231-0/+10
* bpo-32528: Document the change in inheritance of asyncio.CancelledError (GH-2...JustAnotherArchivist2020-07-141-2/+4
* Remove duplicated words words (GH-20413)Serhiy Storchaka2020-05-261-1/+1
* bpo-32117: Updated Simpsons names in docs (GH-19737)Javier Buzzi2020-05-051-2/+2
* bpo-40197: Better describe the benchmark results table (GH-19386)Raymond Hettinger2020-04-061-1/+7
* bpo-38237: Use divmod for positional arguments whatsnew example (GH-19171)Ammar Askar2020-03-271-5/+4
* bpo-32892: Update the documentation for handling constants in AST. (GH-18514)Serhiy Storchaka2020-02-171-0/+6
* 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-041-3/+52
* Fix asyncio.wait() 3.8 whatsnew entry (GH-16975)Kyle Stanley2019-10-291-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-141-5/+21
* bpo-38461 and bpo-38463: Minor fixes to Whatsnew 3.8 (GH-16761)Raymond Hettinger2019-10-141-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-041-2/+3