Commit Graph
10 Commits
Author SHA1 Message Date
Rune TynanandJelle Zijlstra 6058c23136 Make path separator based on OS separator (#3375) 2019-10-16 10:12:45 -07:00
Rune TynanandSebastian Rittau 67629a14a7 Add stubs for cgitb (#3368) 2019-10-16 17:11:23 +02:00
Rune TynanandJelle Zijlstra dfe68625ec Add public missing asyncio stubs for windows and proactor files (#3234)
* Add public missing asyncio stubs for windows and proactor files, and any necessary private return/argument types.

* Add methods to BaseProactorEventLoop that mypy is complaining about, with note about status at runtime

* Add asyncio constants file
2019-10-14 21:03:29 -07:00
Rune TynanandJelle Zijlstra 6c42f6bb2f Add bdb stubs (#3354) 2019-10-14 20:01:24 -07:00
Rune TynanandSebastian Rittau 6354bc8a10 Ensurepip stubs (#3349) 2019-10-12 02:45:43 +02:00
Rune TynanandSebastian Rittau 7710e925ca Add data to UserList class, fix UserDict.data type (#3316) 2019-10-07 17:05:19 +02:00
Rune TynanandJelle Zijlstra 2b97bb904a Add AIFC module stubs (#3075) 2019-09-11 15:39:41 -07:00
Rune TynanandJelle Zijlstra 15b7cdaf40 Implement ZipExtFile in the zipfile type stubs (#3074) 2019-08-10 13:25:03 -07:00
Rune TynanandJelle Zijlstra 58221cf20e Add types and functions in types.py that are new in 3.7 (#3066)
* Add types and functions in types.py that are new in 3.7

* Update `resolve_bases` to accept any iterable of objects, and the same
for `new_class` if the version is at least 3.7

* Add comparison overrides implemented by MethodWrapperType

* Fix mypy error due to over-constrained `__eq__`
2019-06-19 15:20:57 -07:00
Rune TynanandIvan Levkivskyi cb7de8adfa Fix typo in FrameType 3.7 attributes (#2899) 2019-04-03 22:52:34 +01:00