Ben Darnell
|
1626c25087
|
Add some third_party modules.
backports_abc and singledispatch were made with stubgen, certifi was
written by hand, and ssl_match_hostname was copied from ssl.pyi.
|
2016-01-16 16:56:25 -05:00 |
|
Jukka Lehtosalo
|
0d7b6ce135
|
Fix Python 3 six.moves
This was breaking mypy Travis build.
|
2016-01-08 15:25:50 +00:00 |
|
Guido van Rossum
|
5cf2fa45b8
|
Add cStringIO, cPickle to six.moves. Add six.moves for PY3.
|
2016-01-06 16:41:22 -08:00 |
|
Guido van Rossum
|
0687239f53
|
Inaugurate six.moves with zip (copied from builtins).
|
2015-12-04 09:09:01 -08:00 |
|
Guido van Rossum
|
32cce184cf
|
Backport enum for 2.7.
|
2015-11-20 14:34:33 -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 |
|
Matthias Kramm
|
d2a3d4a4ed
|
Use explicit "# type: str" instead of '' shortcut.
|
2015-11-09 07:59:24 -08:00 |
|
Ben Longbons
|
2e5489d0e6
|
Add six, except six.moves
|
2015-10-27 20:17:35 -07:00 |
|
Ben Longbons
|
c2f892a409
|
Fix stubs that assumed reexport without as
|
2015-10-19 20:02:39 -07:00 |
|
Ben Longbons
|
2f49dfa1f5
|
Backport enum for pre-3.4
|
2015-10-19 20:02:14 -07:00 |
|
Ben Longbons
|
56fe787c74
|
Update a bunch of stubs
|
2015-10-19 20:02:10 -07:00 |
|
Matthias Kramm
|
e4a7edb949
|
Apply urllib3 fix from JukkaL
|
2015-10-12 15:28:04 -07:00 |
|
Matthias Kramm
|
ea12378512
|
it's etree, not ertree
|
2015-10-12 14:31:57 -07:00 |
|
Matthias Kramm
|
060c2e5648
|
add ertree stub from Ben Longbons
|
2015-10-12 10:48:43 -07:00 |
|
Matthias Kramm
|
7d2a62b092
|
applied stub renaming fix from Ben Longbons
|
2015-10-12 08:22:47 -07:00 |
|
Matthias Kramm
|
ec67428914
|
fix directory hierarchy in third_party/3/
|
2015-10-01 18:04:49 -07:00 |
|
Matthias Kramm
|
337abed05a
|
add (overwrite with) mypy stubs, if available
|
2015-09-30 09:59:44 -07:00 |
|