summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio/test_events.py
Commit message (Expand)AuthorAgeFilesLines
* asyncio: Improve canceled timer handles cleanup. Closes issue #22448.Yury Selivanov2014-09-251-3/+11
* asyncio.test_events: Partially reverting f7643c893587 to stay in sync with tu...Yury Selivanov2014-09-251-1/+1
* (Merge 3.4) asyncio, Tulip issue 206: In debug mode, keep the callback in theVictor Stinner2014-09-171-4/+5
|\
| * asyncio, Tulip issue 206: In debug mode, keep the callback in theVictor Stinner2014-09-171-4/+5
* | (Merge 3.4) asyncio: sync with TulipVictor Stinner2014-08-251-16/+20
|\ \ | |/
| * asyncio: sync with TulipVictor Stinner2014-08-251-16/+20
* | Merge with Python 3.4 (asyncio)Victor Stinner2014-07-291-0/+18
|\ \ | |/
| * Close #22063: socket operations (socket,recv, sock_sendall, sock_connect,Victor Stinner2014-07-291-0/+18
* | Issue #21566: Make use of socket.listen() default backlog.Charles-François Natali2014-07-231-1/+1
|/
* asyncio tests: make quiet the logs of SSL handshake failures when running testsVictor Stinner2014-07-141-10/+13
* asyncio: sync with TulipVictor Stinner2014-07-111-1/+1
* asyncio: sync with TulipVictor Stinner2014-07-101-12/+54
* asyncion, Tulip issue 181: BaseEventLoop.create_datagram_endpoint() now waitsVictor Stinner2014-07-081-0/+10
* asyncio: sync with TulipVictor Stinner2014-07-081-0/+14
* asyncio, Tulip issue 137: In debug mode, save traceback where Future, Task andVictor Stinner2014-06-271-3/+34
* asyncio, Tulip issue 177: Rewite repr() of Future, Task, Handle and TimerHandleVictor Stinner2014-06-251-28/+38
* asyncio, Tulip issue 171: BaseEventLoop.close() now raises an exception if theVictor Stinner2014-06-221-0/+9
* asyncio: Refactor tests: add a base TestCase classVictor Stinner2014-06-171-7/+7
* asyncio: Tulip issue 173: Enhance repr(Handle) and repr(Task)Victor Stinner2014-06-121-21/+57
* Issue #21651: Fix ResourceWarning when running asyncio tests on Windows.Victor Stinner2014-06-031-0/+1
* asyncio: Add __weakref__ slots to Handle and CoroWrapper. Upstream issue #166.Guido van Rossum2014-04-271-0/+6
* Issue #21155: asyncio.EventLoop.create_unix_server() now raises a ValueError ifVictor Stinner2014-04-071-0/+11
* asyncio, Tulip issue 157: Improve test_events.py, avoid run_briefly() which isVictor Stinner2014-03-061-64/+65
* 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