Victor Stinner
466e18e8c2
Remove unused imports in tests (GH-14518) (GH-14520)
...
(cherry picked from commit 8f4ef3b019
)
2019-07-01 19:01:52 +02:00
Andrew Svetlov
23b4b697e5
bpo-36889: Merge asyncio streams (GH-13251)
...
https://bugs.python.org/issue36889
2019-05-27 12:56:22 -07:00
Yury Selivanov
8cd5165ba0
bpo-37027: Return a proxy socket object from transp.get_extra_info('socket') (GH-13530)
...
Return a safe to use proxy socket object from `transport.get_extra_info('socket')`
https://bugs.python.org/issue37027
2019-05-27 06:57:19 -07:00
xdegaye
4461d704e2
bpo-36341: Fix tests calling bind() on AF_UNIX sockets (GH-12399)
...
Those tests may fail with PermissionError.
https://bugs.python.org/issue36341
2019-05-03 08:09:17 -07:00
Brett Cannon
8425de4147
bpo-33562: Check the global asyncio event loop policy isn't set after any tests (GH-7328)
2018-06-01 20:34:09 -07:00
Yury Selivanov
4112c5b97d
bpo-32662: Try making test_asyncio.test_server more reliable ( #5338 )
2018-01-26 01:30:57 -05:00
Yury Selivanov
c9070d03f5
bpo-32662: Implement Server.start_serving() and Server.serve_forever() ( #5312 )
...
* bpo-32662: Implement Server.start_serving() and Server.serve_forever()
New methods:
* Server.start_serving(),
* Server.serve_forever(), and
* Server.is_serving().
Add 'start_serving' keyword parameter to loop.create_server() and
loop.create_unix_server().
2018-01-25 18:08:09 -05:00