index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Objects
/
unionobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.10] gh-91118: Fix docstrings that do not honor --without-doc-strings (GH-3...
Oleg Iarygin
2022-04-19
1
-2/+2
*
bpo-44662: Add ability to annotate types.Union (GH-27214) (GH-27461)
Miss Islington (bot)
2021-07-30
1
-1/+23
*
bpo-44732: Rename types.Union to types.UnionType (GH-27342)
Miss Islington (bot)
2021-07-26
1
-3/+3
*
bpo-44676: Serialize the union type using only public API (GH-27323) (GH-27340)
Miss Islington (bot)
2021-07-24
1
-48/+0
*
bpo-44731: Simplify the union type implementation (GH-27318) (GH-27334)
Ken Jin
2021-07-24
1
-81/+7
*
[3.10] bpo-44676: Add ability to serialize types.Union (GH-27244) (GH-27333)
Pablo Galindo Salgado
2021-07-24
1
-0/+51
*
bpo-44653: Support typing types in parameter substitution in the union type. ...
Miss Islington (bot)
2021-07-22
1
-13/+12
*
bpo-44633: Fix parameter substitution of the union type with wrong types. (GH...
Miss Islington (bot)
2021-07-18
1
-16/+28
*
[3.10] bpo-44654: Refactor and clean up the union type implementation (GH-271...
Miss Islington (bot)
2021-07-17
1
-88/+47
*
[3.10] bpo-44490: Add __parameters__ and __getitem__ to types.Union (GH-26980...
Serhiy Storchaka
2021-07-17
1
-0/+53
*
[3.10] bpo-44652: Preserve natural order of args in the union type. (GH-27185...
Serhiy Storchaka
2021-07-16
1
-2/+2
*
[3.10] bpo-44636: Collapse union of equal types (GH-27178) (GH-27181)
Serhiy Storchaka
2021-07-16
1
-8/+16
*
bpo-44646: Fix the hash of the union type. (GH-27179) (#27180)
Miss Islington (bot)
2021-07-16
1
-4/+6
*
bpo-44632: Fix support of TypeVar in the union type (GH-27139) (GH-27143)
Miss Islington (bot)
2021-07-15
1
-1/+1
*
[3.10] bpo-44635: Convert None to NoneType in the union type constructor (GH-...
Serhiy Storchaka
2021-07-15
1
-9/+7
*
bpo-44606: Fix __instancecheck__ and __subclasscheck__ for the union type. (G...
Miss Islington (bot)
2021-07-14
1
-4/+19
*
bpo-44553: Correct failure in tp_new for the union object (GH-27008) (GH-27009)
Miss Islington (bot)
2021-07-03
1
-2/+2
*
bpo-44553 : Implement GC methods for types.Union (GH-26993)
Miss Islington (bot)
2021-07-03
1
-4/+17
*
bpo-44483: Fix crash in union object with bad ``__module__`` (GH-26848) (GH-2...
Miss Islington (bot)
2021-06-23
1
-3/+14
*
bpo-42195: Disallow isinstance/issubclass for subclasses of genericaliases in...
Ken Jin
2021-01-02
1
-1/+1
*
bpo-42195: Ensure consistency of Callable's __args__ in collections.abc and t...
kj
2020-12-13
1
-3/+3
*
bpo-42233: Add union type expression support for GenericAlias and fix de-dupl...
kj
2020-11-09
1
-5/+15
*
bpo-42099: Fix reference to ob_type in unionobject.c and ceval (GH-22829)
Neil Schemenauer
2020-10-27
1
-1/+1
*
bpo-41991: Remove _PyObject_HasAttrId (GH-22629)
Serhiy Storchaka
2020-10-10
1
-6/+7
*
bpo-41428: Fix compiler warning in unionobject.c (GH-22416)
Victor Stinner
2020-09-26
1
-3/+3
*
bpo-41428: Fix compiler warnings in unionobject.c (GH-22388)
Victor Stinner
2020-09-23
1
-3/+3
*
bpo-41428: Implementation for PEP 604 (GH-21515)
Maggie Moss
2020-09-09
1
-0/+464