cpython/Lib/test/test_asyncio
Victor Stinner 8dffc456d7 Update asyncio from the Tulip project
Major changes:

- StreamReader.readexactly() now raises an IncompleteReadError if the
  end of stream is reached before we received enough bytes, instead of
  returning less bytes than requested.

- Unit tests use the main asyncio module instead of submodules like events

- _UnixWritePipeTransport now also supports character devices, as
  _UnixReadPipeTransport. Patch written by Jonathan Slenders.

- Export more symbols: BaseEventLoop, BaseProactorEventLoop,
  BaseSelectorEventLoop, Queue and Queue sublasses, Empty, Full
2014-01-25 15:32:06 +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 Update asyncio from the Tulip project 2014-01-25 15:32:06 +01:00
test_events.py Update asyncio from the Tulip project 2014-01-25 15:32:06 +01:00
test_futures.py Update asyncio from the Tulip project 2014-01-25 15:32:06 +01:00
test_locks.py Update asyncio from the Tulip project 2014-01-25 15:32:06 +01:00
test_proactor_events.py Update asyncio from the Tulip project 2014-01-25 15:32:06 +01:00
test_queues.py Update asyncio from the Tulip project 2014-01-25 15:32:06 +01:00
test_selector_events.py Update asyncio from the Tulip project 2014-01-25 15:32:06 +01:00
test_streams.py Update asyncio from the Tulip project 2014-01-25 15:32:06 +01:00
test_tasks.py Update asyncio from the Tulip project 2014-01-25 15:32:06 +01:00
test_transports.py Update asyncio from the Tulip project 2014-01-25 15:32:06 +01:00
test_unix_events.py Update asyncio from the Tulip project 2014-01-25 15:32:06 +01:00
test_windows_events.py Update asyncio from the Tulip project 2014-01-25 15:32:06 +01:00
test_windows_utils.py
tests.txt