COMMITS
/ Objects/unionobject.c April 28, 2022
Y
gh-91603: Speed up isinstance/issubclass on union types (GH-91631)
Yurii Karabas committed
S
gh-91603: Speed up operator "|" for UnionType (GH-91955)
Serhiy Storchaka committed
April 18, 2022
O
gh-91118: Fix docstrings that do not honor --without-doc-strings (#31769)
Oleg Iarygin committed
February 8, 2022
July 29, 2021
Y
bpo-44662: Add ability to annotate types.Union (#27214)
Yurii Karabas committed
July 26, 2021
H
bpo-44732: Rename types.Union to types.UnionType (#27342)
Hasan committed
July 24, 2021
S
bpo-44676: Serialize the union type using only public API (GH-27323)
Serhiy Storchaka committed
P
bpo-44676: Fix reference leaks in union_reduce (GH-27332)
Pablo Galindo Salgado committed
S
bpo-44731: Simplify the union type implementation (GH-27318)
Serhiy Storchaka committed
July 23, 2021
Y
bpo-44676: Add ability to serialize types.Union (GH-27244)
Yurii Karabas committed
July 22, 2021
S
bpo-44653: Support typing types in parameter substitution in the union type. (GH-27247)
Serhiy Storchaka committed
July 18, 2021
S
bpo-44633: Fix parameter substitution of the union type with wrong types. (GH-27218)
Serhiy Storchaka committed
July 17, 2021
S
bpo-44654: Refactor and clean up the union type implementation (GH-27196)
Serhiy Storchaka committed
July 16, 2021
S
bpo-44652: Preserve natural order of args in the union type. (GH-27185)
Serhiy Storchaka committed
S
bpo-44636: Collapse union of equal types (GH-27178)
Serhiy Storchaka committed
S
bpo-44646: Fix the hash of the union type. (#27179)
Serhiy Storchaka committed
July 14, 2021
S
bpo-44632: Fix support of TypeVar in the union type (GH-27139)
Serhiy Storchaka committed
S
bpo-44635: Convert None to NoneType in the union type constructor (GH-27136)
Serhiy Storchaka committed
S
bpo-44606: Fix __instancecheck__ and __subclasscheck__ for the union type. (GH-27120)
Serhiy Storchaka committed
July 6, 2021
Y
bpo-44490: Add __parameters__ and __getitem__ to types.Union (GH-26980)
Yurii Karabas committed
July 3, 2021
P
bpo-44553: Correct failure in tp_new for the union object (GH-27008)
Pablo Galindo committed
K
bpo-44553 : Implement GC methods for types.Union (GH-26993)
Ken Jin committed
June 22, 2021
K
bpo-44483: Fix crash in union object with bad ``__module__`` (GH-26848)
Ken Jin committed
January 2, 2021
December 13, 2020
November 9, 2020
October 27, 2020
N
bpo-42099: Fix reference to ob_type in unionobject.c and ceval (GH-22829)
Neil Schemenauer committed
October 10, 2020
S
bpo-41991: Remove _PyObject_HasAttrId (GH-22629)
Serhiy Storchaka committed
September 26, 2020
V
bpo-41428: Fix compiler warning in unionobject.c (GH-22416)
Victor Stinner committed
September 23, 2020
V
bpo-41428: Fix compiler warnings in unionobject.c (GH-22388)
Victor Stinner committed
September 9, 2020
M
bpo-41428: Implementation for PEP 604 (GH-21515)
Maggie Moss committed