detlefla
|
e2ce50b525
|
enable string arguments for start, end, and span methods of Match object
|
2016-05-07 09:53:24 -07:00 |
|
rwbarton
|
2b80cdf75e
|
Use overloading rather than Union for MutableMapping.update (#174)
See https://github.com/python/mypy/issues/1430 for motivation.
|
2016-05-01 17:50:01 +01:00 |
|
Guido van Rossum
|
78e6e9b740
|
Add Text to typing.pyi; it's an alias for unicode in 2.7, for str in 3.
|
2016-04-16 13:42:17 -07:00 |
|
Guido van Rossum
|
23ec1ff96a
|
Break cycle between typing and collections. (Requires a fix in mypy.)
|
2016-04-15 21:31:49 -07:00 |
|
Ivan Levkivskyi
|
db3cc2e8da
|
Enable typing.DefaultDict as an alias for collections.defaultdict (#139)
|
2016-04-09 09:32:20 -07:00 |
|
David Fisher
|
9f4a8d3df6
|
Address review feedback
|
2016-03-11 16:01:30 -08:00 |
|
David Fisher
|
d390ef3161
|
Make all function annotations accessible from builtins complete
|
2016-03-11 14:27:28 -08:00 |
|
David Fisher
|
7c8797441b
|
Make Generator __iter__ method return itself
|
2016-01-19 16:49:20 -08:00 |
|
Guido van Rossum
|
5463335be2
|
Make deque inherit from MutableMapping (with difficulty). Fixes #43.
|
2016-01-14 09:14:38 -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
|
0f21b59a30
|
Some updates now typing.Container is defined.
|
2016-01-06 16:38:14 -08:00 |
|
Guido van Rossum
|
a4c268c4e4
|
The typing stub should not import asyncio. Fixes https://github.com/JukkaL/mypy/issues/1050 .
|
2015-12-05 14:22:45 -08:00 |
|
Roy Williams
|
7f22db0492
|
Add Async classes to typing stub.
|
2015-12-01 23:36:19 -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
|
f2a12774ee
|
Use SupportsBytes
|
2015-10-12 10:45:04 -07:00 |
|
Matthias Kramm
|
337abed05a
|
add (overwrite with) mypy stubs, if available
|
2015-09-30 09:59:44 -07:00 |
|