COMMITS
/ Doc/whatsnew/3.11.rst May 8, 2022
K
Use percentage over factor for 3.11 whatsnew performance (GH-92496)
Ken Jin committed
K
S
bpo-45046: Support context managers in unittest (GH-28045)
Serhiy Storchaka committed
May 7, 2022
E
gh-92308: Add Pending Removal section to 3.11 What's New (#92309)
Erlend Egeberg Aasland committed
May 6, 2022
S
Fix What's New: use :gh: instead of :issue: (#92395)
Serhiy Storchaka committed
S
gh-91827: Add method info_pathlevel() in tkinter (GH-91829)
Serhiy Storchaka committed
A
gh-92332: Docs-only deprecation of `typing.Text` (GH-92351)
Alex Waygood committed
R
GH-89519: Deprecate classmethod descriptor chaining (#92379)
Raymond Hettinger committed
V
gh-88279: Deprecate PySys_SetArgvEx() (#92363)
Victor Stinner committed
V
gh-57684: Document safe path in What's New in Python 3.11 (#92362)
Victor Stinner committed
P
gh-80010: Expand fromisoformat to include most of ISO-8601 (#92177)
Paul Ganssle committed
May 5, 2022
V
gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)
Victor Stinner committed
May 3, 2022
S
bpo-44863: Allow generic typing.TypedDict (#27663)
Samodya Abey committed
K
gh-92154: Expose PyCode_GetCode in the C API (GH-92168)
Ken Jin committed
K
Fix doc warnings in What's New in 3.11 (GH-92215)
Ken Jin committed
May 2, 2022
S
bpo-43923: Add support for generic typing.NamedTuple (#92027)
Serhiy Storchaka committed
April 30, 2022
D
Convert :issue: to :gh: in whatsnew (GH-92089)
Dennis Sweeney committed
S
gh-81548: Deprecate octal escape sequences with value larger than 0o377 (GH-91668)
Serhiy Storchaka committed
S
gh-91760: Deprecate group names and numbers which will be invalid in future (GH-91794)
Serhiy Storchaka committed
S
gh-91491: Add several typing features to What's New (#92060)
Shantanu committed
B
gh-91217: deprecate xdrlib (GH-92066)
Brett Cannon committed
April 28, 2022
E
bpo-22276: Change pathlib.Path.glob not to ignore trailing path separator (GH-10349)
Eisuke Kawashima committed
B
gh-91217: deprecate uu (GH-92009)
Brett Cannon committed
April 26, 2022
V
gh-68966: Deprecate the mailcap module (#91951)
Victor Stinner committed
B
gh-91217: deprecate telnetlib (GH-91958)
Brett Cannon committed
April 25, 2022
B
gh-91217: deprecate sunau (GH-91866)
Brett Cannon committed
E
gh-91888: add a `:gh:` role to the documentation (#91889)
Ezio Melotti committed
April 24, 2022
J
gh-91491: What's New in 3.11 section for typing PEPs (#91721)
Jelle Zijlstra committed
Z
gh-91230: Concise catch_warnings with simplefilter (#91435)
Zac Hatfield-Dodds committed
April 23, 2022
B
gh-91217: deprecate spwd (#91846)
Brett Cannon committed
P
gh-88116: Enhance the inspect frame APIs to use the extended position information (GH-91531)
Pablo Galindo Salgado committed
April 22, 2022
B
gh-91217: deprecate-sndhdr (#91806)
Brett Cannon committed
B
gh-91217: deprecate-pipes (GH-91779)
Brett Cannon committed
April 21, 2022
M
M
GH-88756: Update docs for PEP 523 eval function type. (GH-91788)
Mark Shannon committed
April 19, 2022
Y
bpo-46014: Add docs regarding `functools.singledispatch` changes in 3.11 (#32282)
Yurii Karabas committed
April 18, 2022
I
gh-74166: Add option to get all errors from socket.create_connection (GH-91586)
Irit Katriel committed
April 17, 2022
B
gh-91217: deprecate ossaudiodev (GH-91641)
Brett Cannon committed
April 16, 2022
B
gh-91217: deprecate nis (GH-91606)
Brett Cannon committed
I
gh-89770: Implement PEP-678 - Exception notes (GH-31317)
Irit Katriel committed
S
gh-86178: Add wsgiref.types (GH-32335)
Sebastian Rittau committed
April 15, 2022
B
gh-91217: deprecate nntplib (GH-91543)
Brett Cannon committed
I
gh-91276: Make JUMP_IF_TRUE_OR_POP/JUMP_IF_FALSE_OR_POP relative (GH-32215)
Irit Katriel committed
I
gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException (GH-30531)
Irit Katriel committed
B
gh-91404: Use computed gotos and reduce indirection in re (#91495)
Brandt Bucher committed
O
gh-79156: Add start_tls() method to streams API (#91453)
Oleg Iarygin committed
E
gh-69093: Support basic incremental I/O to blobs in `sqlite3` (GH-30680)
Erlend Egeberg Aasland committed
April 14, 2022
B
gh-91217: deprecate msilib (GH-91515)
Brett Cannon committed
April 13, 2022
B
gh-91217: deprecate imghdr (#91461)
Brett Cannon committed
April 12, 2022
E
gh-79097: Add support for aggregate window functions in sqlite3 (GH-20903)
Erlend Egeberg Aasland committed