summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* gh-100458: Clarify Enum.__format__() change of mixed-in types in the whatsnew...Anže Pečar2023-05-011-13/+5
* gh-103793: Defer formatting task name (#103767)Itamar Ostricher2023-04-291-0/+3
* gh-103636: issue warning for deprecated calendar constants (#103833)Prince Roshan2023-04-291-0/+9
* gh-98040: Remove just the `imp` module (#98573)Barry Warsaw2023-04-281-1/+4
* gh-103590: do not wrap a single exception raised from a try-except* (#103665)Irit Katriel2023-04-271-0/+5
* gh-103629: Update typing.Unpack docs in compliance with PEP 692 (#103894)Franek Magiera2023-04-261-0/+34
* gh-103489: Add get/set config methods to sqlite3.Connection (#103506)Erlend E. Aasland2023-04-261-0/+5
* gh-103015: Add entrypoint keyword param to sqlite3.Connection.load_extension ...Erlend E. Aasland2023-04-261-0/+5
* gh-51574: Make tempfile.mkdtemp() always return absolute paths (#94612)Samuel Sloniker2023-04-251-2/+4
* gh-102950: Implement PEP 706 – Filter for tarfile.extractall (#102953)Petr Viktorin2023-04-241-0/+15
* gh-101688: Implement types.get_original_bases (#101827)James Hilton-Balfe2023-04-231-0/+7
* gh-84436: Implement Immortal Objects (gh-19474)Eddie Elizondo2023-04-221-2/+19
* GH-103484: Fix broken links reported by linkcheck (#103608)Rafael Fontenelle2023-04-222-2/+2
* GH-103415: Document itertools.batched() in whatsnew.3.12 (#103670)Raymond Hettinger2023-04-221-0/+7
* GH-88342: clarify that `asyncio.as_completed` accepts generators yielding tas...Kumar Aditya2023-04-191-1/+2
* gh-95299: Stop installing setuptools as a part of ensurepip and venv (#101039)Pradyun Gedam2023-04-181-0/+18
* gh-67230: update whatsnew note for csv changes (#103598)Skip Montanaro2023-04-181-1/+1
* gh-67230: document new csv quoting modes in whatsnew (gh-103491)Skip Montanaro2023-04-131-0/+7
* gh-77757: replace exception wrapping by PEP-678 notes in typeobject's __set_n...Irit Katriel2023-04-111-0/+4
* gh-103176: sys._current_exceptions() returns mapping to exception instances i...Irit Katriel2023-04-111-0/+8
* Document `asyncio` performance improvement in What's New (#103370)Kumar Aditya2023-04-091-0/+5
* gh-74690: Document changes made to runtime-checkable protocols in 3.12 (#103348)Alex Waygood2023-04-071-0/+35
* gh-103193: Celebrate performance improvements to `inspect.getattr_static` in ...Alex Waygood2023-04-071-0/+4
* gh-101525: Disable peephole optimization process of BOLT (gh-103187)Dong-hee Na2023-04-051-1/+1
* GH-75586: Make shutil.which() on Windows more consistent with the OS (GH-103179)Charles Machalow2023-04-041-0/+14
* gh-101865: Deprecate `co_lnotab` from code objects as per PEP 626 (#101866)Nikita Sobolev2023-04-031-0/+6
* bpo-4080: unittest durations (#12271)Giampaolo Rodola2023-04-021-0/+21