summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.12.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-97681: Remove Tools/demo/ directory (#97682)Victor Stinner2022-10-031-0/+9
* gh-96348: Deprecate the 3-arg signature of coroutine.throw and generator.thro...Ofey Chan2022-09-301-0/+5
* gh-96670: Raise SyntaxError when parsing NULL bytes (#97594)Pablo Galindo Salgado2022-09-271-0/+6
* gh-96512: Update int_max_str docs to say 3.11 (#96942)Gregory P. Smith2022-09-191-11/+0
* fixes gh-96841: replace Mercurial with VCS (#96879)Benjamin Peterson2022-09-161-2/+2
* gh-89536: Use ThinLTO policy if possible (gh-96766)Dong-hee Na2022-09-161-0/+4
* GH-91049: Introduce set vectorcall field API for PyFunctionObject (GH-92257)adphrost2022-09-151-0/+4
* Revert accidental removal from 3.12 doc. (gh-96826)Benjamin Peterson2022-09-141-0/+70
* closes gh-96734: Update to Unicode 15.0.0. (GH-96809)Benjamin Peterson2022-09-131-70/+6
* gh-93503: Document the new tracing/profiling APIs in the What's new document ...Pablo Galindo Salgado2022-09-131-0/+14
* gh-90751: memoryview now supports half-float (#96738)Dong-hee Na2022-09-101-0/+3
* Fix typo in 3.12 whatsnew (GH-96740)Maksym Medvied2022-09-101-1/+1
* gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)Gregory P. Smith2022-09-021-0/+11
* gh-90536: Add support for the BOLT post-link binary optimizer (gh-95908)Kevin Modzelewski2022-08-181-0/+4
* GH-95589: Dont crash when subclassing extension classes with multiple inherit...Mark Shannon2022-08-171-0/+17
* gh-90385: Add pathlib.Path.walk what's new section (GH-95467)Stanislav Zmiev2022-08-111-0/+7
* gh-95504: Fix negative numbers in PyUnicode_FromFormat (GH-95848)Petr Viktorin2022-08-101-0/+3
* gh-95781: More strict format string checking in PyUnicode_FromFormatV() (GH-9...Serhiy Storchaka2022-08-081-0/+6
* gh-93274: Expose receiving vectorcall in the Limited API (GH-95717)Petr Viktorin2022-08-081-3/+11
* gh-93243: Make smtpd private before porting its users (GH-93246)Oleg Iarygin2022-08-061-0/+12
* gh-94673: Add Per-Interpreter tp_subclasses for Static Builtin Types (gh-95301)Eric Snow2022-08-051-0/+10
* gh-93274: Make vectorcall safe on mutable classes & inherit it by default (#9...Petr Viktorin2022-08-041-0/+9
* gh-95388: Deprecate creating immutable types with mutable bases (GH-95533)Petr Viktorin2022-08-041-0/+7
* gh-77617: Add sqlite3 command-line interface (#95026)Erlend Egeberg Aasland2022-08-011-0/+7
* gh-94673: Add Per-Interpreter tp_weaklist for Static Builtin Types (#95302)Eric Snow2022-07-291-0/+7
* gh-93963: Document importlib.abc deprecations (#94546)Hugo van Kemenade2022-07-251-0/+18
* gh-95112: Fix What's New 3.12 contribution note periods (#95118)Terry Jan Reedy2022-07-221-2/+2
* gh-90016: Deprecate default sqlite3 adapters and converters (#94276)Erlend Egeberg Aasland2022-07-201-0/+6
* gh-93939: Build C extensions without setup.py (GH-94474)Christian Heimes2022-07-141-0/+6
* gh-94309: Add typing.Hashable and typing.Sized for "What's New for Python 3.1...MonadChains2022-07-141-0/+3
* Fix heading levels for "Deprecated" section in What's New for 3.12 (GH-94762)Pradyun Gedam2022-07-121-2/+2
* gh-94199: Remove the ssl.wrap_socket() function (#94203)Victor Stinner2022-07-081-0/+9
* gh-94379: Remove zipimport find_loader() and find_module() methods (#94380)Victor Stinner2022-07-051-0/+5
* gh-94383: Remove ElementTree.Element.copy() method (#94384)Victor Stinner2022-07-041-0/+6
* gh-94352: shlex.split() no longer accepts None (#94353)Victor Stinner2022-07-041-0/+5
* gh-94216: add pseudo instructions to the dis/opcodes modules (GH-94241)Irit Katriel2022-07-011-0/+11
* gh-87995: Make MappingProxyType hashable (GH-94252)Serhiy Storchaka2022-06-281-0/+3
* gh-94199: Remove hashlib.pbkdf2_hmac() Python implementation (GH-94200)Victor Stinner2022-06-281-0/+6
* gh-94226: Remove the locale.format() function (#94229)Victor Stinner2022-06-261-0/+5
* Revert "bpo-45162: Revert "Remove many old deprecated unittest features"" (GH...Serhiy Storchaka2022-06-261-0/+39
* gh-94199: Remove ssl.match_hostname() function (#94224)Victor Stinner2022-06-251-0/+5
* gh-94196: Remove gzip.GzipFile.filename attribute (#94197)Victor Stinner2022-06-241-0/+6
* gh-94199: Remove ssl.RAND_pseudo_bytes() function (#94202)Victor Stinner2022-06-241-0/+4
* gh-94169: Remove deprecated io.OpenWrapper (#94170)Victor Stinner2022-06-241-0/+6
* gh-85308: argparse: Use filesystem encoding for arguments file (GH-93277)Inada Naoki2022-06-231-0/+6
* gh-89336: Remove configparser APIs that were deprecated for 3.12 (#92503)Gregory P. Smith2022-06-211-0/+10
* gh-77782: Deprecate global configuration variable (#93943)Victor Stinner2022-06-171-0/+29
* gh-92547: Amend What's New (#93872)Erlend Egeberg Aasland2022-06-161-0/+8
* GH-93429: Document `LOAD_METHOD` removal (GH-93803)Ken Jin2022-06-141-0/+9
* GH-92308 What's New: list pending removals in 3.13 and future versions (#92562)Hugo van Kemenade2022-06-061-0/+55