summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* 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
* gh-102433: Use `inspect.getattr_static` in `typing._ProtocolMeta.__instancech...Alex Waygood2023-04-021-0/+11
* gh-102192: deprecate _PyErr_ChainExceptions (#102935)Irit Katriel2023-04-011-0/+6
* gh-102871: Remove obsolete browsers from webbrowser (#102872)James De Bias2023-03-311-0/+4
* GH-84783: Mention Author for GH-101264 (make slices hashable) (#103146)Furkan Onder2023-03-311-1/+1
* gh-101100: Test docs in nit-picky mode (#102513)Hugo van Kemenade2023-03-241-44/+44
* gh-102859: Remove JUMP_IF_FALSE_OR_POP and JUMP_IF_TRUE_OR_POP (#102870)Irit Katriel2023-03-221-0/+3
* gh-102828: emit deprecation warning for onerror arg to shutil.rmtree (#102850)Irit Katriel2023-03-211-3/+7
* gh-102304: Add a What's New Entry About _Py_RefTotal (gh-102845)Eric Snow2023-03-201-0/+5
* gh-72346: Added isdst deprecation warning to email.utils.localtime (GH-91450)Alan Williams2023-03-201-0/+3
* gh-102828: add onexc arg to shutil.rmtree. Deprecate onerror. (#102829)Irit Katriel2023-03-191-0/+9
* gh-102778: Add sys.last_exc, deprecate sys.last_type, sys.last_value,sys.last...Irit Katriel2023-03-181-0/+10
* GH-78530: add support for generators in `asyncio.wait` (#102761)Kumar Aditya2023-03-171-0/+3
* gh-102755: Add PyErr_DisplayException(exc) (#102756)Irit Katriel2023-03-161-0/+7
* gh-99726: Improves correctness of stat results for Windows, and uses faster A...Steve Dower2023-03-161-0/+16
* GH-102748: remove legacy support for generator based coroutines from `asyncio...Kumar Aditya2023-03-161-0/+4
* gh-101578: mention in what's new in 3.12 that exceptions are now normalized b...Irit Katriel2023-03-141-0/+5
* gh-79940: add introspection API for asynchronous generators to `inspect` modu...Thomas Krennwallner2023-03-111-0/+4
* gh-102519: Add os.listdrives, os.listvolumes and os.listmounts on Windows (GH...Steve Dower2023-03-101-0/+4
* GH-84783: Document GH-101264 (Make the slice object hashable) in What's New. ...T. Wouters2023-03-091-0/+2
* 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-101101: Unstable C API tier (PEP 689) (GH-101102)Petr Viktorin2023-02-281-0/+23