summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* [3.9] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96502)Gregory P. Smith2022-09-051-0/+14
* gh-83728: Add hmac.new default parameter deprecation (GH-91939) (GH-93546)Miss Islington (bot)2022-06-061-0/+2
* gh-87670: Add web.archive redirects from effbot (GH-92816)Miss Islington (bot)2022-05-163-4/+5
* Document Py_ssize_t. (GH-92512)Miss Islington (bot)2022-05-131-1/+1
* bpo-31415: importtime was made by Inada Naoki (GH-31875)Miss Islington (bot)2022-03-141-1/+1
* bpo-45447: Add entry to What's new 3.9 (GH-31305)Miss Islington (bot)2022-02-131-0/+3
* bpo-41844: Update IDLE part of What's New 3.9 to 20228 (GH-30905)Miss Islington (bot)2022-01-261-0/+14
* bpo-40170: Update What's New in Python 3.9 (GH-29470) (GH-29472)Miss Islington (bot)2021-11-081-4/+0
* [3.9] [docs] Improve the markup of powers (GH-28598) (GH-28608)Łukasz Langa2021-09-283-9/+9
* bpo-36384: [doc] Mention CVE-2021-29921 fix in 3.8.12 (GH-27824) (GH-27827)Miss Islington (bot)2021-08-191-0/+13
* [3.9] bpo-43882 - Mention urllib.parse changes in Whats new section. (GH-26276)Senthil Kumaran2021-05-211-0/+14
* [3.9] bpo-44001: improve Literal documentation (GH-25877). (#25897)Jelle Zijlstra2021-05-041-1/+1
* bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-25099)...Miss Islington (bot)2021-05-021-0/+12
* bpo-37751: Document codecs.lookup() change in What's New in Python 3.9 (GH-23...Miss Islington (bot)2021-04-271-0/+6
* bpo-28724: Doc: Move socket.send_fds and socket.recv_fds docs to right sectio...Miss Islington (bot)2021-04-221-1/+1
* bpo-43755: Update docs to reflect that lambda is not allowed in `comp_if` sin...Miss Islington (bot)2021-04-071-0/+4
* [3.9] bpo-43285: Add a What's New entry for 3.9.3. (GH-24888)Gregory P. Smith2021-03-161-0/+9
* [3.9] bpo-42967: only use '&' as a query string separator (GH-24297) (#24528)Senthil Kumaran2021-02-154-0/+52
* [3.9] bpo-42675: Document collections.abc.Callable changes (GH-23839) (#23852)kj2020-12-191-0/+19
* bpo-37221: PyCode_New() didn't change in Python 3.8 (GH-23595)Miss Islington (bot)2020-12-011-3/+0
* bpo-41100: Update Whatsnew and installer ReadME for 3.9.1 (GH-23472)Ned Deily2020-11-231-1/+15
* 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