summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio
Commit message (Expand)AuthorAgeFilesLines
* 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