COMMITS
April 10, 2021
G
bpo-40701: doc typo historcal -> historical (GH-25334)
Gregory P. Smith committed
S
bpo-43739: Add type declaration Doc/extending/extending.rst example
Shreyan Avigyan committed
M
bpo-43478: Restrict use of Mock objects as specs (GH-25326)
Matthew Suozzo committed
April 9, 2021
B
B
bpo-40107: Switch to using io.open() for pathlib.Path.open() (GH-25240)
Barney Gale committed
C
bpo-38820: OpenSSL 3.0.0: Use supported hashing algos in doc test (GH-25319)
Christian Heimes committed
C
bpo-43794: OpenSSL 3.0.0: set OP_IGNORE_UNEXPECTED_EOF by default (GH-25309)
Christian Heimes committed
V
bpo-43682: @staticmethod inherits attributes (GH-25268)
Victor Stinner committed
C
bpo-43788: Generate version specific _ssl_data.h (GH-25300)
Christian Heimes committed
C
bpo-4379: Skip TLS 1.0/1.1 tests under OpenSSL 3.0.0 (GH-25304)
Christian Heimes committed
C
bpo-43789: OpenSSL 3.0.0 Don't call passwd callback again in error case (GH-25303)
Christian Heimes committed
V
bpo-43774: Document the Python Build System (GH-25302)
Victor Stinner committed
V
bpo-43774: Doc job of Azure Pipelines uses Doc/requirements.txt (GH-25296)
Victor Stinner committed
P
Simplify _PyPegen_fill_token in pegen.c (GH-25295)
Pablo Galindo committed
P
Sanitize macros and debug functions in pegen.c (GH-25291)
Pablo Galindo committed
April 8, 2021
V
bpo-43774: Enhance configure documentation (GH-25293)
Victor Stinner committed
P
Break down some complex functions in pegen.c for readability (GH-25292)
Pablo Galindo committed
E
Fix possible refleak involving _PyArena_AddPyObject (GH-25289)
Erlend Egeberg Aasland committed
S
bpo-39702: Remove dotted_name from decorator documentation (GH-25234)
Saiyang Gou committed
V
bpo-43778: Fix Sphinx glossary_search extension (GH-25286)
Victor Stinner committed
V
bpo-43774: Document configure options (GH-25283)
Victor Stinner committed
B
bpo-43764: Fix `__match_args__` generation logic for dataclasses (GH-25284)
Brandt Bucher committed
M
bpo-43760: Streamline dispatch sequence for machines without computed gotos. (GH-25244)
Mark Shannon committed
V
bpo-43770: _PyTypes_Init() inits _PyAnextAwaitable_Type (GH-25266)
Victor Stinner committed
April 7, 2021
S
Fix broken test for MutableSet.pop() (GH-25209)
Stepan Sindelar committed
B
V
bpo-43770: _PyTypes_Init() inits more static types (GH-25265)
Victor Stinner committed
V
bpo-43770: Sort types in _PyTypes_Init() (GH-25263)
Victor Stinner committed
V
bpo-42923: Fix _Py_DumpExtensionModules() for NULL sysdict (GH-25262)
Victor Stinner committed
V
bpo-43244: Rename pycore_ast.h functions to _PyAST_xxx() (GH-25252)
Victor Stinner committed