summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio/test_events.py
Commit message (Expand)AuthorAgeFilesLines
* Oops, undo unwanted changes in test_asyncio: mistakes of my the last sync withVictor Stinner2014-02-031-0/+8
* Issue #20472: test_asyncio: skip PTY tests on Mac OS X older than 10.6Victor Stinner2014-02-021-0/+6
* Issue #20400: Merge Tulip into Python: add the new asyncio.subprocess moduleVictor Stinner2014-02-011-8/+0
* Issue #20452: test_asyncio checks also the granularityVictor Stinner2014-02-011-0/+8
* Issue #20452: Remove debug code, no more neededVictor Stinner2014-01-311-13/+1
* Issue #20452: select and selectors round (again) timeout away from zero forVictor Stinner2014-01-311-13/+10
* Issue #20452: Oops, fix debug code :-/Victor Stinner2014-01-311-0/+6
* Issue #20452: add more info in case of test_asyncio failure to try to debug theVictor Stinner2014-01-311-1/+10
* asyncio: subprocess_shell() and subprocess_exec() now raise ValueError instea...Victor Stinner2014-01-291-0/+32
* Merge latest Tulip into asyncioVictor Stinner2014-01-251-2/+2
* asyncio: Don't export BaseEventLoop, BaseSelectorEventLoop norVictor Stinner2014-01-251-1/+2
* Update asyncio from the Tulip projectVictor Stinner2014-01-251-114/+155
* Issue #20311: asyncio: Add a granularity attribute to BaseEventLoop: maximumVictor Stinner2014-01-251-0/+23
* Close #20365: Skip test_asyncio.test_events.test_read_pty_output() on Mac OS XVictor Stinner2014-01-231-0/+3
* asyncio: Minimal pty support in UNIX read pipe, by Jonathan Slenders.Guido van Rossum2014-01-101-0/+42
* Shorten lines.Guido van Rossum2013-12-191-1/+2
* Skip some tests that require server name indication (SNI)Christian Heimes2013-12-151-0/+6
* Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-081-1/+1
* copy 'n paste typo (thx Antoine)Christian Heimes2013-12-061-5/+5
* Skip new SSL tests with IocpEventLoopChristian Heimes2013-12-061-0/+9
* Issue #19509: Finish implementation of check_hostnameChristian Heimes2013-12-051-17/+123
* asyncio: Fix get_event_loop() to call set_event_loop() when setting the loop....Guido van Rossum2013-11-271-0/+16
* asyncio: Hopeful fix for issue 19765.Guido van Rossum2013-11-251-0/+1
* asyncio: Use socketpair() from test_utils in tests (Saúl Ibarra Corretgé).Guido van Rossum2013-11-231-1/+1
* asyncio: Replace connection_refused() with error_received().Guido van Rossum2013-11-161-2/+2
* Issue #19589: Use specific asserts in asyncio tests.Serhiy Storchaka2013-11-141-8/+10
* asyncio: Fix from Anthony Baire for CPython issue 19566 (replaces earlier fix).Guido van Rossum2013-11-131-1/+3
* asyncio: Refactor SIGCHLD handling. By Anthony Baire.Guido van Rossum2013-11-041-12/+32
* Relax test for process return code on Windows.Richard Oudkerk2013-11-021-2/+2
* asyncio: Various style nits.Guido van Rossum2013-11-011-1/+0
* asyncio: Document EventLoop.close().Guido van Rossum2013-11-011-0/+2
* asyncio: Add support for running subprocesses on Windows with the IOCP event ...Guido van Rossum2013-10-301-35/+70
* 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
* Avoid test_asyncio hang on AIX.Guido van Rossum2013-10-221-0/+3
* Issue #19309: asyncio: make waitpid() wait for all child processes, not onlyCharles-François Natali2013-10-201-0/+20
* 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
* Relax some asyncio test timeouts (http://bugs.python.org/issue19285).Guido van Rossum2013-10-181-4/+4
* Rename Transport.pause/resume to pause_reading/pause_writing. Also relax time...Guido van Rossum2013-10-181-1/+1
* Rename the logger to plain "logger".Guido van Rossum2013-10-171-1/+1
* Initial checkin of asyncio package (== Tulip, == PEP 3156).Guido van Rossum2013-10-171-0/+1573