Dakkaron
a393897c9a
Added JSONEncoder and JSONDecoder to stdlib/2.7/json.pyi ( #332 )
2016-07-04 18:24:23 -07:00
Dakkaron
59d64f4e2b
re methods' pattern-parameters don't affect the return value anymore ( #281 )
...
Note that this is a 2.7-only change (in Python 3, the pattern type must match the other parameter and the result).
2016-06-09 09:54:59 -07:00
Dakkaron
f32e26ebc2
Added stdlib/2.7/getopt.pyi, updated 3/getopt.pyi ( #221 )
...
* Added stdlib/2.7/getopt.pyi
* Small fixes to stdlib/3/getopt.pyi
2016-05-25 07:14:42 -07: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
Dakkaron
8dff6e481e
Added bisect.pyi and ConfigParser.pyi ( #171 )
...
* stdlib/2.7./codecs.pyi: added missing __enter__() and __exit__()
* stdlib/2.7/bisect.pyi
* /stdlib/2.7/ConfigParser.pyi
2016-05-04 10:39:52 -07:00
Dakkaron
fde085bbdd
stdlib/2.7./codecs.pyi: added missing __enter__() and __exit__() ( #167 )
2016-04-27 10:23:42 -07:00