summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.9.rst
Commit message (Expand)AuthorAgeFilesLines
* [3.12] GH-95913: Add the release date for Python 3.11 (GH-109750) (#109771)Miss Islington (bot)2023-09-241-1/+0
* [3.12] Docs: Update Donghee Na's name (GH-109743) (#109758)Hugo van Kemenade2023-09-241-16/+16
* [3.12] gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108...Miss Islington (bot)2023-08-221-6/+6
* [3.12] gh-107298: Fix references to deprecated and removed PyUnicode C API (G...Miss Islington (bot)2023-08-211-2/+2
* [3.12] gh-107298: Fix more Sphinx warnings in the C API doc (GH-107329) (GH-1...Serhiy Storchaka2023-07-281-2/+2
* [3.12] gh-107091: Fix the use of some C domain roles (GH-107092) (GH-107113)Miss Islington (bot)2023-07-231-1/+1
* [3.12] gh-106948: Add standard external names to nitpick_ignore (GH-106949) (...Serhiy Storchaka2023-07-231-2/+2
* [3.12] gh-106892: Use roles :data: and :const: for referencing module variabl...Serhiy Storchaka2023-07-211-4/+4
* [3.12] gh-106909: Use role :const: for referencing module constants (GH-10691...Serhiy Storchaka2023-07-211-7/+7
* [3.12] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-10...Serhiy Storchaka2023-07-211-1/+1
* 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-071-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-291-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-131-0/+3
* bpo-41844: Update IDLE part of What's New 3.9 to 20228 (GH-30905)Terry Jan Reedy2022-01-261-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-211-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-241-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-181-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-021-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