mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
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 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| base_events.py | ||
| base_subprocess.py | ||
| constants.py | ||
| events.py | ||
| futures.py | ||
| locks.py | ||
| log.py | ||
| proactor_events.py | ||
| protocols.py | ||
| queues.py | ||
| selector_events.py | ||
| streams.py | ||
| tasks.py | ||
| test_utils.py | ||
| transports.py | ||
| unix_events.py | ||
| windows_events.py | ||
| windows_utils.py | ||