cpython/Lib/test/test_asyncio
Victor Stinner eeeebcd816 asyncio: Synchronize with Tulip
* Issue #159: Fix windows_utils.socketpair()

  - Use "127.0.0.1" (IPv4) or "::1" (IPv6) host instead of "localhost", because
    "localhost" may be a different IP address
  - Reject also invalid arguments: only AF_INET/AF_INET6 with SOCK_STREAM (and
    proto=0) are supported

* Reject add/remove reader/writer when event loop is closed.
* Fix ResourceWarning warnings
2014-03-06 00:52:53 +01: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: Fix pyflakes warnings: remove unused variables and imports 2014-02-26 11:07:42 +01:00
test_events.py asyncio: Synchronize with Tulip 2014-03-06 00:52:53 +01:00
test_futures.py asyncio: Replace "unittest.mock" with "mock" in unit tests 2014-02-26 10:25:02 +01:00
test_locks.py asyncio: Replace "unittest.mock" with "mock" in unit tests 2014-02-26 10:25:02 +01:00
test_proactor_events.py asyncio: Replace "unittest.mock" with "mock" in unit tests 2014-02-26 10:25:02 +01:00
test_queues.py asyncio: Replace "unittest.mock" with "mock" in unit tests 2014-02-26 10:25:02 +01:00
test_selector_events.py asyncio: Fix pyflakes warnings: remove unused variables and imports 2014-02-26 11:07:42 +01:00
test_streams.py asyncio: Fix pyflakes warnings: remove unused variables and imports 2014-02-26 11:07:42 +01:00
test_subprocess.py asyncio: pep8-ify the code. 2014-02-18 22:56:15 -05:00
test_tasks.py asyncio: Fix pyflakes warnings: remove unused variables and imports 2014-02-26 11:07:42 +01:00
test_transports.py asyncio: Replace "unittest.mock" with "mock" in unit tests 2014-02-26 10:25:02 +01:00
test_unix_events.py asyncio: Fix pyflakes warnings: remove unused variables and imports 2014-02-26 11:07:42 +01:00
test_windows_events.py asyncio: Fix pyflakes warnings: remove unused variables and imports 2014-02-26 11:07:42 +01:00
test_windows_utils.py asyncio: Synchronize with Tulip 2014-03-06 00:52:53 +01:00
tests.txt Issue #20655: Fix test_asyncio, run also subprocess tests. Patch written by 2014-02-18 00:11:21 +01:00