COMMITS
/ Objects/genericaliasobject.c May 8, 2022
S
gh-91162: Fix substitution of unpacked tuples in generic aliases (GH-92335)
Serhiy Storchaka committed
May 5, 2022
S
gh-87390: Fix starred tuple equality and pickling (GH-92337)
Serhiy Storchaka committed
May 2, 2022
J
gh-87390: Add __unpacked__ attribute to types.GenericAlias (#92059)
Jelle Zijlstra committed
April 30, 2022
S
bpo-43224: Implement substitution of unpacked TypeVarTuple in C (GH-31828)
Serhiy Storchaka committed
April 20, 2022
D
gh-91632: Fix generic_alias_iterator to be finalized at exit. (GH-91727)
Dong-hee Na committed
April 18, 2022
O
gh-91118: Fix docstrings that do not honor --without-doc-strings (#31769)
Oleg Iarygin committed
March 21, 2022
P
bpo-47067: Optimize calling GenericAlias objects (GH-31996)
penguin_wwy committed
March 12, 2022
M
bpo-43224: Implement PEP 646 changes to genericaliasobject.c (GH-31019)
Matthew Rahtz committed
March 11, 2022
S
bpo-44796: Unify TypeVar and ParamSpec substitution (GH-31143)
Serhiy Storchaka committed
February 8, 2022
September 15, 2021
S
bpo-45167: Fix deepcopying of GenericAlias (GH-28324)
Serhiy Storchaka committed
August 9, 2021
S
bpo-44854: Remove trailing whitespaces (GH-27689)
Serhiy Storchaka committed
July 17, 2021
S
bpo-44654: Refactor and clean up the union type implementation (GH-27196)
Serhiy Storchaka committed
July 6, 2021
Y
bpo-44490: Add __parameters__ and __getitem__ to types.Union (GH-26980)
Yurii Karabas committed
July 5, 2021
P
bpo-44562: Use PyType_GenericAlloc in Py_GenericAlias (GH-27021)
Pablo Galindo committed
July 4, 2021
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