rchen152
|
f6b60cb3ea
|
A couple fixes to the io stubs. (#1811)
1. The 'name' argument to FileIO.init can be either a string or an integer: https://docs.python.org/2/library/io.html#io.FileIO
2. An mmap.mmap object can be used in most places that a bytearray can: https://docs.python.org/3.5/library/mmap.html
|
2018-01-04 16:14:38 -08:00 |
|
Martin DeMello
|
817c270c32
|
Clean out the pytype blacklist (#1667)
|
2017-10-24 10:38:34 -07:00 |
|
Jelle Zijlstra
|
1515ed9f88
|
fix some abstract classes in third_party/ (#1486)
|
2017-07-19 20:27:22 +03:00 |
|
Matthias Kramm
|
ac0b809bf5
|
tweak files to fix pytype parsing errors (#1325)
* Don't use "\" to join lines
|
2017-05-26 08:45:52 -07:00 |
|
Jelle Zijlstra
|
fce4424c6e
|
add http.client.error (#1355)
It's in __all__
|
2017-05-25 19:35:36 -07:00 |
|
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 |
|