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
/
Lib
/
test
/
test_genericalias.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-45167: Fix deepcopying of GenericAlias (GH-28324)
Serhiy Storchaka
2021-09-15
1
-5/+25
*
bpo-44794: Merge tests for typing.Callable and collection.abc.Callable (GH-27...
Serhiy Storchaka
2021-07-31
1
-90/+0
*
bpo-41559: Change PEP 612 implementation to pure Python (#25449)
Ken Jin
2021-04-28
1
-0/+17
*
bpo-41559: Implement PEP 612 - Add ParamSpec and Concatenate to typing (#23702)
kj
2020-12-24
1
-0/+21
*
bpo-42195: Override _CallableGenericAlias's __getitem__ (GH-23915)
kj
2020-12-24
1
-0/+6
*
bpo-42195: Ensure consistency of Callable's __args__ in collections.abc and t...
kj
2020-12-13
1
-1/+57
*
bpo-42576: Raise TypeError when passing in keyword arguments to GenericAlias ...
kj
2020-12-05
1
-0/+5
*
bpo-42332: Add weakref slot to types.GenericAlias (GH-23250)
kj
2020-11-16
1
-38/+48
*
bpo-39481: Fix duplicate SimpleQueue type in test_genericalias.py (GH-22619)
Saiyang Gou
2020-10-09
1
-2/+2
*
bpo-41780: Fix __dir__ of types.GenericAlias (GH-22262)
Batuhan Taskaya
2020-09-15
1
-0/+5
*
bpo-41477: Make ctypes optional in test_genericalias (GH-21766)
Victor Stinner
2020-08-07
1
-38/+42
*
bpo-39481: remove generic classes from ipaddress/mmap (GH-20045)
Batuhan Taskaya
2020-05-12
1
-4/+0
*
bpo-40408: Fix support of nested type variables in GenericAlias. (GH-19836)
Serhiy Storchaka
2020-05-04
1
-7/+34
*
bpo-39481: PEP 585 for dataclasses, mailbox, contextvars (GH-19425)
Ethan Smith
2020-04-14
1
-1/+7
*
bpo-39481: Make weakref and WeakSet generic (GH-19497)
Ethan Smith
2020-04-14
1
-0/+2
*
bpo-39481: Make functools.cached_property, partial, partialmethod generic (#1...
Ethan Smith
2020-04-14
1
-0/+2
*
bpo-39481: fix test_genericalias on Android (GH-19469)
Chih-Hsuan Yen
2020-04-13
1
-1/+7
*
bpo-39481: PEP 585 for a variety of modules (GH-19423)
Batuhan Taşkaya
2020-04-10
1
-0/+21
*
bpo-39481: PEP 585 for difflib, filecmp, fileinput (#19422)
Ethan Smith
2020-04-10
1
-0/+6
*
bpo-39481: PEP 585 for enumerate, AsyncGeneratorType, mmap (GH-19421)
Ethan Smith
2020-04-10
1
-4/+5
*
bpo-39481: PEP 585 for ipaddress.py (GH-19418)
Batuhan Taşkaya
2020-04-10
1
-0/+4
*
Generic itertools.chain (GH-19417)
Ethan Smith
2020-04-10
1
-1/+3
*
bpo-39481: Make os.DirEntry generic (GH-19415)
Batuhan Taşkaya
2020-04-07
1
-1/+2
*
bpo-39481: Implementation for PEP 585 (#18239)
Guido van Rossum
2020-04-07
1
-0/+214