summaryrefslogtreecommitdiff
path: root/Doc/whatsnew/3.9.rst
Commit message (Expand)AuthorAgeFilesLines
* GH-103484: Fix redirected permanently URLs (#104001)Rafael Fontenelle2023-05-021-1/+1
* gh-100700: Remove Date and Release fields in past whatsnews (GH-100728)Zachary Ware2023-01-031-2/+0
* Docs: Fix backtick errors found by sphinx-lint (#97998)Hugo van Kemenade2022-10-061-1/+1
* gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)Adam Turner2022-10-051-1/+1
* gh-92240 : Include release dates for "What's New In Python 3.X" (#92937)georgically2022-05-281-1/+1
* bpo-45847: Port _tkinter to PY_STDLIB_MOD (GH-31698)Erlend Egeberg Aasland2022-03-311-1/+1
* bpo-45447: Add entry to What's new 3.9 (GH-31305)Terry Jan Reedy2022-02-121-0/+3
* bpo-41844: Update IDLE part of What's New 3.9 to 20228 (GH-30905)Terry Jan Reedy2022-01-251-0/+14
* bpo-40170: Update What's New in Python 3.9 (GH-29470)Victor Stinner2021-11-081-4/+0
* [docs] Use full names for time units (GH-28611)Serhiy Storchaka2021-09-291-1/+1
* bpo-44001: improve Literal documentation (GH-25877)Jelle Zijlstra2021-05-041-1/+1
* bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-25099)Christian Heimes2021-05-021-0/+12
* bpo-43908: Document Static Types in the C API (GH-25710)Victor Stinner2021-04-291-3/+4
* bpo-37751: Document codecs.lookup() change in What's New in Python 3.9 (GH-23...Hai Shi2021-04-231-0/+6
* bpo-28724: Doc: Move socket.send_fds and socket.recv_fds docs to right sectio...Saiyang Gou2021-04-221-1/+1
* bpo-43774: Add more links to configure options (GH-25363)Victor Stinner2021-04-121-2/+2
* bpo-43774: Document configure options (GH-25283)Victor Stinner2021-04-081-1/+1
* bpo-43755: Update docs to reflect that lambda is not allowed in `comp_if` sin...Saiyang Gou2021-04-061-0/+4
* 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-1/+14
* Sync what's new in 3.9 with 3.9 branch (GH-23943)Ken Jin2020-12-251-1/+34
* bpo-42419: Correct 'deprecatations' is What's New 3.9 (GH-23421)Quentin Hibon2020-11-201-2/+2
* bpo-42345: Add whatsnew and versionchanged for typing.Literal in 3.9 (GH-23386)kj2020-11-191-0/+29
* bpo-37483: Add PyObject_CallOneArg() in the What's New in Python 3.9 (GH-23062)Dong-hee Na2020-11-011-0/+4
* bpo-42139: Update What's New 3.9 for master (#22936)Terry Jan Reedy2020-10-231-65/+299
* 3.9 whatsnew: fix bpo issue for AST change (GH-22742)Shantanu2020-10-181-1/+1
* Update timings for the final release (GH-22697)Raymond Hettinger2020-10-141-27/+27
* bpo-41844: Add IDLE section to What's New 3.9 (GN-22382)Terry Jan Reedy2020-09-231-0/+14
* Remove duplicated words words (GH-22298)Serhiy Storchaka2020-09-181-1/+1
* bpo-41808: Add What's New 3.9 entry missing from master (#22294)Terry Jan Reedy2020-09-171-0/+5
* bpo-27032, bpo-37328: Document removing HTMLParser.unescape(). (GH-22288)Serhiy Storchaka2020-09-171-0/+6
* Add PEP 573 additions to What's New (GH-21374)Petr Viktorin2020-08-111-0/+7
* bpo-31844: Move whatsnew note to 3.10.rst (GH-21504)Berker Peksag2020-07-161-6/+0
* bpo-31844: Remove _markupbase.ParserBase.error() (GH-8562)Berker Peksag2020-07-161-0/+5
* 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...Rémi Lapeyre2020-07-011-0/+5
* bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878)Inada Naoki2020-06-171-0/+11
* bpo-36543: Revert "bpo-36543: Remove the xml.etree.cElementTree module." (GH-...Serhiy Storchaka2020-06-101-5/+0
* bpo-40241: What's New in Python 3.9: opaque PyGC_Head (GH-20586)Victor Stinner2020-06-021-0/+4
* bpo-40630: adjust tracemalloc.reset_peak docs for backport to 3.9 (GH-20546)Huon Wilson2020-06-011-0/+6
* bpo-17005: Move topological sort functionality to its own module (GH-20558)Pablo Galindo2020-06-011-7/+8
* Fix typo in "What's new in Python 3.9" (GH-20559)Lysandros Nikolaou2020-05-311-1/+1
* bpo-40759: Deprecate the symbol module (GH-20364)Batuhan Taskaya2020-05-311-3/+4
* bpo-40829: Add a what's new entry about deprecation of shuffle's random param...Batuhan Taskaya2020-05-301-0/+3
* bpo-1294959: Try to clarify the meaning of platlibdir (GH-20332)Michał Górny2020-05-281-4/+3
* bpo-37878: PyThreadState_DeleteCurrent() was not removed (GH-20489)Victor Stinner2020-05-281-3/+2
* bpo-39939: Fix removeprefix issue number in the What's New in Python 3.9 (GH...Elazar Gershuni2020-05-281-1/+1
* bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSp...Pablo Galindo2020-05-271-0/+49
* Remove duplicated words words (GH-20413)Serhiy Storchaka2020-05-261-1/+1
* bpo-40730: Remove redundant 'to' (GH-20316)Florian Dahlitz2020-05-221-1/+1