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
/
genericaliasobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.9] Remove trailing spaces (GH-28710)
Serhiy Storchaka
2021-10-03
1
-1/+1
*
bpo-45167: Fix deepcopying of GenericAlias (GH-28324) (GH-28368)
Miss Islington (bot)
2021-09-15
1
-0/+2
*
[3.9] bpo-44562: Remove invalid PyObject_GC_Del from error path of types.Gene...
Ken Jin
2021-07-05
1
-4/+4
*
Revert "bpo-44562: Remove invalid PyObject_GC_Del from error path of types.Ge...
Pablo Galindo
2021-07-04
1
-3/+3
*
bpo-44562: Remove invalid PyObject_GC_Del from error path of types.GenericAli...
Miss Islington (bot)
2021-07-04
1
-3/+3
*
[3.9] bpo-42195: Ensure consistency of Callable's __args__ in collections.abc...
kj
2020-12-14
1
-21/+39
*
bpo-42576: Raise TypeError when passing in keyword arguments to GenericAlias ...
Miss Islington (bot)
2020-12-05
1
-1/+1
*
[3.9] bpo-42332: Add weakref slot to types.GenericAlias (GH-23250) (GH-23309)
kj
2020-11-17
1
-0/+6
*
Fix the attribute names in the docstring of GenericAlias (GH-22594)
Miss Skeleton (bot)
2020-10-08
1
-1/+1
*
bpo-41780: Fix __dir__ of types.GenericAlias (GH-22262)
Miss Islington (bot)
2020-09-15
1
-0/+39
*
bpo-39573: Use Py_IS_TYPE to check for types (GH-19882)
Hai Shi
2020-05-04
1
-2/+2
*
bpo-40408: Fix support of nested type variables in GenericAlias. (GH-19836)
Serhiy Storchaka
2020-05-04
1
-19/+104
*
Update ga_new to use _PyArg_CheckPositional and _PyArg_NoKwnames (GH-19679)
Dong-hee Na
2020-04-23
1
-4/+2
*
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner
2020-04-15
1
-2/+2
*
bpo-39481: Implementation for PEP 585 (#18239)
Guido van Rossum
2020-04-07
1
-0/+507