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 |
|
Michael Walter
|
05a711ec27
|
Update shlex.pyi
Type of `shlex.whitespace_split` is `bool`.
|
2015-12-30 21:59:56 +01:00 |
|
Matthias Kramm
|
94c9ce8fd0
|
Consistently use '= ...' for optional parameters.
|
2015-11-09 13:55:02 -08:00 |
|
Matthias Kramm
|
d2a3d4a4ed
|
Use explicit "# type: str" instead of '' shortcut.
|
2015-11-09 07:59:24 -08:00 |
|
Matthias Kramm
|
ebb3f51f7b
|
Apply 'Add stub for pipes' patch from Ben Longbons.
|
2015-10-12 08:34:26 -07:00 |
|
Matthias Kramm
|
337abed05a
|
add (overwrite with) mypy stubs, if available
|
2015-09-30 09:59:44 -07:00 |
|