COMMITS
/ Objects/genericaliasobject.c April 19, 2022
O
[3.10] gh-91118: Fix docstrings that do not honor --without-doc-strings (GH-31769) (#91662)
Oleg Iarygin committed
October 3, 2021
S
[3.10] Remove trailing spaces (GH-28709)
Serhiy Storchaka committed
September 15, 2021
M
bpo-45167: Fix deepcopying of GenericAlias (GH-28324) (GH-28367)
Miss Islington (bot) committed
July 17, 2021
M
[3.10] bpo-44654: Refactor and clean up the union type implementation (GH-27196) (GH-27219)
Miss Islington (bot) committed
S
[3.10] bpo-44490: Add __parameters__ and __getitem__ to types.Union (GH-26980) (GH-27207)
Serhiy Storchaka committed
July 5, 2021
M
bpo-44562: Use PyType_GenericAlloc in Py_GenericAlias (GH-27021)
Miss Islington (bot) committed
July 4, 2021
M
bpo-44562: Remove invalid PyObject_GC_Del from error path of types.GenericAlias … (GH-27016)
Miss Islington (bot) committed
April 28, 2021
K
bpo-41559: Change PEP 612 implementation to pure Python (#25449)
Ken Jin committed
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