summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio
Commit message (Expand)AuthorAgeFilesLines
* Accept optional lock object in Condition ctor (tulip issue #198)Andrew Svetlov2014-07-261-0/+12
* asyncio, test_subprocess: relax timings for slow builbotsVictor Stinner2014-07-251-2/+2
* asyncio: sync with TulipVictor Stinner2014-07-241-10/+20
* asyncio tests: relax timings for slow buildbotsVictor Stinner2014-07-241-4/+4
* Issue #22002: Make full use of test discovery in test sub-packages.Zachary Ware2014-07-232-26/+6
* asyncio: sync with TulipVictor Stinner2014-07-232-11/+10
* asyncio: Fix test_stdin_broken_pipe(), drain() is not a coroutineVictor Stinner2014-07-211-2/+7
* Issue #21247: Fix a race condition in test_send_signal() of asyncioVictor Stinner2014-07-171-4/+15
* Python issue #21645, Tulip issue 192: Rewrite signal handlingVictor Stinner2014-07-172-3/+3
* asyncio: Fix test_stdin_broken_pipe(), drain() can also raiseVictor Stinner2014-07-171-2/+2
* asyncio, tulip issue 190: Process.communicate() must ignore BrokenPipeErrorVictor Stinner2014-07-171-7/+20
* asyncio: test_as_completed(): disable "slow callback" warningVictor Stinner2014-07-161-0/+2
* Issue #21163: Fix "destroy pending task" warning in test_wait_errors()Victor Stinner2014-07-161-4/+7
* asyncio: test_selector_events: remove duplicate call to _on_handshake() methodVictor Stinner2014-07-161-3/+3
* asyncio tests: make quiet the logs of SSL handshake failures when running testsVictor Stinner2014-07-142-17/+21
* asyncio: sync with TulipVictor Stinner2014-07-141-2/+0
* asyncio: sync with TulipVictor Stinner2014-07-122-9/+10
* asyncio: sync with TulipVictor Stinner2014-07-113-7/+6
* asyncio: sync with TulipVictor Stinner2014-07-101-8/+3
* asyncio: sync with TulipVictor Stinner2014-07-101-7/+42
* asyncio: sync with TulipVictor Stinner2014-07-102-12/+60
* asyncion, Tulip issue 181: BaseEventLoop.create_datagram_endpoint() now waitsVictor Stinner2014-07-081-0/+10
* asyncio: sync with TulipVictor Stinner2014-07-084-2/+43
* Closes #21886, #21447: Fix a race condition in asyncio when setting the resultVictor Stinner2014-07-052-0/+10
* asyncio: sync with TulipVictor Stinner2014-07-021-0/+11
* asyncio: Fix test_sleep_cancel(): call_later() mock has no self parameterVictor Stinner2014-07-011-2/+2
* asyncio: sync with TulipVictor Stinner2014-06-301-0/+1
* asyncio: sync with Tulip, add a new asyncio.coroutines moduleVictor Stinner2014-06-281-17/+17
* asyncio: Fix two "Coroutine xxx was never yielded from" messages in testsVictor Stinner2014-06-271-2/+6
* asyncio: Fix unit tests on Windows, escape filenames in regexVictor Stinner2014-06-272-6/+6
* asyncio, Tulip issue 137: In debug mode, save traceback where Future, Task andVictor Stinner2014-06-274-6/+113
* asyncio, Tulip issue 137: In debug mode, add the traceback where the coroutineVictor Stinner2014-06-271-0/+32
* asyncio: Oops, restore a removed testVictor Stinner2014-06-271-0/+3
* Issue #21163: Fix one more "Task was destroyed but it is pending!" log in testsVictor Stinner2014-06-251-2/+6
* asyncio: sync with TulipVictor Stinner2014-06-252-0/+9
* Issue #21163, asyncio: Fix some "Task was destroyed but it is pending!" logs ...Victor Stinner2014-06-253-16/+22
* asyncio, Tulip issue 177: Rewite repr() of Future, Task, Handle and TimerHandleVictor Stinner2014-06-254-75/+129
* asyncio: repr(Task) now also contains the line number even if the coroutine isVictor Stinner2014-06-241-2/+4
* asyncio: Log an error if a Task is destroyed while it is still pendingVictor Stinner2014-06-242-4/+44
* asyncio, Tulip issue 171: BaseEventLoop.close() now raises an exception if theVictor Stinner2014-06-221-0/+9
* asyncio, Tulip issue 172: only log selector timing in debug modeVictor Stinner2014-06-221-0/+3
* asyncio: Add an unit test to check that setting the PYTHONASYNCIODEBUG env varVictor Stinner2014-06-222-4/+24
* asyncio: Enable the debug mode of event loops when the PYTHONASYNCIODEBUGVictor Stinner2014-06-224-12/+4
* asyncio, Tulip issue 105: in debug mode, log callbacks taking more than 100 msVictor Stinner2014-06-201-0/+28
* asyncio: Fix pyflakes errorsVictor Stinner2014-06-183-5/+2
* asyncio: Refactor tests: add a base TestCase classVictor Stinner2014-06-1712-219/+127
* asyncio: Refactor test__run_once_logging() to not rely on the exact number ofVictor Stinner2014-06-171-18/+11
* asyncio: Set __qualname__ attribute of CoroWrapper in @coroutine decorator onVictor Stinner2014-06-171-8/+40
* Issue #21723: asyncio.Queue: support any type of number (ex: float) for theVictor Stinner2014-06-171-0/+15
* Sync asyncio with Tulip: Fix test_tasks for Python 3.5Victor Stinner2014-06-161-4/+8