summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.11.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-100734: Add 'Notable change in 3.11.x' to `whatsnew/3.11.rst` (#114657)Hugo van Kemenade2024-01-281-0/+26
* gh-101100: Fix Sphinx warnings in `whatsnew/3.11.rst` and related (#114531)Hugo van Kemenade2024-01-271-48/+48
* gh-101100: Fix Sphinx warnings for removed dead batteries (#113669)Hugo van Kemenade2024-01-031-6/+6
* gh-101100: Fix Sphinx warnings from removed `~!` references (#113629)Hugo van Kemenade2024-01-021-1/+1
* gh-101100: Fix Sphinx warnings in `library/configparser.rst` (#113598)Hugo van Kemenade2023-12-311-1/+1
* gh-101100: Properly document frame object attributes (#112735)Alex Waygood2023-12-051-2/+3
* gh-111187: Postpone removal version for locale.getdefaultlocale() to 3.15 (#1...Hugo van Kemenade2023-10-251-1/+1
* gh-109634: Use :samp: role (GH-109635)Serhiy Storchaka2023-09-231-3/+3
* GH-95913: Add the release date for Python 3.11 (#109750)Adam Turner2023-09-231-1/+1
* Docs: Update Donghee Na's name (#109743)Hugo van Kemenade2023-09-221-9/+9
* gh-70766: Mention the object getstate caveat in 3.11 What's new. (#108379)Gregory P. Smith2023-08-231-0/+4
* gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258)Serhiy Storchaka2023-08-221-13/+13
* gh-107298: Fix references to deprecated and removed PyUnicode C API (GH-108077)Serhiy Storchaka2023-08-211-13/+13
* gh-107091: Fix the use of some C domain roles (#107092)Serhiy Storchaka2023-07-231-1/+1
* gh-106909: Use role :const: for referencing module constants (GH-106910)Serhiy Storchaka2023-07-211-4/+4
* gh-106892: Use roles :data: and :const: for referencing module variables (GH-...Serhiy Storchaka2023-07-211-1/+1
* gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)Serhiy Storchaka2023-07-211-2/+2
* gh-102304: doc: Add links to Stable ABI and Limited C API (#105345)Victor Stinner2023-06-061-1/+1
* gh-104992: [What's New in 3.11] Document unittest.TestProgram.usageExit's dep...Hugo van Kemenade2023-05-271-0/+4
* gh-104773: PEP 594: Remove the imghdr module (#104777)Victor Stinner2023-05-261-1/+1
* gh-104876: Remove deprecated turtle.RawTurtle.settiltangle (#104877)Hugo van Kemenade2023-05-261-1/+1
* gh-104773: PEP 594: Remove the chunk module (#104868)Victor Stinner2023-05-251-1/+1
* gh-104773: PEP 594: Remove the audioop module (#104937)Victor Stinner2023-05-251-1/+1
* gh-104773: PEP 594: Remove the aifc module (#104933)Victor Stinner2023-05-251-1/+1
* gh-104773: PEP 594: Remove the uu module (#104932)Victor Stinner2023-05-251-1/+1
* gh-104773: PEP 594: Remove the crypt module (#104908)Victor Stinner2023-05-251-1/+1
* gh-104773: Remove the msilib package (GH-104911)Zachary Ware2023-05-251-1/+1
* gh-104773: PEP 594: Remove the xdrlib module (#104900)Victor Stinner2023-05-241-1/+1
* gh-104773: PEP 594: Remove the nis module (#104897)Victor Stinner2023-05-241-1/+1
* gh-104773: PEP 594: Remove the nntplib module (#104894)Victor Stinner2023-05-241-1/+1
* gh-104773: PEP 594: Remove the spwd module (#104871)Victor Stinner2023-05-241-1/+1
* gh-104773: PEP 594: Remove the mailcap module (#104867)Victor Stinner2023-05-241-1/+1
* gh-104773: PEP 594: Remove the sunau module (#104863)Victor Stinner2023-05-241-1/+1
* gh-104773: PEP 594: Remove the ossaudiodev module (#104862)Victor Stinner2023-05-241-1/+1
* gh-104773: PEP 594: Remove the pipes module (#104848)Victor Stinner2023-05-241-1/+1
* gh-104773: PEP 594: Remove the sndhdr module (#104774)Victor Stinner2023-05-241-1/+1
* gh-104773: PEP 594: Remove cgi and cgitb modules (#104775)Victor Stinner2023-05-241-2/+2
* gh-104780: Remove 2to3 program and lib2to3 module (#104781)Victor Stinner2023-05-231-1/+1
* gh-104773: PEP 594: Remove the telnetlib module (#104778)Victor Stinner2023-05-231-1/+1
* GH-97850: Suppress cross-references to removed ``importlib.util`` functions (...Adam Turner2023-05-031-1/+1
* GH-97850: Suppress cross-references to the removed ``module_repr`` method (#1...Adam Turner2023-05-031-1/+1
* GH-98040: Suppress cross-references to the removed ``imp`` module (#104131)Adam Turner2023-05-031-1/+1
* gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059)Barry Warsaw2023-05-031-7/+7
* GH-103484: Fix redirected permanently URLs (#104001)Rafael Fontenelle2023-05-021-4/+4
* gh-100458: Clarify Enum.__format__() change of mixed-in types in the whatsnew...Anže Pečar2023-05-011-13/+5
* gh-95913: Consolidate build requirements changes in 3.11 WhatsNew (GH-98781)C.A.M. Gerlach2023-03-071-15/+7
* gh-95913: Edit Faster CPython section in 3.11 WhatsNew (GH-98429)C.A.M. Gerlach2023-03-071-77/+109
* gh-100700: Remove Date and Release fields in past whatsnews (GH-100728)Zachary Ware2023-01-031-2/+1
* Docs: Use `PY_VERSION_HEX` for version comparison (#100179)Hugo van Kemenade2022-12-171-1/+1
* gh-100008: Document Python build requirements (#100009)Victor Stinner2022-12-051-1/+1