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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix asyncio issue #19293 (hangs on AIX).
Guido van Rossum
2013-10-22
1
-8/+4
*
Unsilence several asyncio AIX tests that no longer hang, and silence a new hang.
Guido van Rossum
2013-10-22
1
-12/+3
*
Switch subprocess stdin to a socketpair, attempting to fix issue #19293 (AIX ...
Guido van Rossum
2013-10-22
1
-0/+7
*
Avoid test_asyncio hang on AIX.
Guido van Rossum
2013-10-22
1
-0/+3
*
asyncio: be more lenient if we don't understand status returned by waitpid().
Guido van Rossum
2013-10-21
1
-1/+1
*
Skip one asyncio test when IPv6 isn't supported (Windows buildbots)
Antoine Pitrou
2013-10-20
1
-0/+2
*
Make various asyncio test files individually runnable
Antoine Pitrou
2013-10-20
8
-0/+32
*
Issue #19309: asyncio: make waitpid() wait for all child processes, not only
Charles-François Natali
2013-10-20
1
-0/+20
*
Break out of loop on EOF in asyncio echo test programs.
Guido van Rossum
2013-10-20
2
-0/+4
*
Un-backout e3ec6b17260c - the test fix was actually also necessary
Antoine Pitrou
2013-10-20
1
-2/+2
*
Backout e3ec6b17260c after Guido's fix
Antoine Pitrou
2013-10-20
1
-2/+2
*
Issue #19305: try to fix sporadic test_asyncio failure on FreeBSD 10.0
Antoine Pitrou
2013-10-19
1
-2/+5
*
Try to fix test_asyncio dual stack test when creating an IPv6 socket fails
Antoine Pitrou
2013-10-19
1
-2/+2
*
Disable some subprocess tests that hang on AIX.
Guido van Rossum
2013-10-19
1
-0/+9
*
Skip the asyncio tests when threads are not available.
Guido van Rossum
2013-10-19
1
-0/+5
*
Write flow control for asyncio (includes asyncio.streams overhaul).
Guido van Rossum
2013-10-18
1
-21/+21
*
Relax some asyncio test timeouts (http://bugs.python.org/issue19285).
Guido van Rossum
2013-10-18
2
-5/+5
*
Rename Transport.pause/resume to pause_reading/pause_writing. Also relax time...
Guido van Rossum
2013-10-18
5
-16/+16
*
Rename the logger to plain "logger".
Guido van Rossum
2013-10-17
6
-25/+25
*
Make asyncio tests run on Windows.
Guido van Rossum
2013-10-17
3
-2/+12
*
Initial checkin of asyncio package (== Tulip, == PEP 3156).
Guido van Rossum
2013-10-17
22
-0/+8864