COMMITS
/ Objects/genericaliasobject.c January 3, 2021
Z
bpo-42814: Fix undefined behavior in Objects/genericaliasobject.c (GH-24073)
Zackery Spytz committed
December 24, 2020
December 13, 2020
December 5, 2020
November 16, 2020
November 9, 2020
October 8, 2020
M
Fix the attribute names in the docstring of GenericAlias (GH-22594)
Mikhail Golubev committed
September 15, 2020
B
bpo-41780: Fix __dir__ of types.GenericAlias (GH-22262)
Batuhan Taskaya committed
July 10, 2020
V
bpo-39573: Use the Py_TYPE() macro (GH-21433)
Victor Stinner committed
May 4, 2020
H
bpo-39573: Use Py_IS_TYPE to check for types (GH-19882)
Hai Shi committed
S
bpo-40408: Fix support of nested type variables in GenericAlias. (GH-19836)
Serhiy Storchaka committed
April 23, 2020
D
Update ga_new to use _PyArg_CheckPositional and _PyArg_NoKwnames (GH-19679)
Dong-hee Na committed
April 15, 2020
V
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner committed
April 7, 2020
G
bpo-39481: Implementation for PEP 585 (#18239)
Guido van Rossum committed