Michael R. Crusoe
|
cc735b1176
|
expose xml.sax Exceptions (#280)
|
2016-07-26 07:45:27 -07:00 |
|
alvarocaceres
|
d7db6221da
|
Change imports so pytype can parse them (#394)
* Change imports so pytype can parse them
relative imports -> absolute
import foo.bar as baz -> equivalent "from foo ..."
* fixup ...
|
2016-07-22 13:04:09 -07:00 |
|
tewe
|
c84c138194
|
Annotate **kwargs with dictionary value type only (#320)
|
2016-06-29 08:43:13 -07:00 |
|
James J Porter
|
2b55989f7d
|
make xml.etree.ElementTree.Element a Sequence (#254)
|
2016-06-04 19:28:22 -07:00 |
|
Ismail
|
8d893cfae8
|
Make forward references strings
|
2016-03-09 11:58:24 +00:00 |
|
Ismail
|
28bc685573
|
Remove KeysView & ItemsView from py2 type hints
|
2016-03-09 11:09:34 +00:00 |
|
Ismail
|
69f1810462
|
Add pyi files for Py2.7
|
2016-03-09 11:09:33 +00: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 |
|
Matthias Kramm
|
7d2a62b092
|
applied stub renaming fix from Ben Longbons
|
2015-10-12 08:22:47 -07:00 |
|
Matthias Kramm
|
337abed05a
|
add (overwrite with) mypy stubs, if available
|
2015-09-30 09:59:44 -07:00 |
|