Sebastian Rittau
|
7e1b8384a0
|
Return concrete server from abstract event loop (#5566)
https://docs.python.org/3/library/asyncio-eventloop.html?highlight=abstracteventloop#creating-network-servers
documents the methods as returning a concrete server object.
|
2021-06-03 07:03:45 -07:00 |
|
Sebastian Rittau
|
841a365284
|
Remove compatibility aliases (#5464)
* Remove compatibility aliases
Remove a few instances of Text
Use aliases from _typeshed
* Remove unused imports
|
2021-05-15 20:49:20 +03:00 |
|
hatal175
|
88a8d0ccbc
|
Explaining/Fixing asyncio allowlist exceptions (#5132)
|
2021-03-23 17:14:30 -07:00 |
|
Ivan Levkivskyi
|
16ae4c6120
|
Re-organize directory structure (#4971)
See discussion in #2491
Co-authored-by: Ivan Levkivskyi <ilevkivskyi@dropbox.com>
|
2021-01-27 12:00:39 +00:00 |
|