COMMITS
April 12, 2021
P
Fix Sphinx errors in the documentation and re-activate the suspicious check (GH-25368)
Pablo Galindo committed
K
bpo-41515: Fix KeyError raised in get_type_hints (GH-25352)
Karthikeyan Singaravelan committed
K
bpo-42904: Fix get_type_hints for class local namespaces (GH-24201)
Ken Jin committed
K
P
bpo-43797: Improve syntax error for invalid comparisons (#25317)
Pablo Galindo committed
V
bpo-43774: Remove --without-cycle-gc doc (GH-25364)
Victor Stinner committed
E
bpo-42248: [Enum] ensure exceptions raised in ``_missing_`` are released (GH-25350)
Ethan Furman committed
Z
bpo-41661: Document os.path.relpath() exception on Windows with different drives (GH-25346)
Zackery Spytz committed
C
bpo-34311: Add locale.localize (GH-15275)
Cédric Krier committed
C
bpo-43723: Fix deprecation error caused by thread.setDaemon() (GH-25361)
Christian Heimes committed
C
bpo-41561: Fix testing with OpenSSL 1.0.2 (GH-25355)
Christian Heimes committed
C
try and get a peak at mock-related PRs before they land (#25356)
Chris Withers committed
V
bpo-43680: _pyio.open() becomes a static method (GH-25354)
Victor Stinner committed
J
bpo-43723: Deprecate camelCase aliases from threading (GH-25174)
Jelle Zijlstra committed
I
bpo-43785: Improve BZ2File performance by removing RLock (GH-25299)
Inada Naoki committed
April 11, 2021
V
bpo-43682: Make staticmethod objects callable (GH-25117)
Victor Stinner committed
V
bpo-43770: Refactor PyType_Ready() function (GH-25336)
Victor Stinner committed
K
S
Fix typo in 3.10.0a7.rst (GH-25340)
Sergey B Kirpichev committed
M
Fix description of behaviour of an exception class in 'from' clause (GH-24303)
Mark Dickinson committed
D
bpo-43751: Fix anext() bug where it erroneously returned None (GH-25238)
Dennis Sweeney committed
J
bpo-43772: Fix TypeVar.__ror__ (GH-25339)
Jelle Zijlstra committed
J
bpo-43783: Add ParamSpecArgs/Kwargs (GH-25298)
Jelle Zijlstra committed
E
A
Fix typo about line number in the 3.10 What's New document (GH-25328)
Antti Haapala committed
April 10, 2021
D
V
bpo-43753: Add Py_Is() and Py_IsNone() functions (GH-25227)
Victor Stinner committed
P
bpo-43478: Fix formatting of NEWS entry (GH-25335)
Pablo Galindo committed
V
bpo-43770: Refactor type_new() function (GH-25325)
Victor Stinner committed
M
bpo-43798: Add source location attributes to alias (GH-25324)
Matthew Suozzo committed