summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio/test_events.py
Commit message (Expand)AuthorAgeFilesLines
* asyncio: Synchronize with TulipVictor Stinner2014-03-051-0/+27
* asyncio: simplify test_events.py, don't use non local variables and don't callVictor Stinner2014-02-261-186/+79
* asyncio: Fix pyflakes warnings: remove unused variables and importsVictor Stinner2014-02-261-3/+1
* asyncio: Replace "unittest.mock" with "mock" in unit testsVictor Stinner2014-02-261-16/+16
* asyncio: _check_resolved_address() must also accept IPv6 without flow_info andVictor Stinner2014-02-201-3/+6
* asyncio: ops, and now fix also the unit test for IPv6 address:Victor Stinner2014-02-201-4/+3
* Issue #20682: Oops, fix test_create_connection() of test_asyncio (fix my prev...Victor Stinner2014-02-191-1/+1
* Close #20682: Fix UNIX sockets tests of test_asyncio on Mac OS X TigerVictor Stinner2014-02-191-5/+27
* asyncio: Fix spelling and typos.Yury Selivanov2014-02-191-1/+0
* Issue #20682: test_asyncio, _basetest_create_connection() checks also theVictor Stinner2014-02-191-0/+1
* asyncio: New error handling API. Issue #20681.Yury Selivanov2014-02-181-16/+28
* asyncio: Add support for UNIX Domain Sockets.Yury Selivanov2014-02-181-114/+235
* Issue #20667: KqueueEventLoopTests.test_read_pty_output() hangs also on OpenB...Victor Stinner2014-02-181-2/+3
* Issue #20667: test_asyncio: Skip KqueueEventLoopTests.test_read_pty_output() onVictor Stinner2014-02-181-0/+3
* Fix test_asyncio/test_events.py: skip IPv6 if IPv6 is disabled on the hostVictor Stinner2014-02-131-1/+5
* ayncio, Tulip issue 129: BaseEventLoop.sock_connect() now raises an error ifVictor Stinner2014-02-131-0/+12
* Issue #20495: Skip test_read_pty_output() of test_asyncio on FreeBSD older thanVictor Stinner2014-02-111-0/+2
* Issue #20505: BaseEventLoop uses again the resolution of the clock to decide ifVictor Stinner2014-02-101-6/+6
* Issue #20505: Use even shorter sleep in test_timeout_rounding() to make theVictor Stinner2014-02-101-3/+5
* Issue #20505: Add debug info to analyze sporaric failures ofVictor Stinner2014-02-101-1/+4
* asyncio: Tulip issue 112: Inline make_handle() into Handle constructorVictor Stinner2014-02-091-2/+2
* Issue #20505: Remove resolution and _granularity from selectors and asyncioVictor Stinner2014-02-071-16/+7
* 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