summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.8.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-34075: Deprecate non-ThreadPoolExecutor in loop.set_default_executor() (G...Elvis Pranskevichus2018-07-301-0/+6
* bpo-29209: Remove old-deprecated features in ElementTree. (GH-6769)Serhiy Storchaka2018-07-241-0/+20
* bpo-32430: Rename Modules/Setup.dist to Modules/Setup (GH-8229)Antoine Pitrou2018-07-161-0/+15
* bpo-33597: Add What's New for PyGC_Head (GH-8236)INADA Naoki2018-07-111-0/+8
* bpo-33842: Remove tarfile.filemode (GH-7661)INADA Naoki2018-06-281-0/+2
* bpo-33499: PYTHONPYCACHEPREFIX What's New entry (GH-7749)Nick Coghlan2018-06-201-0/+14
* bpo-33671 / shutil.copyfile: use memoryview() with dynamic size on Windows (#...Giampaolo Rodola2018-06-191-11/+17
* bpo-33843: Remove deprecated stuff in cgi module (GH-7662)INADA Naoki2018-06-191-0/+4
* bpo-33818: PyExceptionClass_Name() will now return "const char *". (GH-7581)Serhiy Storchaka2018-06-151-0/+4
* bpo-33671: efficient zero-copy for shutil.copy* functions (Linux, OSX and Win...Giampaolo Rodola2018-06-121-1/+18
* bpo-29235: Update document for Profiler's context manager (GH-7331)Scott Sanderson2018-06-071-0/+2
* bpo-23722: Raise a RuntimeError for absent __classcell__. (GH-6931)Serhiy Storchaka2018-05-201-0/+5
* bpo-25427: Remove pyvenv (GH-5962)Brett Cannon2018-04-201-0/+3
* bpo-23403: Bump pickle.DEFAULT_PROTOCOL to 4 (#6355)Ɓukasz Langa2018-04-041-0/+3
* bpo-33041: Rework compiling an "async for" loop. (#6142)Serhiy Storchaka2018-03-231-0/+4
* bpo-32489: Allow 'continue' in 'finally' clause. (GH-5822)Serhiy Storchaka2018-03-181-0/+5
* bpo-29719: Remove Date and Release field in whatsnew/3.7 and 8 (GH-6093)Ned Deily2018-03-131-3/+0
* Fix 3.8 whatsnew changelog linkNed Deily2018-02-281-1/+1
* bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter t...Serhiy Storchaka2018-02-221-0/+18
* bpo-30688: Support \N{name} escapes in re patterns. (GH-5588)Serhiy Storchaka2018-02-091-0/+2
* bpo-32749: Make dbm.dumb databases more cosistent with other dbm databases. (...Serhiy Storchaka2018-02-051-0/+5
* bpo-10544: Disallow "yield" in comprehensions and generator expressions. (GH-...Serhiy Storchaka2018-02-041-0/+9
* [3.8] bpo-31508: Remove support of arguments in tkinter.ttk.Treeview.selectio...Serhiy Storchaka2018-02-011-0/+8
* Update Doc build to 3.8Ned Deily2018-01-311-0/+115