COMMITS
/ Doc/whatsnew/3.10.rst April 23, 2021
B
P
bpo-43914: Highlight invalid ranges in SyntaxErrors (#25525)
Pablo Galindo committed
P
bpo-43868: Remove PyOS_ReadlineFunctionPointer from the stable ABI list (GH-25442)
Petr Viktorin committed
April 21, 2021
B
doc: Sync some missing 3.10 changes with the What's New (GH-25503)
Batuhan Taskaya committed
J
Fix typo in whatsnew/3.10.rst (GH-25498)
JunWei Song committed
P
bpo-43859: Improve the error message for IndentationError exceptions (GH-25431)
Pablo Galindo committed
P
bpo-38605: Revert making 'from __future__ import annotations' the default (GH-25490)
Pablo Galindo committed
April 17, 2021
P
Small changes to the section about SyntaxErrors in the 3.10 What's New document (GH-25461)
Pablo Galindo committed
C
bpo-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014)
Christian Heimes committed
April 16, 2021
P
Improve the section with SyntaxError message improvements to the What's New of 3.10 (GH-25428)
Pablo Galindo committed
April 14, 2021
Z
Fix typo in 3.10's What's New documentation (GH-25409)
Zackery Spytz committed
P
bpo-38530: Offer suggestions on NameError (GH-25397)
Pablo Galindo committed
P
Fix typo in the What's New for 3.10 (GH-25396)
Pablo Galindo committed
I
bpo-43712 : fileinput: Add encoding parameter (GH-25272)
Inada Naoki committed
P
bpo-38530: Offer suggestions on AttributeError (#16856)
Pablo Galindo committed
April 13, 2021
L
bpo-43080: pprint for dataclass instances (GH-24389)
Lewis Gaul committed
I
bpo-43785: Update bz2 document (GH-25351)
Inada Naoki committed
April 12, 2021
V
bpo-43774: Add more links to configure options (GH-25363)
Victor Stinner committed
J
bpo-43723: Deprecate camelCase aliases from threading (GH-25174)
Jelle Zijlstra committed
April 11, 2021
V
bpo-43682: Make staticmethod objects callable (GH-25117)
Victor Stinner committed
J
bpo-43783: Add ParamSpecArgs/Kwargs (GH-25298)
Jelle Zijlstra committed
A
Fix typo about line number in the 3.10 What's New document (GH-25328)
Antti Haapala committed
April 10, 2021
V
bpo-43753: Add Py_Is() and Py_IsNone() functions (GH-25227)
Victor Stinner committed
April 9, 2021
V
bpo-43682: @staticmethod inherits attributes (GH-25268)
Victor Stinner committed
April 8, 2021
V
bpo-43774: Document configure options (GH-25283)
Victor Stinner committed
April 6, 2021
B
bpo-42135: Deprecate implementations of find_module() and find_loader() (GH-25169)
Brett Cannon committed
D
bpo-41870: Update What's News 3.10 about vectorcall (#25219)
Dong-hee Na committed
April 2, 2021
B
bpo-43672: raise ImportWarning when calling find_loader() (GH-25119)
Brett Cannon committed
Z
bpo-31956: Add start and stop parameters to array.index() (GH-25059)
Zackery Spytz committed
V
bpo-43688: Support the limited C API in debug mode (GH-25131)
Victor Stinner committed
April 1, 2021
D
Fix typos in 3.10 "What's new" (GH-25104)
Don Kirkby committed
March 31, 2021
E
bpo-40066: Enum: modify `repr()` and `str()` (GH-22392)
Ethan Furman committed
March 30, 2021
B
bpo-42134: Raise ImportWarning when calling find_module() in the import system (GH-25044)
Brett Cannon committed
March 29, 2021
I
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
Inada Naoki committed
March 26, 2021
B
bpo-42136: Deprecate module_repr() as found in importlib (GH-25022)
Brett Cannon committed
March 25, 2021
B
"exists" -> "exist" in What's New 3.10 (GH-25019)
blopblopy committed
March 24, 2021
B
bpo-42137: have ModuleType.__repr__ prefer __spec__ over module_repr() (GH-24953)
Brett Cannon committed
V
bpo-43244: Remove the pyarena.h header (GH-25007)
Victor Stinner committed
V
bpo-43244: Remove parser_interface.h header file (GH-25001)
Victor Stinner committed
P
bpo-43452: Document the PyType_Lookup optimizations in the What's New for 3.10 (GH-24949)
Pablo Galindo committed
March 23, 2021
V
bpo-43244: Add pycore_compile.h header file (GH-25000)
Victor Stinner committed
J
bpo-31861: Add aiter and anext to builtins (#23847)
Joshua Bronson committed
V
bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)
Victor Stinner committed
V
bpo-41718: Update runpy startup time What's New (GH-24998)
Victor Stinner committed
March 20, 2021
R
bpo-43571: Add IPPROTO_MPTCP macro (GH-24946)
Rui Cunha committed
March 19, 2021
M
Mention that code.co_lnotab is deprecated in what's new for 3.10. (#24902)
Mark Shannon committed
V
bpo-43244: Remove symtable.h header file (GH-24910)
Victor Stinner committed
C
bpo-43466: Add --with-openssl-rpath configure option (GH-24820)
Christian Heimes committed
March 18, 2021
V
bpo-43244: Remove the PyAST_Validate() function (GH-24911)
Victor Stinner committed
March 16, 2021
M
Add PEP 626 to what's new in 3.10. (#24892)
Mark Shannon committed