Carl Meyer
|
1c3ec74d13
|
Remove incomplete thrift stubs that cause false positives. (#1827)
|
2018-01-26 15:26:14 -08:00 |
|
Carl Meyer
|
9e76d44b09
|
Fix sys.setprofile annotation. (#1679)
`sys.setprofile(None)` is valid, and is in fact the only way to clear a profiler once set.
|
2017-10-23 15:26:58 -04:00 |
|
Carl Meyer
|
a19d4e34c3
|
Add 3-argument overload for asyncio.gather. (#1644)
|
2017-10-03 11:41:25 -07:00 |
|
Carl Meyer
|
802f3b21b3
|
Fix __init__ signature for unittest.mock.MagicMock. (#1388)
|
2017-06-04 10:08:56 -07:00 |
|
Carl Meyer
|
6d88431403
|
Correct the type of MethodType.__func__. (#1383)
See python/mypy#3484 for background.
|
2017-06-02 11:06:07 -07:00 |
|
Carl Meyer
|
166e56a8f0
|
Fix missing 'type: ' in opcode.pyi (#1143)
|
2017-04-05 17:06:09 -07:00 |
|