COMMITS
/ Objects/unionobject.c April 19, 2022
O
[3.10] gh-91118: Fix docstrings that do not honor --without-doc-strings (GH-31769) (#91662)
Oleg Iarygin committed
July 30, 2021
M
bpo-44662: Add ability to annotate types.Union (GH-27214) (GH-27461)
Miss Islington (bot) committed
July 26, 2021
M
bpo-44732: Rename types.Union to types.UnionType (GH-27342)
Miss Islington (bot) committed
July 24, 2021
M
bpo-44676: Serialize the union type using only public API (GH-27323) (GH-27340)
Miss Islington (bot) committed
K
bpo-44731: Simplify the union type implementation (GH-27318) (GH-27334)
Ken Jin committed
P
[3.10] bpo-44676: Add ability to serialize types.Union (GH-27244) (GH-27333)
Pablo Galindo Salgado committed
July 22, 2021
M
bpo-44653: Support typing types in parameter substitution in the union type. (GH-27247) (#27296)
Miss Islington (bot) committed
July 18, 2021
M
bpo-44633: Fix parameter substitution of the union type with wrong types. (GH-27218) (GH-27224)
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 16, 2021
S
[3.10] bpo-44652: Preserve natural order of args in the union type. (GH-27185) (GH-27190)
Serhiy Storchaka committed
S
[3.10] bpo-44636: Collapse union of equal types (GH-27178) (GH-27181)
Serhiy Storchaka committed
M
bpo-44646: Fix the hash of the union type. (GH-27179) (#27180)
Miss Islington (bot) committed
July 15, 2021
M
bpo-44632: Fix support of TypeVar in the union type (GH-27139) (GH-27143)
Miss Islington (bot) committed
S
[3.10] bpo-44635: Convert None to NoneType in the union type constructor (GH-27136). (GH-27142)
Serhiy Storchaka committed
July 14, 2021
M
bpo-44606: Fix __instancecheck__ and __subclasscheck__ for the union type. (GH-27120)
Miss Islington (bot) committed
July 3, 2021
M
bpo-44553: Correct failure in tp_new for the union object (GH-27008) (GH-27009)
Miss Islington (bot) committed
M
bpo-44553 : Implement GC methods for types.Union (GH-26993)
Miss Islington (bot) committed
June 23, 2021
M
bpo-44483: Fix crash in union object with bad ``__module__`` (GH-26848) (GH-26852)
Miss Islington (bot) 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