summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* GH-92678: Document that you shouldn't be doing your own dictionary offset cal...Mark Shannon2022-08-091-0/+4
* 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-91838: Resolve more HTTP links which redirect to HTTPS (GH-95650)Serhiy Storchaka2022-08-081-1/+1
* gh-93243: Make smtpd private before porting its users (GH-93246)Oleg Iarygin2022-08-061-0/+12
* Remove draft notice from 3.11 What's new (#95713)Pablo Galindo Salgado2022-08-051-7/+0
* GH-90997: Document CACHEs (GH-95694)Brandt Bucher2022-08-051-0/+7
* 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-94936: C getters: co_varnames, co_cellvars, co_freevars (#95008)Ken Jin2022-08-041-4/+7
* gh-91838: Resolve HTTP links which redirect to HTTPS (GH-95642)Serhiy Storchaka2022-08-043-5/+5
* gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-9...Serhiy Storchaka2022-08-048-14/+14
* gh-95191: IDLE Prompts entry for What's New 3.10 (#95633)Terry Jan Reedy2022-08-041-0/+3
* gh-95191: IDLE Prompts entry for Whatnew 3.11 (#95632)Terry Jan Reedy2022-08-041-0/+3
* [Enum] add whatsnew entries (GH-95455)Ethan Furman2022-08-031-0/+43
* gh-77617: Add sqlite3 command-line interface (#95026)Erlend Egeberg Aasland2022-08-011-0/+7
* Doctest cleanups (GH-95436)Zachary Ware2022-07-301-2/+2
* gh-94673: Add Per-Interpreter tp_weaklist for Static Builtin Types (#95302)Eric Snow2022-07-291-0/+7
* Update link to faster cpython benchmarks (GH-95391)Ken Jin2022-07-281-1/+1
* gh-95085: Promote Emscripten and WASI to PEP 11 tier 3 (GH-95086)Christian Heimes2022-07-271-4/+13
* gh-93963: Document importlib.abc deprecations (#94546)Hugo van Kemenade2022-07-251-0/+18
* gh-85454: Remove distutils documentation (#95239)Christian Heimes2022-07-252-2/+2
* gh-85454: Remove links from historical mentions of distutils (GH-95192)Oleg Iarygin2022-07-255-8/+8
* gh-95173: Revert commit 51ed2c56a1852cd6b09c85ba81312dc9782772ce (#95176)Pablo Galindo Salgado2022-07-241-7/+0
* gh-93351: Add news entry and what's new entry for changes in gh-93351 (#95175)Pablo Galindo Salgado2022-07-231-0/+4
* Fix scheme count in `sysconfig` whatsnew entry (GH-94110)Frank Dana2022-07-221-1/+1
* gh-95112: Fix What's New 3.12 contribution note periods (#95118)Terry Jan Reedy2022-07-221-2/+2
* gh-95112: Fix What's New 3.11 contribution note periods (#95115)Terry Jan Reedy2022-07-221-5/+5
* gh-95112: Fix What's New 3.10 contribution note periods (#95114)Terry Jan Reedy2022-07-221-25/+25
* gh-90016: Deprecate default sqlite3 adapters and converters (#94276)Erlend Egeberg Aasland2022-07-201-0/+6
* gh-91181: Add a What's New entry for dropping bytes support for `sys.path` (G...Brett Cannon2022-07-171-0/+7
* 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-93883: elide traceback indicators when possible (#93994)John Belmonte2022-07-111-1/+0
* 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
* Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...Ned Batchelder2022-07-0511-26/+26
* gh-93626: Set the release for `__future__.annotations` to `None` (GH-93628)KotlinIsland2022-07-051-0/+7
* 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-90908: Document asyncio.TaskGroup (GH-94359)Guido van Rossum2022-06-301-0/+5
* 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-262-2/+40
* 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