index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
whatsnew
/
3.9.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-100700: Remove Date and Release fields in past whatsnews (GH-100728)
Zachary Ware
2023-01-03
1
-2/+0
*
Docs: Fix backtick errors found by sphinx-lint (#97998)
Hugo van Kemenade
2022-10-07
1
-1/+1
*
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
Adam Turner
2022-10-05
1
-1/+1
*
gh-92240 : Include release dates for "What's New In Python 3.X" (#92937)
georgically
2022-05-29
1
-1/+1
*
bpo-45847: Port _tkinter to PY_STDLIB_MOD (GH-31698)
Erlend Egeberg Aasland
2022-03-31
1
-1/+1
*
bpo-45447: Add entry to What's new 3.9 (GH-31305)
Terry Jan Reedy
2022-02-13
1
-0/+3
*
bpo-41844: Update IDLE part of What's New 3.9 to 20228 (GH-30905)
Terry Jan Reedy
2022-01-26
1
-0/+14
*
bpo-40170: Update What's New in Python 3.9 (GH-29470)
Victor Stinner
2021-11-08
1
-4/+0
*
[docs] Use full names for time units (GH-28611)
Serhiy Storchaka
2021-09-29
1
-1/+1
*
bpo-44001: improve Literal documentation (GH-25877)
Jelle Zijlstra
2021-05-04
1
-1/+1
*
bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-25099)
Christian Heimes
2021-05-02
1
-0/+12
*
bpo-43908: Document Static Types in the C API (GH-25710)
Victor Stinner
2021-04-29
1
-3/+4
*
bpo-37751: Document codecs.lookup() change in What's New in Python 3.9 (GH-23...
Hai Shi
2021-04-23
1
-0/+6
*
bpo-28724: Doc: Move socket.send_fds and socket.recv_fds docs to right sectio...
Saiyang Gou
2021-04-22
1
-1/+1
*
bpo-43774: Add more links to configure options (GH-25363)
Victor Stinner
2021-04-12
1
-2/+2
*
bpo-43774: Document configure options (GH-25283)
Victor Stinner
2021-04-08
1
-1/+1
*
bpo-43755: Update docs to reflect that lambda is not allowed in `comp_if` sin...
Saiyang Gou
2021-04-06
1
-0/+4
*
bpo-42967: Fix urllib.parse docs and make logic clearer (GH-24536)
Ken Jin
2021-02-15
1
-2/+2
*
bpo-42967: only use '&' as a query string separator (#24297)
Adam Goldschmidt
2021-02-14
1
-1/+14
*
Sync what's new in 3.9 with 3.9 branch (GH-23943)
Ken Jin
2020-12-25
1
-1/+34
*
bpo-42419: Correct 'deprecatations' is What's New 3.9 (GH-23421)
Quentin Hibon
2020-11-21
1
-2/+2
*
bpo-42345: Add whatsnew and versionchanged for typing.Literal in 3.9 (GH-23386)
kj
2020-11-19
1
-0/+29
*
bpo-37483: Add PyObject_CallOneArg() in the What's New in Python 3.9 (GH-23062)
Dong-hee Na
2020-11-01
1
-0/+4
*
bpo-42139: Update What's New 3.9 for master (#22936)
Terry Jan Reedy
2020-10-24
1
-65/+299
*
3.9 whatsnew: fix bpo issue for AST change (GH-22742)
Shantanu
2020-10-18
1
-1/+1
*
Update timings for the final release (GH-22697)
Raymond Hettinger
2020-10-14
1
-27/+27
*
bpo-41844: Add IDLE section to What's New 3.9 (GN-22382)
Terry Jan Reedy
2020-09-23
1
-0/+14
*
Remove duplicated words words (GH-22298)
Serhiy Storchaka
2020-09-18
1
-1/+1
*
bpo-41808: Add What's New 3.9 entry missing from master (#22294)
Terry Jan Reedy
2020-09-18
1
-0/+5
*
bpo-27032, bpo-37328: Document removing HTMLParser.unescape(). (GH-22288)
Serhiy Storchaka
2020-09-17
1
-0/+6
*
Add PEP 573 additions to What's New (GH-21374)
Petr Viktorin
2020-08-11
1
-0/+7
*
bpo-31844: Move whatsnew note to 3.10.rst (GH-21504)
Berker Peksag
2020-07-16
1
-6/+0
*
bpo-31844: Remove _markupbase.ParserBase.error() (GH-8562)
Berker Peksag
2020-07-16
1
-0/+5
*
bpo-37207: Update whatsnews for 3.9 (GH-21337)
Dong-hee Na
2020-07-06
1
-0/+4
*
bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all...
Rémi Lapeyre
2020-07-02
1
-0/+5
*
bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878)
Inada Naoki
2020-06-17
1
-0/+11
*
bpo-36543: Revert "bpo-36543: Remove the xml.etree.cElementTree module." (GH-...
Serhiy Storchaka
2020-06-10
1
-5/+0
*
bpo-40241: What's New in Python 3.9: opaque PyGC_Head (GH-20586)
Victor Stinner
2020-06-02
1
-0/+4
*
bpo-40630: adjust tracemalloc.reset_peak docs for backport to 3.9 (GH-20546)
Huon Wilson
2020-06-01
1
-0/+6
*
bpo-17005: Move topological sort functionality to its own module (GH-20558)
Pablo Galindo
2020-05-31
1
-7/+8
*
Fix typo in "What's new in Python 3.9" (GH-20559)
Lysandros Nikolaou
2020-05-31
1
-1/+1
*
bpo-40759: Deprecate the symbol module (GH-20364)
Batuhan Taskaya
2020-05-31
1
-3/+4
*
bpo-40829: Add a what's new entry about deprecation of shuffle's random param...
Batuhan Taskaya
2020-05-30
1
-0/+3
*
bpo-1294959: Try to clarify the meaning of platlibdir (GH-20332)
Michał Górny
2020-05-28
1
-4/+3
*
bpo-37878: PyThreadState_DeleteCurrent() was not removed (GH-20489)
Victor Stinner
2020-05-28
1
-3/+2
*
bpo-39939: Fix removeprefix issue number in the What's New in Python 3.9 (GH...
Elazar Gershuni
2020-05-28
1
-1/+1
*
bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSp...
Pablo Galindo
2020-05-27
1
-0/+49
*
Remove duplicated words words (GH-20413)
Serhiy Storchaka
2020-05-26
1
-1/+1
*
bpo-40730: Remove redundant 'to' (GH-20316)
Florian Dahlitz
2020-05-22
1
-1/+1
*
Restore missing column of digits (GH-20313)
Raymond Hettinger
2020-05-22
1
-30/+30
[next]