COMMITS
/ Doc/whatsnew/3.11.rst 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
B
gh-91217: deprecate crypt (GH-91459)
Brett Cannon committed
April 11, 2022
B
gh-47061: Deprecate `chunk` (GH-91419)
Brett Cannon committed
I
bpo-47120: make POP_JUMP_IF_TRUE/FALSE/NONE/NOT_NONE relative (GH-32400)
Irit Katriel committed
April 9, 2022
I
bpo-47000: Add `locale.getencoding()` (GH-32068)
Inada Naoki committed
B
bpo-47061: deprecate cgi and cgitb (GH-32410)
Brett Cannon committed
April 8, 2022
M
Add new PyFrame_GetLasti C-API function (GH-32413)
Mark Shannon committed
April 7, 2022
B
Deprecate audioop (GH-32392)
Brett Cannon committed
V
bpo-35134: Remove the Include/code.h header file (GH-32385)
Victor Stinner committed
April 6, 2022
S
bpo-26579: Add object.__getstate__(). (GH-2821)
Serhiy Storchaka committed
P
bpo-47115: Document which parts of structs are in limited API/stable ABI (GH-32196)
Petr Viktorin committed
V
Revert "bpo-46850: Move _PyEval_EvalFrameDefault() to internal C API (GH-32052)" (GH-32343)
Victor Stinner committed
J
[doc] Add missing backtick. (GH-32355)
Julien Palard committed
K
bpo-47189: What's New in 3.11: Faster CPython (GH-32235)
Ken Jin committed
April 5, 2022
B
bpo-47061: deprecate the `aifc` module (GH-32134)
Brett Cannon committed
H
bpo-46607: Add DeprecationWarning for LegacyInterpolation, deprecated in docs since 3.2 (GH-30927)
Hugo van Kemenade committed
E
bpo-41930: Add support for SQLite serialise/deserialise API (GH-26728)
Erlend Egeberg Aasland committed
I
bpo-47120: make JUMP_NO_INTERRUPT relative (GH-32221)
Irit Katriel committed
I
bpo-47186: Replace JUMP_IF_NOT_EG_MATCH by CHECK_EG_MATCH + jump (GH-32309)
Irit Katriel committed
O
Fix "Contributed ... in bpo-bpo-45847" (GH-32299)
Oleg Iarygin committed
April 2, 2022
J
[doc] fix superfluous backtick in front of role. (GH-32220)
Julien Palard committed
S
bpo-47152: Convert the re module into a package (GH-32177)
Serhiy Storchaka committed
April 1, 2022
I
bpo-47186: Replace JUMP_IF_NOT_EXC_MATCH by CHECK_EXC_MATCH + jump (GH-32231)
Irit Katriel committed
V
bpo-46850: Move _PyInterpreterState_SetEvalFrameFunc() to internal C API (GH-32054)
Victor Stinner committed
V
bpo-46850: Move _PyEval_EvalFrameDefault() to internal C API (GH-32052)
Victor Stinner committed
March 31, 2022
M
bpo-40421: Add missing getters for frame object attributes to C-API. (GH-32114)
Mark Shannon committed
I
bpo-47120: Replace the JUMP_ABSOLUTE opcode by the relative JUMP_BACKWARD (GH-32115)
Irit Katriel committed
E
bpo-45847: Port _tkinter to PY_STDLIB_MOD (GH-31698)
Erlend Egeberg Aasland committed
March 29, 2022
M
bpo-35859: Fix a few long-standing bugs in re engine (GH-12427)
Ma Lin committed
March 26, 2022
C
bpo-47098: Replace Keccak Code Package with tiny_sha3 (GH-32060)
Christian Heimes committed
C
bpo-47095: Use libb2 to provide blake2 implementation (GH-32059)
Christian Heimes committed
March 25, 2022
K
Fix some typos in whatsnew (GH-32098)
Kurt McKee committed
M
bpo-42197: Don't create `f_locals` dictionary unless we actually need it. (GH-32055)
Mark Shannon committed
March 24, 2022
T
bpo-40465: Document random module changes in 3.11 What's new (#31818)
Tomáš Hrnčiar committed
March 23, 2022
V
bpo-46836: Add Doc/c-api/frame.rst (GH-32051)
Victor Stinner committed
March 22, 2022
S
bpo-28080: Add support for the fallback encoding in ZIP files (GH-32007)
Serhiy Storchaka committed