Alan Du
603be5e1da
Fix typehint of click progressbar ( #2003 )
...
* Fix typehint of click progressbar
* Oops -- stubs are *.pyi files
2018-04-03 07:16:17 -07:00
Alan Du
bd26c7bf84
Add __complex__ to complex ( #2004 )
...
* Add __complex__ to complex
complex SupportsComplex!
* Allow constructing complex from SupportsComplex
2018-04-03 07:14:52 -07:00
Alan Du
7c4765357a
Make requests.Response.iter_content allow None ( #1784 )
...
* Make requests.Response.iter_content allow None
According to the docstring:
> chunk_size must be of type int or None
* Combine and alphabetize import statement
2017-12-13 14:25:32 -08:00
Alan Du
275d9b5818
Python 3 multiprocesisng synchronization stubs ( #1678 )
...
* Add multiprocessing.Array to Python 3 stub
* Add Pipe and Connection type
* Add synchronize type-stub
* Add multiprocessing Exceptions
* Update context with synchronization primitives
* Code review comments
* Add acquire and release from _make_method
* Remove Array stub
* add missing Optional
2017-11-06 23:07:02 -08:00