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
*
bpo-44490: Add __parameters__ and __getitem__ to types.Union (GH-26980)
Yurii Karabas
2021-07-06
1
-0/+53
*
bpo-44553: Correct failure in tp_new for the union object (GH-27008)
Pablo Galindo
2021-07-03
1
-2/+2
*
bpo-44553 : Implement GC methods for types.Union (GH-26993)
Ken Jin
2021-07-03
1
-4/+17
*
bpo-44483: Fix crash in union object with bad ``__module__`` (GH-26848)
Ken Jin
2021-06-22
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