index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_asyncio
/
test_streams.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix test-order-dependend asyncio test failure caused by rev 909ea8cc86bbab92d...
Guido van Rossum
2014-05-13
1
-6/+9
*
asyncio: Fix upstream issue 168: StreamReader.read(-1) from pipe may hang if ...
Guido van Rossum
2014-05-12
1
-0/+36
*
asyncio: Fix pyflakes warnings: remove unused variables and imports
Victor Stinner
2014-02-26
1
-1/+0
*
asyncio: Replace "unittest.mock" with "mock" in unit tests
Victor Stinner
2014-02-26
1
-2/+2
*
asyncio: Fix spelling and typos.
Yury Selivanov
2014-02-19
1
-1/+1
*
asyncio: Add support for UNIX Domain Sockets.
Yury Selivanov
2014-02-18
1
-39/+156
*
asyncio.streams.StreamReader: Add 'at_eof()' method
Yury Selivanov
2014-02-06
1
-0/+15
*
asyncio.streams: Use bytebuffer in StreamReader; Add assertion in feed_data
Yury Selivanov
2014-02-05
1
-27/+52
*
asyncio: Fix misc whitespace issues.
Guido van Rossum
2014-01-31
1
-2/+2
*
Update asyncio from the Tulip project
Victor Stinner
2014-01-25
1
-58/+60
*
asyncio: Add streams.start_server(), by Gustavo Carneiro.
Guido van Rossum
2013-11-19
1
-0/+66
*
Write flow control for asyncio (includes asyncio.streams overhaul).
Guido van Rossum
2013-10-18
1
-21/+21
*
Make asyncio tests run on Windows.
Guido van Rossum
2013-10-17
1
-1/+4
*
Initial checkin of asyncio package (== Tulip, == PEP 3156).
Guido van Rossum
2013-10-17
1
-0/+361
[prev]