Dakkaron
a393897c9a
Added JSONEncoder and JSONDecoder to stdlib/2.7/json.pyi ( #332 )
2016-07-04 18:24:23 -07:00
tewe
ab4734ff7f
Use actual base type ( #313 )
...
Avoids "Exception type must be derived from BaseException"
2016-06-28 18:26:54 +01:00
Dakkaron
25f5c9c6f8
Added type annotations and small fixes ( #219 )
...
* json.loads() accepts unicode
* threading.BoundedSemaphore is subclass of Semaphore
* Added type annotations for logging/__init__.pyi and logging/handlers.pyi
* Changed style of variable declaration to fit the rest of the file
2016-05-23 09:16:01 -07:00
Robert T. McGibbon
dfd7ceecd8
Add type annotations for json.load(s)
2016-01-11 13:23:59 -08:00
Robert T. McGibbon
0735ec0251
Add keyword args to stdlib's json.pyi
2016-01-10 23:37:17 -08:00
Matthias Kramm
94c9ce8fd0
Consistently use '= ...' for optional parameters.
2015-11-09 13:55:02 -08:00
Matthias Kramm
337abed05a
add (overwrite with) mypy stubs, if available
2015-09-30 09:59:44 -07:00