cpython/Lib/test/test_asyncio
Victor Stinner 2ba8ece5be asyncio: allow None as wait timeout
Fix GH#325: Allow to pass None as a timeout value to disable timeout logic.

Change written by Andrew Svetlov and merged by Guido van Rossum.
2016-04-01 21:39:09 +02:00
..
__init__.py
__main__.py
echo.py
echo2.py
echo3.py
keycert3.pem
pycacert.pem
ssl_cert.pem
ssl_key.pem
test_base_events.py asyncio/tests: Fix ResourceWarnings related to unclosed transports 2015-12-16 20:23:26 -05:00
test_events.py asyncio: Remove duplicate bind addresses in create_server. 2016-03-02 11:17:01 -05:00
test_futures.py asyncio: Prevent StopIteration from being thrown into a Future 2016-03-02 11:03:28 -05:00
test_locks.py
test_pep492.py
test_proactor_events.py
test_queues.py
test_selector_events.py
test_sslproto.py
test_streams.py Issue #26050: Add asyncio.StreamReader.readuntil() method. 2016-01-11 12:28:19 -05:00
test_subprocess.py asyncio, selectors: Update to the upstream version 2016-03-02 10:37:59 -05:00
test_tasks.py asyncio: allow None as wait timeout 2016-04-01 21:39:09 +02:00
test_transports.py
test_unix_events.py
test_windows_events.py
test_windows_utils.py