COMMITS
/ Objects/unionobject.c March 31, 2026
S
gh-146615: Fix format specifiers in Objects/ directory (GH-146620)
sunmy2019 committed
November 3, 2025
J
gh-140348: Fix using | on unusual objects plus Unions (#140383)
Jelle Zijlstra committed
October 12, 2025
B
gh-139988: fix a leak when failing to create a Union type (#139990)
Bénédikt Tran committed
June 30, 2025
X
May 29, 2025
V
gh-133968: Add PyUnicodeWriter_WriteASCII() function (#133973)
Victor Stinner committed
April 23, 2025
V
gh-132713: Fix typing.Union[index] race condition (#132802)
Victor Stinner committed
April 1, 2025
B
gh-111178: remove redundant casts for functions with correct signatures (#131673)
Bénédikt Tran committed
March 17, 2025
M
GH-131238: More refactoring of core header files (GH-131351)
Mark Shannon committed
March 4, 2025
J
gh-105499: Merge typing.Union and types.UnionType (#105511)
Jelle Zijlstra committed
July 27, 2024
J
gh-119180: Add evaluate functions for type params and type aliases (#122212)
Jelle Zijlstra committed
June 24, 2024
S
Fixes loop variables to be the same types as their limit (GH-120958)
Steve Dower committed
June 20, 2024
V
gh-119182: Use public PyUnicodeWriter API in union_repr() (#120797)
Victor Stinner committed
September 17, 2023
S
gh-108511: Add C API functions which do not silently ignore errors (GH-109025)
Serhiy Storchaka committed
September 15, 2023
N
Add missing `PyDoc_STR` calls (#109393)
Nikita Sobolev committed
July 25, 2023
V
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner committed
July 12, 2023
S
gh-106521: Remove _PyObject_LookupAttr() function (GH-106642)
Serhiy Storchaka committed
May 18, 2023
J
gh-104549: Set __module__ on TypeAliasType (#104550)
Jelle Zijlstra committed
May 16, 2023
J
gh-103763: Implement PEP 695 (#103764)
Jelle Zijlstra committed
November 16, 2022
V
gh-99300: Replace Py_INCREF() with Py_NewRef() (#99530)
Victor Stinner committed
November 10, 2022
V
gh-99300: Use Py_NewRef() in Objects/ directory (#99354)
Victor Stinner committed
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