Jelle Zijlstra
|
11350ed8cc
|
Fix missing argument types in py3 stdlib (#995)
Still missing a few in _subprocess (a Windows-only private module) and decimal
(I gave up).
|
2017-03-14 11:43:42 -07:00 |
|
Jelle Zijlstra
|
47a19c761c
|
fix typo in http.client (#985)
|
2017-03-12 19:33:47 -07:00 |
|
David Euresti
|
da11ecf773
|
Add missing __init__ and isclosed to http.client.HTTPResponse
|
2017-02-22 20:18:15 -08:00 |
|
Sunghyun Hwang
|
28f3fde09f
|
improve HTTPStatus type definition (#920)
|
2017-02-07 10:39:44 -08:00 |
|
Lukasz Langa
|
c0c982ada5
|
Add missing Dict imports.
|
2016-12-21 01:15:26 -08:00 |
|
Lukasz Langa
|
5f416fae64
|
Add missing List imports.
|
2016-12-21 01:06:52 -08:00 |
|
Lukasz Langa
|
6b5c6626d6
|
Fixing flake8 E121, E122, E123, E124, E125, E126 errors
|
2016-12-19 23:53:19 -08:00 |
|
Evgeniy Vasilev
|
0e5003b61e
|
Add HTTPStatus definition for python3.5+ (#577)
Fixes #576.
|
2016-09-29 13:09:30 -07:00 |
|
Valérian Rousset
|
6c6f5f19da
|
apply conditionals (#417)
|
2016-07-29 05:59:26 -07:00 |
|
Guido van Rossum
|
39325bf159
|
Mypy now supports sys.platform and sys.version_info checks (#410)
|
2016-07-27 13:25:29 -07:00 |
|
Valérian Rousset
|
e97638d4bd
|
Improve http (#248)
|
2016-06-05 16:55:51 -07:00 |
|
Ben Darnell
|
e2dde66eb1
|
Stubgen assorted stdlib modules
|
2016-04-11 00:27:58 -04: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
|
337abed05a
|
add (overwrite with) mypy stubs, if available
|
2015-09-30 09:59:44 -07:00 |
|