COMMITS
/ Doc/whatsnew/3.12.rst October 8, 2022
C
gh-91052: Add PyDict_Unwatch for unwatching a dictionary (#98055)
Carl Meyer committed
October 7, 2022
H
Docs: Fix backtick errors found by sphinx-lint (#97998)
Hugo van Kemenade committed
October 6, 2022
B
gh-65961: Do not rely solely on `__cached__` (GH-97990)
Brett Cannon committed
October 5, 2022
B
B
gh-97850: Remove all known instances of module_repr() (#97876)
Barry Warsaw committed
S
gh-74696: Pass root_dir to custom archivers which support it (GH-94251)
Serhiy Storchaka committed
October 4, 2022
E
V
gh-97669: Remove outdated example scripts (#97675)
Victor Stinner committed
October 3, 2022
V
gh-97681: Remove Tools/demo/ directory (#97682)
Victor Stinner committed
September 30, 2022
September 27, 2022
P
gh-96670: Raise SyntaxError when parsing NULL bytes (#97594)
Pablo Galindo Salgado committed
September 19, 2022
G
gh-96512: Update int_max_str docs to say 3.11 (#96942)
Gregory P. Smith committed
September 16, 2022
B
fixes gh-96841: replace Mercurial with VCS (#96879)
Benjamin Peterson committed
D
gh-89536: Use ThinLTO policy if possible (gh-96766)
Dong-hee Na committed
September 15, 2022
A
GH-91049: Introduce set vectorcall field API for PyFunctionObject (GH-92257)
adphrost committed
September 14, 2022
B
Revert accidental removal from 3.12 doc. (gh-96826)
Benjamin Peterson committed
September 13, 2022
B
closes gh-96734: Update to Unicode 15.0.0. (GH-96809)
Benjamin Peterson committed
P
gh-93503: Document the new tracing/profiling APIs in the What's new document (#96681)
Pablo Galindo Salgado committed
September 10, 2022
D
gh-90751: memoryview now supports half-float (#96738)
Dong-hee Na committed
M
Fix typo in 3.12 whatsnew (GH-96740)
Maksym Medvied committed
September 2, 2022
G
gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)
Gregory P. Smith committed
August 18, 2022
K
gh-90536: Add support for the BOLT post-link binary optimizer (gh-95908)
Kevin Modzelewski committed
August 17, 2022
M
GH-95589: Dont crash when subclassing extension classes with multiple inheritance (GH-96028)
Mark Shannon committed
August 11, 2022
S
gh-90385: Add pathlib.Path.walk what's new section (GH-95467)
Stanislav Zmiev committed
August 10, 2022
P
gh-95504: Fix negative numbers in PyUnicode_FromFormat (GH-95848)
Petr Viktorin committed
August 8, 2022
S
gh-95781: More strict format string checking in PyUnicode_FromFormatV() (GH-95784)
Serhiy Storchaka committed
P
gh-93274: Expose receiving vectorcall in the Limited API (GH-95717)
Petr Viktorin committed
August 6, 2022
O
gh-93243: Make smtpd private before porting its users (GH-93246)
Oleg Iarygin committed
August 5, 2022
E
gh-94673: Add Per-Interpreter tp_subclasses for Static Builtin Types (gh-95301)
Eric Snow committed
August 4, 2022
P
gh-93274: Make vectorcall safe on mutable classes & inherit it by default (#95437)
Petr Viktorin committed
P
gh-95388: Deprecate creating immutable types with mutable bases (GH-95533)
Petr Viktorin committed
August 1, 2022
E
gh-77617: Add sqlite3 command-line interface (#95026)
Erlend Egeberg Aasland committed
July 29, 2022
E
gh-94673: Add Per-Interpreter tp_weaklist for Static Builtin Types (#95302)
Eric Snow committed
July 25, 2022
H
gh-93963: Document importlib.abc deprecations (#94546)
Hugo van Kemenade committed
July 22, 2022
T
gh-95112: Fix What's New 3.12 contribution note periods (#95118)
Terry Jan Reedy committed
July 20, 2022
E
gh-90016: Deprecate default sqlite3 adapters and converters (#94276)
Erlend Egeberg Aasland committed
July 14, 2022
C
gh-93939: Build C extensions without setup.py (GH-94474)
Christian Heimes committed
M
July 12, 2022
P
Fix heading levels for "Deprecated" section in What's New for 3.12 (GH-94762)
Pradyun Gedam committed
July 8, 2022
V
gh-94199: Remove the ssl.wrap_socket() function (#94203)
Victor Stinner committed
July 5, 2022
V
gh-94379: Remove zipimport find_loader() and find_module() methods (#94380)
Victor Stinner committed
July 4, 2022
V
gh-94383: Remove ElementTree.Element.copy() method (#94384)
Victor Stinner committed
V
gh-94352: shlex.split() no longer accepts None (#94353)
Victor Stinner committed
July 1, 2022
I
gh-94216: add pseudo instructions to the dis/opcodes modules (GH-94241)
Irit Katriel committed
June 28, 2022
S
gh-87995: Make MappingProxyType hashable (GH-94252)
Serhiy Storchaka committed
V
gh-94199: Remove hashlib.pbkdf2_hmac() Python implementation (GH-94200)
Victor Stinner committed
June 26, 2022
V
gh-94226: Remove the locale.format() function (#94229)
Victor Stinner committed
S
Revert "bpo-45162: Revert "Remove many old deprecated unittest features"" (GH-92556)
Serhiy Storchaka committed
June 25, 2022
V
gh-94199: Remove ssl.match_hostname() function (#94224)
Victor Stinner committed
June 24, 2022
V
gh-94196: Remove gzip.GzipFile.filename attribute (#94197)
Victor Stinner committed