summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* bpo-42419: Correct 'deprecatations' is What's New 3.9 (GH-23421) (GH-23435)Miss Islington (bot)2020-11-211-2/+2
* bpo-42345: Add whatsnew and versionchanged for typing.Literal in 3.9 (GH-23386)Miss Islington (bot)2020-11-191-0/+29
* bpo-37483: Add PyObject_CallOneArg() in the What's New in Python 3.9 (GH-23062)Miss Skeleton (bot)2020-11-011-0/+4
* bpo-41950: Typo in Python 3.9 what's new page (GH-22573)Weiliang Li2020-10-241-1/+1
* 3.9 whatsnew: fix bpo issue for AST change (GH-22742) (GH-22749)Miss Skeleton (bot)2020-10-181-1/+1
* Update timings for the final release (GH-22697) (GH-22698)Miss Skeleton (bot)2020-10-141-27/+27
* Merge tag 'v3.9.0' into 3.9Łukasz Langa2020-10-051-65/+299
|\
| * Python 3.9.0v3.9.0Łukasz Langa2020-10-051-65/+299
| * [3.9] Remove duplicated words words (GH-22298). (GH-22299)Serhiy Storchaka2020-10-041-1/+1
| * [3.9] Remove duplicated words words (GH-20413). (GH-22296)Serhiy Storchaka2020-10-042-2/+2
| * bpo-41844: Add IDLE section to What's New 3.9 (GN-22382)Miss Islington (bot)2020-10-041-0/+14
| * [3.9] bpo-27032, bpo-37328: Document removing HTMLParser.unescape() (GH-22288)Terry Jan Reedy2020-10-041-0/+5
* | bpo-41844: Add IDLE section to What's New 3.9 (GN-22382)Miss Islington (bot)2020-09-231-0/+14
* | bpo-33822: Update IDLE section of What's New 3.8 (GH-22383)Miss Islington (bot)2020-09-231-0/+10
* | [3.9] Remove duplicated words words (GH-22298). (GH-22299)Serhiy Storchaka2020-09-181-1/+1
* | [3.9] Remove duplicated words words (GH-20413). (GH-22296)Serhiy Storchaka2020-09-182-2/+2
* | [3.9] bpo-27032, bpo-37328: Document removing HTMLParser.unescape() (GH-22288)Terry Jan Reedy2020-09-181-0/+5
|/
* [3.9] bpo-40204: Allow pre-Sphinx 3 syntax in the doc (GH-21844) (GH-21901)Victor Stinner2020-08-195-9/+9
* bpo-41475: Fix note in "What's new in 3.7" (GH-21733) (#21832)Miss Islington (bot)2020-08-111-1/+1
* Add PEP 573 additions to What's New (GH-21374) (GH-21831)Miss Islington (bot)2020-08-111-0/+7
* bpo-32528: Document the change in inheritance of asyncio.CancelledError (GH-2...Miss Islington (bot)2020-07-241-2/+4
* [3.9] bpo-37207: Update whatsnews for 3.9 (GH-21337)Dong-hee Na2020-07-061-0/+4
* bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all...Miss Islington (bot)2020-07-021-0/+5
* [3.9] bpo-40939: Deprecate PyNode_Compile (GH-21036)Lysandros Nikolaou2020-06-221-3/+3
* [3.9] bpo-40939: Deprecate the PyParser_SimpleParse* functions (GH-21012)Lysandros Nikolaou2020-06-211-0/+5
* bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878)Inada Naoki2020-06-181-0/+11
* bpo-36543: Revert "bpo-36543: Remove the xml.etree.cElementTree module." (GH-...Miss Islington (bot)2020-06-101-5/+0
* bpo-40241: What's New in Python 3.9: opaque PyGC_Head (GH-20586)Miss Islington (bot)2020-06-021-0/+4
* [3.9] bpo-40630: Add tracemalloc.reset_peak (GH-20102) (GH-20545)Huon Wilson2020-06-011-0/+6
* bpo-17005: Move topological sort functionality to its own module (GH-20558)Miss Islington (bot)2020-06-011-7/+8
* Fix typo in "What's new in Python 3.9" (GH-20559)Miss Islington (bot)2020-05-311-1/+1
* bpo-40759: Deprecate the symbol module (GH-20364)Miss Islington (bot)2020-05-311-3/+4
* bpo-40829: Add a what's new entry about deprecation of shuffle's random param...Miss Islington (bot)2020-05-301-0/+3
* bpo-1294959: Try to clarify the meaning of platlibdir (GH-20332)Miss Islington (bot)2020-05-281-4/+3
* bpo-37878: PyThreadState_DeleteCurrent() was not removed (GH-20489)Miss Islington (bot)2020-05-281-3/+2
* bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSp...Miss Islington (bot)2020-05-281-0/+49
* bpo-39939: Fix removeprefix issue number in the What's New in Python 3.9 (GH-...Miss Islington (bot)2020-05-281-1/+1
* bpo-40730: Remove redundant 'to' (GH-20316) (GH-20318)Miss Islington (bot)2020-05-221-1/+1
* bpo-40725: Restore missing column of digits (GH-20313) (GH-20315)Miss Islington (bot)2020-05-221-30/+30
* Update whatsnew benchmark results for 3.9 (GH-20276) (GH-20277)Miss Islington (bot)2020-05-211-0/+55
* bpo-40698: Improve distutils upload hash digests (GH-20260)Miss Islington (bot)2020-05-201-0/+7
* bpo-40291: Mention socket.CAN_J1939 in What's New (GH-20248)Miss Islington (bot)2020-05-201-0/+3
* bpo-32309: Implement asyncio.to_thread() (GH-20143)Miss Islington (bot)2020-05-191-0/+6
* bpo-40257: Revert changes to inspect.getdoc() (GH-20073)Serhiy Storchaka2020-05-181-5/+0
* Revert "bpo-26317: Support OBJC and OBJCXX configure command line variables (...Ned Deily2020-05-181-8/+0
* bpo-26317: Support OBJC and OBJCXX configure command line variables (GH-20176)Ned Deily2020-05-181-0/+8
* bpo-13601: Mention stderr's line buffering in What's New (GH-20168)Shantanu2020-05-181-0/+4
* bpo-40503: Add documentation and what's new entry for zoneinfo (GH-20006)Paul Ganssle2020-05-161-1/+38
* bpo-24416: Return named tuple from date.isocalendar() (GH-20113)Paul Ganssle2020-05-161-0/+7
* bpo-40192: Use thread_cputime for time.thread_time to improve resolution (GH-...Batuhan Taskaya2020-05-161-0/+8