David Fisher
|
d390ef3161
|
Make all function annotations accessible from builtins complete
|
2016-03-11 14:27:28 -08:00 |
|
Guido van Rossum
|
8539624f05
|
Fix Reversible.__reversed__() return type. (I should do more testing.)
|
2016-01-11 16:04:44 -08:00 |
|
Guido van Rossum
|
1c02f14dc1
|
Make Reversible covariant. Fixes #19. (Though it does not seem to be *necessary*.)
|
2016-01-11 15:32:43 -08:00 |
|
Guido van Rossum
|
0673b7bab9
|
Add Generator to 2.7/typing.pyi. Fixes #29.
|
2016-01-11 15:26:22 -08:00 |
|
Guido van Rossum
|
0f21b59a30
|
Some updates now typing.Container is defined.
|
2016-01-06 16:38:14 -08:00 |
|
Guido van Rossum
|
71b8a9f9ec
|
Update 2.7 built-in set to be the same as PY3 set. AbstractSet does not have a union() method.
|
2016-01-06 16:06:58 -08:00 |
|
Greg Price
|
f3b499fd99
|
typing: update 2 to match 3 on Sequence and Container
|
2015-12-21 18:11:14 -08:00 |
|
Matthias Kramm
|
94c9ce8fd0
|
Consistently use '= ...' for optional parameters.
|
2015-11-09 13:55:02 -08:00 |
|
Matthias Kramm
|
4fe8915d44
|
Add missing '-> None' to all __init__ methods.
|
2015-11-09 10:25:11 -08:00 |
|
Ben Longbons
|
56fe787c74
|
Update a bunch of stubs
|
2015-10-19 20:02:10 -07:00 |
|
Matthias Kramm
|
337abed05a
|
add (overwrite with) mypy stubs, if available
|
2015-09-30 09:59:44 -07:00 |
|