summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* bpo-44863: Allow generic typing.TypedDict (#27663)Samodya Abey2022-05-031-1/+4
* gh-92154: Expose PyCode_GetCode in the C API (GH-92168)Ken Jin2022-05-031-0/+5
* Fix doc warnings in What's New in 3.11 (GH-92215)Ken Jin2022-05-031-1/+1
* bpo-43923: Add support for generic typing.NamedTuple (#92027)Serhiy Storchaka2022-05-021-0/+4
* gh-89253: Add 3.10 whatsnew section for itertools.pairwise (GH-91563)slateny2022-04-301-0/+6
* Convert :issue: to :gh: in whatsnew (GH-92089)Dennis Sweeney2022-04-301-1/+1
* gh-81548: Deprecate octal escape sequences with value larger than 0o377 (GH-9...Serhiy Storchaka2022-04-301-0/+6
* gh-91760: Deprecate group names and numbers which will be invalid in future (...Serhiy Storchaka2022-04-301-0/+8
* gh-91491: Add several typing features to What's New (#92060)Shantanu2022-04-301-0/+65
* gh-91217: deprecate xdrlib (GH-92066)Brett Cannon2022-04-301-0/+1
* bpo-22276: Change pathlib.Path.glob not to ignore trailing path separator (GH...Eisuke Kawashima2022-04-281-0/+9
* gh-91217: deprecate uu (GH-92009)Brett Cannon2022-04-281-0/+1
* gh-68966: Deprecate the mailcap module (#91951)Victor Stinner2022-04-261-1/+3
* gh-91217: deprecate telnetlib (GH-91958)Brett Cannon2022-04-261-0/+1
* gh-91217: deprecate sunau (GH-91866)Brett Cannon2022-04-251-0/+1
* gh-91888: add a `:gh:` role to the documentation (#91889)Ezio Melotti2022-04-251-1/+1
* gh-91491: What's New in 3.11 section for typing PEPs (#91721)Jelle Zijlstra2022-04-241-2/+133
* gh-91230: Concise catch_warnings with simplefilter (#91435)Zac Hatfield-Dodds2022-04-241-0/+7
* gh-91217: deprecate spwd (#91846)Brett Cannon2022-04-231-0/+1
* gh-88116: Enhance the inspect frame APIs to use the extended position informa...Pablo Galindo Salgado2022-04-231-0/+8
* gh-91217: deprecate-sndhdr (#91806)Brett Cannon2022-04-221-0/+1
* gh-91217: deprecate-pipes (GH-91779)Brett Cannon2022-04-221-0/+1
* GH-88116: Document that PyCodeNew is dangerous, and make PyCode_NewEmpty less...Mark Shannon2022-04-211-0/+6
* GH-88756: Update docs for PEP 523 eval function type. (GH-91788)Mark Shannon2022-04-211-0/+4
* bpo-46014: Add docs regarding `functools.singledispatch` changes in 3.11 (#32...Yurii Karabas2022-04-191-0/+30
* gh-74166: Add option to get all errors from socket.create_connection (GH-91586)Irit Katriel2022-04-181-0/+4
* gh-91217: deprecate ossaudiodev (GH-91641)Brett Cannon2022-04-171-0/+1
* gh-91217: deprecate nis (GH-91606)Brett Cannon2022-04-161-0/+1
* gh-89770: Implement PEP-678 - Exception notes (GH-31317)Irit Katriel2022-04-161-5/+8
* gh-86178: Add wsgiref.types (GH-32335)Sebastian Rittau2022-04-161-0/+4
* gh-91217: deprecate nntplib (GH-91543)Brett Cannon2022-04-151-0/+1
* gh-91276: Make JUMP_IF_TRUE_OR_POP/JUMP_IF_FALSE_OR_POP relative (GH-32215)Irit Katriel2022-04-151-0/+3
* gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException (GH-30531)Irit Katriel2022-04-151-0/+8
* gh-91404: Use computed gotos and reduce indirection in re (#91495)Brandt Bucher2022-04-151-0/+6
* gh-79156: Add start_tls() method to streams API (#91453)Oleg Iarygin2022-04-151-0/+4
* gh-69093: Support basic incremental I/O to blobs in `sqlite3` (GH-30680)Erlend Egeberg Aasland2022-04-151-0/+4
* gh-91217: deprecate msilib (GH-91515)Brett Cannon2022-04-141-0/+1
* gh-91217: deprecate imghdr (#91461)Brett Cannon2022-04-131-0/+1
* gh-79097: Add support for aggregate window functions in sqlite3 (GH-20903)Erlend Egeberg Aasland2022-04-121-0/+4
* gh-91217: deprecate crypt (GH-91459)Brett Cannon2022-04-121-0/+1
* gh-47061: Deprecate `chunk` (GH-91419)Brett Cannon2022-04-111-0/+1
* bpo-47120: make POP_JUMP_IF_TRUE/FALSE/NONE/NOT_NONE relative (GH-32400)Irit Katriel2022-04-111-4/+11
* bpo-47000: Add `locale.getencoding()` (GH-32068)Inada Naoki2022-04-091-0/+7
* bpo-47061: deprecate cgi and cgitb (GH-32410)Brett Cannon2022-04-091-0/+2
* Add new PyFrame_GetLasti C-API function (GH-32413)Mark Shannon2022-04-081-3/+3
* Deprecate audioop (GH-32392)Brett Cannon2022-04-071-0/+1
* bpo-35134: Remove the Include/code.h header file (GH-32385)Victor Stinner2022-04-071-1/+1
* bpo-26579: Add object.__getstate__(). (GH-2821)Serhiy Storchaka2022-04-061-0/+9
* bpo-47115: Document which parts of structs are in limited API/stable ABI (GH-...Petr Viktorin2022-04-061-2/+4
* Revert "bpo-46850: Move _PyEval_EvalFrameDefault() to internal C API (GH-3205...Victor Stinner2022-04-061-11/+0