summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio
Commit message (Expand)AuthorAgeFilesLines
* Fix asyncio issue #19293 (hangs on AIX).Guido van Rossum2013-10-221-8/+4
* Unsilence several asyncio AIX tests that no longer hang, and silence a new hang.Guido van Rossum2013-10-221-12/+3
* Switch subprocess stdin to a socketpair, attempting to fix issue #19293 (AIX ...Guido van Rossum2013-10-221-0/+7
* Avoid test_asyncio hang on AIX.Guido van Rossum2013-10-221-0/+3
* asyncio: be more lenient if we don't understand status returned by waitpid().Guido van Rossum2013-10-211-1/+1
* Skip one asyncio test when IPv6 isn't supported (Windows buildbots)Antoine Pitrou2013-10-201-0/+2
* Make various asyncio test files individually runnableAntoine Pitrou2013-10-208-0/+32
* Issue #19309: asyncio: make waitpid() wait for all child processes, not onlyCharles-François Natali2013-10-201-0/+20
* Break out of loop on EOF in asyncio echo test programs.Guido van Rossum2013-10-202-0/+4
* Un-backout e3ec6b17260c - the test fix was actually also necessaryAntoine Pitrou2013-10-201-2/+2
* Backout e3ec6b17260c after Guido's fixAntoine Pitrou2013-10-201-2/+2
* Issue #19305: try to fix sporadic test_asyncio failure on FreeBSD 10.0Antoine Pitrou2013-10-191-2/+5
* Try to fix test_asyncio dual stack test when creating an IPv6 socket failsAntoine Pitrou2013-10-191-2/+2
* Disable some subprocess tests that hang on AIX.Guido van Rossum2013-10-191-0/+9
* Skip the asyncio tests when threads are not available.Guido van Rossum2013-10-191-0/+5
* Write flow control for asyncio (includes asyncio.streams overhaul).Guido van Rossum2013-10-181-21/+21
* Relax some asyncio test timeouts (http://bugs.python.org/issue19285).Guido van Rossum2013-10-182-5/+5
* Rename Transport.pause/resume to pause_reading/pause_writing. Also relax time...Guido van Rossum2013-10-185-16/+16
* Rename the logger to plain "logger".Guido van Rossum2013-10-176-25/+25
* Make asyncio tests run on Windows.Guido van Rossum2013-10-173-2/+12
* Initial checkin of asyncio package (== Tulip, == PEP 3156).Guido van Rossum2013-10-1722-0/+8864