COMMITS
/ Doc/whatsnew/3.12.rst May 22, 2023
S
gh-94473: Flatten arguments in tkinter.Canvas.coords() (GH-98479)
Serhiy Storchaka committed
May 21, 2023
S
gh-98836: Extend PyUnicode_FromFormat() (GH-98838)
Serhiy Storchaka committed
H
gh-103857: Document utcnow and utcfromtimestamp deprecations in What's New (#104542)
Hugo van Kemenade committed
May 19, 2023
N
May 18, 2023
T
GH-104484: Add case_sensitive argument to `pathlib.PurePath.match()` (GH-104565)
thirumurugan committed
May 15, 2023
E
gh-104487: PYTHON_FOR_REGEN must be minimum Python 3.10 (#104488)
Erlend E. Aasland committed
May 13, 2023
A
gh-91896: Revert some very noisy DeprecationWarnings for `ByteString` (#104424)
Alex Waygood committed
May 12, 2023
A
gh-91896: Fixup some docs issues following ByteString deprecation (#104422)
Alex Waygood committed
May 9, 2023
C
gh-97933: (PEP 709) inline list/dict/set comprehensions (#101441)
Carl Meyer committed
I
gh-97696: Move around and update the whatsnew entry for asyncio eager task factory (#104298)
Itamar Ostricher committed
Z
gh-90656: Add platform triplets for 64-bit LoongArch (LA64) (#30939)
Zhang Na committed
May 7, 2023
A
gh-103193: cache calls to `inspect._shadowed_dict` in `inspect.getattr_static` (#104267)
Alex Waygood committed
May 6, 2023
A
gh-90953: Emit deprecation warnings for `ast` features deprecated in Python 3.8 (#104199)
Alex Waygood committed
May 5, 2023
B
GH-100479: Add `pathlib.PurePath.with_segments()` (GH-103975)
Barney Gale committed
May 4, 2023
H
gh-102500: Add PEP 688 and 698 to the 3.12 release highlights (#104174)
Hugo van Kemenade committed
S
gh-91896: Deprecate collections.abc.ByteString (#102096)
Shantanu committed
J
gh-102500: Document PEP 688 (#102571)
Jelle Zijlstra committed
P
gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)
Petr Viktorin committed
May 3, 2023
N
gh-97850: Deprecate `find_loader` and `get_loader` in `pkgutil` (GH-98520)
Nikita Sobolev committed
I
T
gh-103693: Add convenience variable feature to `pdb` (#103694)
Tian Gao committed
P
gh-103968: Deprecate creating heap types whose metaclass has custom tp_new. (GH-103972)
Petr Viktorin committed
A
GH-97850: Suppress cross-references to the removed ``module_repr`` method (#104133)
Adam Turner committed
A
GH-98040: Suppress cross-references to the removed ``imp`` module (#104131)
Adam Turner committed
B
gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059)
Barry Warsaw committed
T
gh-82012: Deprecate bitwise inversion (~) of bool (#103487)
Tim Hoffmann committed
May 1, 2023
I
gh-97696: asyncio eager tasks factory (#102853)
Itamar Ostricher committed
April 29, 2023
I
gh-103793: Defer formatting task name (#103767)
Itamar Ostricher committed
P
gh-103636: issue warning for deprecated calendar constants (#103833)
Prince Roshan committed
April 28, 2023
B
gh-98040: Remove just the `imp` module (#98573)
Barry Warsaw committed
April 27, 2023
I
gh-103590: do not wrap a single exception raised from a try-except* (#103665)
Irit Katriel committed
April 26, 2023
F
gh-103629: Update typing.Unpack docs in compliance with PEP 692 (#103894)
Franek Magiera committed
E
gh-103489: Add get/set config methods to sqlite3.Connection (#103506)
Erlend E. Aasland committed
E
gh-103015: Add entrypoint keyword param to sqlite3.Connection.load_extension (#103073)
Erlend E. Aasland committed
April 25, 2023
S
gh-51574: Make tempfile.mkdtemp() always return absolute paths (#94612)
Samuel Sloniker committed
April 24, 2023
P
gh-102950: Implement PEP 706 – Filter for tarfile.extractall (#102953)
Petr Viktorin committed
April 23, 2023
J
gh-101688: Implement types.get_original_bases (#101827)
James Hilton-Balfe committed
April 22, 2023
E
gh-84436: Implement Immortal Objects (gh-19474)
Eddie Elizondo committed
R
GH-103415: Document itertools.batched() in whatsnew.3.12 (#103670)
Raymond Hettinger committed
April 19, 2023
K
GH-88342: clarify that `asyncio.as_completed` accepts generators yielding tasks (#103626)
Kumar Aditya committed
April 18, 2023
P
gh-95299: Stop installing setuptools as a part of ensurepip and venv (#101039)
Pradyun Gedam committed
S
gh-67230: update whatsnew note for csv changes (#103598)
Skip Montanaro committed
April 13, 2023
S
gh-67230: document new csv quoting modes in whatsnew (gh-103491)
Skip Montanaro committed
April 11, 2023
April 9, 2023
K
Document `asyncio` performance improvement in What's New (#103370)
Kumar Aditya committed
April 7, 2023
A
gh-74690: Document changes made to runtime-checkable protocols in 3.12 (#103348)
Alex Waygood committed
April 5, 2023
D
gh-101525: Disable peephole optimization process of BOLT (gh-103187)
Dong-hee Na committed
April 4, 2023
C
GH-75586: Make shutil.which() on Windows more consistent with the OS (GH-103179)
Charles Machalow committed