This website requires JavaScript.
Explore
Help
Sign In
VimPlug
/
typeshed
Watch
1
Star
0
Fork
0
You've already forked typeshed
mirror of
https://github.com/davidhalter/typeshed.git
synced
2025-12-12 23:16:30 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
0c2249fbd63806309d69f54a15639d36db729887
typeshed
/
stdlib
/
3.4
/
asyncio
History
NODA, Kai
3c4bc4266d
improve asyncio.AbstractEventLoop.getaddrinfo() (
#1867
)
...
The signature should match that of socket.getaddrinfo()
2018-02-14 16:09:38 +00:00
..
__init__.pyi
…
coroutines.pyi
…
events.pyi
improve asyncio.AbstractEventLoop.getaddrinfo() (
#1867
)
2018-02-14 16:09:38 +00:00
futures.pyi
Clean out the pytype blacklist (
#1667
)
2017-10-24 10:38:34 -07:00
locks.pyi
Change numerous default values to ... (
#1722
)
2017-11-09 06:28:40 -08:00
protocols.pyi
Use Union[bytes, Text] instead of AnyStr (
#1819
)
2018-01-11 08:23:39 -08:00
queues.pyi
…
streams.pyi
Corrections to the asyncio exception stubs (
#1623
)
2017-09-22 07:47:17 -07:00
subprocess.pyi
Use Union[bytes, Text] instead of AnyStr (
#1819
)
2018-01-11 08:23:39 -08:00
tasks.pyi
allow Optional[float] for asyncio.wait() timeout arg (
#1860
)
2018-02-07 19:49:33 -08:00
transports.pyi
…