summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* gh-104773: Remove the msilib package (GH-104911)Zachary Ware2023-05-256-5/+8
* gh-104773: PEP 594: Remove the xdrlib module (#104900)Victor Stinner2023-05-243-2/+5
* gh-104773: PEP 594: Remove the nis module (#104897)Victor Stinner2023-05-244-5/+8
* gh-104835: Remove unittest's deprecated getTestCaseNames, makeSuite, findTest...Hugo van Kemenade2023-05-241-0/+14
* gh-104773: PEP 594: Remove the nntplib module (#104894)Victor Stinner2023-05-2410-15/+20
* gh-104773: PEP 594: Remove the spwd module (#104871)Victor Stinner2023-05-245-4/+9
* gh-104773: PEP 594: Remove the mailcap module (#104867)Victor Stinner2023-05-243-2/+6
* gh-104773: PEP 594: Remove the sunau module (#104863)Victor Stinner2023-05-245-8/+11
* gh-104773: PEP 594: Remove the ossaudiodev module (#104862)Victor Stinner2023-05-245-4/+8
* gh-104773: PEP 594: Remove the pipes module (#104848)Victor Stinner2023-05-244-3/+7
* gh-102856: Add missing quote to fix doctest (#104852)Hugo van Kemenade2023-05-241-1/+1
* gh-102856: Add changes related to PEP 701 in 3.12 What's New docs (#104824)Marta Gómez Macías2023-05-241-16/+135
* gh-104773: PEP 594: Remove the sndhdr module (#104774)Victor Stinner2023-05-243-2/+8
* gh-104773: PEP 594: Remove cgi and cgitb modules (#104775)Victor Stinner2023-05-2411-19/+49
* GH-83863: Drop support for using `pathlib.Path` objects as context managers (...Barney Gale2023-05-231-0/+3
* gh-104780: Remove 2to3 program and lib2to3 module (#104781)Victor Stinner2023-05-234-4/+8
* gh-92871: Remove typing.{io,re} namespaces (#92873)Sebastian Rittau2023-05-231-0/+3
* gh-104773: PEP 594: Remove the telnetlib module (#104778)Victor Stinner2023-05-235-4/+8
* Fix whatsnew for 3.13. (GH-104756)Ned Deily2023-05-222-0/+1
* GH-104668: Don't call PyOS_* hooks in subinterpreters (GH-104674)Brandt Bucher2023-05-221-0/+9
* Python 3.13.0a0Thomas Wouters2023-05-221-0/+132
* gh-94473: Flatten arguments in tkinter.Canvas.coords() (GH-98479)Serhiy Storchaka2023-05-221-0/+11
* gh-98836: Extend PyUnicode_FromFormat() (GH-98838)Serhiy Storchaka2023-05-211-0/+6
* gh-103857: Document utcnow and utcfromtimestamp deprecations in What's New (#...Hugo van Kemenade2023-05-211-0/+10
* gh-92248: Deprecate `type`, `choices`, `metavar` parameters of `argparse.Bool...Nikita Sobolev2023-05-191-0/+5
* GH-104484: Add case_sensitive argument to `pathlib.PurePath.match()` (GH-104565)thirumurugan2023-05-181-0/+3
* gh-104487: PYTHON_FOR_REGEN must be minimum Python 3.10 (#104488)Erlend E. Aasland2023-05-151-0/+2
* gh-91896: Revert some very noisy DeprecationWarnings for `ByteString` (#104424)Alex Waygood2023-05-131-2/+2
* gh-91896: Fixup some docs issues following ByteString deprecation (#104422)Alex Waygood2023-05-121-0/+3
* gh-97933: (PEP 709) inline list/dict/set comprehensions (#101441)Carl Meyer2023-05-091-0/+24
* gh-97696: Move around and update the whatsnew entry for asyncio eager task fa...Itamar Ostricher2023-05-091-5/+5
* gh-90656: Add platform triplets for 64-bit LoongArch (LA64) (#30939)Zhang Na2023-05-091-0/+8
* gh-103193: cache calls to `inspect._shadowed_dict` in `inspect.getattr_static...Alex Waygood2023-05-071-3/+4
* gh-90953: Emit deprecation warnings for `ast` features deprecated in Python 3...Alex Waygood2023-05-061-0/+13
* GH-100479: Add `pathlib.PurePath.with_segments()` (GH-103975)Barney Gale2023-05-051-0/+5
* gh-102500: Add PEP 688 and 698 to the 3.12 release highlights (#104174)Hugo van Kemenade2023-05-041-2/+6
* gh-91896: Deprecate collections.abc.ByteString (#102096)Shantanu2023-05-041-0/+5
* gh-102500: Document PEP 688 (#102571)Jelle Zijlstra2023-05-041-1/+13
* gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)Petr Viktorin2023-05-041-0/+15
* gh-97850: Deprecate `find_loader` and `get_loader` in `pkgutil` (GH-98520)Nikita Sobolev2023-05-031-0/+5
* gh-103590: mention that the change is included in 3.11.4 and clarify except* ...Irit Katriel2023-05-031-1/+2
* gh-103693: Add convenience variable feature to `pdb` (#103694)Tian Gao2023-05-031-0/+8
* gh-103968: Deprecate creating heap types whose metaclass has custom tp_new. (...Petr Viktorin2023-05-031-0/+20
* GH-97850: Suppress cross-references to removed ``importlib.util`` functions (...Adam Turner2023-05-033-7/+7
* GH-97850: Suppress cross-references to the removed ``module_repr`` method (#1...Adam Turner2023-05-034-8/+8
* GH-98040: Suppress cross-references to the removed ``imp`` module (#104131)Adam Turner2023-05-038-16/+16
* gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059)Barry Warsaw2023-05-037-45/+51
* gh-82012: Deprecate bitwise inversion (~) of bool (#103487)Tim Hoffmann2023-05-031-0/+6
* GH-103484: Fix redirected permanently URLs (#104001)Rafael Fontenelle2023-05-0213-23/+23
* gh-97696: asyncio eager tasks factory (#102853)Itamar Ostricher2023-05-011-0/+5