index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_asyncio
/
test_streams.py
Commit message (
Expand
)
Author
Age
*
Issue #25441: asyncio: Raise error from drain() when socket is closed.
Guido van Rossum
2015-10-19
*
Fix StreamReader.__repr__
Andrew Svetlov
2015-09-29
*
asyncio: sync with github
Victor Stinner
2015-07-25
*
asyncio: sync with github asyncio
Victor Stinner
2015-07-09
*
asyncio: pyflakes, remove unused import
Victor Stinner
2015-01-21
*
asyncio: sync with Tulip
Victor Stinner
2015-01-09
*
asyncio: Truncate to 80 columns
Victor Stinner
2015-01-09
*
asyncio: Refactor tests: add a base TestCase class
Victor Stinner
2014-06-18
*
Fix test-order-dependend asyncio test failure caused by rev 909ea8cc86bbab92d...
Guido van Rossum
2014-05-13
*
asyncio: Fix upstream issue 168: StreamReader.read(-1) from pipe may hang if ...
Guido van Rossum
2014-05-12
*
asyncio: Fix pyflakes warnings: remove unused variables and imports
Victor Stinner
2014-02-26
*
asyncio: Replace "unittest.mock" with "mock" in unit tests
Victor Stinner
2014-02-26
*
asyncio: Fix spelling and typos.
Yury Selivanov
2014-02-18
*
asyncio: Add support for UNIX Domain Sockets.
Yury Selivanov
2014-02-18
*
asyncio.streams.StreamReader: Add 'at_eof()' method
Yury Selivanov
2014-02-06
*
asyncio.streams: Use bytebuffer in StreamReader; Add assertion in feed_data
Yury Selivanov
2014-02-05
*
asyncio: Fix misc whitespace issues.
Guido van Rossum
2014-01-30
*
Update asyncio from the Tulip project
Victor Stinner
2014-01-25
*
asyncio: Add streams.start_server(), by Gustavo Carneiro.
Guido van Rossum
2013-11-19
*
Write flow control for asyncio (includes asyncio.streams overhaul).
Guido van Rossum
2013-10-18
*
Make asyncio tests run on Windows.
Guido van Rossum
2013-10-17
*
Initial checkin of asyncio package (== Tulip, == PEP 3156).
Guido van Rossum
2013-10-17