summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio
Commit message (Expand)AuthorAgeFilesLines
* asyncio: Fix _SelectorTransport.__repr__() if the event loop is closedVictor Stinner2015-03-271-0/+5
* asyncio: Fix warning in test_close_kill_running()Victor Stinner2015-02-171-0/+1
* Issue #23475, asyncio: Fix test_close_kill_running()Victor Stinner2015-02-171-2/+10
* asyncio, Tulip issue 220: Merge JoinableQueue with Queue.Victor Stinner2015-02-171-5/+5
* Use os.devnull instead of hardcoded '/dev/null'.Serhiy Storchaka2015-02-151-3/+3
* asyncio: BaseSubprocessTransport.close() doesn't try to kill the process if itVictor Stinner2015-02-101-0/+55
* asyncio: Only call _check_resolved_address() in debug modeVictor Stinner2015-02-041-0/+4
* Issue #23347, asyncio: send_signal(), terminate(), kill() don't check if theVictor Stinner2015-01-301-16/+0
* asyncio: Fix ResourceWarning in test_subprocess.test_proc_exit()Victor Stinner2015-01-291-0/+2
* asyncio: sync with TulipVictor Stinner2015-01-292-17/+83
* Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transportVictor Stinner2015-01-292-5/+8
* asyncio: sync with TulipVictor Stinner2015-01-292-31/+35
* asyncio: sync with TulipVictor Stinner2015-01-291-1/+14
* asyncio: Fix _SelectorSocketTransport constructorVictor Stinner2015-01-281-5/+11
* asyncio: Fix SSLProtocol.eof_received()Victor Stinner2015-01-281-11/+29
* asyncio: sync with TulipVictor Stinner2015-01-271-0/+5
* Issue #23293, asyncio: Rewrite IocpProactor.connect_pipe() as a coroutineVictor Stinner2015-01-261-0/+13
* asyncio: pyflakes, remove unused importVictor Stinner2015-01-211-9/+1
* asyncio: Enhance BaseProactorEventLoop._loop_self_reading()Victor Stinner2015-01-211-2/+3
* Issue #22685: Fix test_pause_reading() of asyncio/test_subprocessVictor Stinner2015-01-151-2/+12
* Closes #23219: cancelling asyncio.wait_for() now cancels the taskVictor Stinner2015-01-151-0/+27
* asyncio: Close transports in testsVictor Stinner2015-01-154-3/+15
* Issue #23243: Close explicitly transports in asyncio testsVictor Stinner2015-01-153-277/+226
* Issue #23243: Close explicitly event loops in asyncio testsVictor Stinner2015-01-153-1/+20
* Issue #23243: Fix asyncio._UnixWritePipeTransport.close()Victor Stinner2015-01-151-0/+3
* asyncio: sync with TulipVictor Stinner2015-01-145-0/+26
* Issue #23197, asyncio: On SSL handshake failure, check if the waiter isVictor Stinner2015-01-142-4/+61
* Python issue #23173: sync with TulipVictor Stinner2015-01-141-0/+36
* Issue #22560: New SSL implementation based on ssl.MemoryBIOVictor Stinner2015-01-132-11/+53
* Tulip issue 184: Fix test_pipe() on WindowsVictor Stinner2015-01-131-1/+2
* asyncio: sync with TulipVictor Stinner2015-01-091-0/+19
* asyncio: Truncate to 80 columnsVictor Stinner2015-01-085-18/+37
* Issue #23140, asyncio: Simplify the unit testVictor Stinner2015-01-061-8/+6
* Issue #23140, asyncio: Fix cancellation of Process.wait(). Check the state ofVictor Stinner2015-01-061-0/+28
* Issue #22926: In debug mode, call_soon(), call_at() and call_later() methods ofVictor Stinner2014-12-263-39/+66
* asyncio: sync with TulipVictor Stinner2014-12-268-22/+16
* asyncio: IocpProactor.wait_for_handle() test now also checks the result of theVictor Stinner2014-12-191-2/+6
* asyncio: sync with TulipVictor Stinner2014-12-186-16/+37
* Issue #23074: asyncio.get_event_loop() now raises an exception if the threadVictor Stinner2014-12-181-2/+2
* asyncio, tulip issue 209: Fix subprocess for close_fds=False on Python 3.3Victor Stinner2014-12-111-0/+21
* asyncio, tulip issue 202: Add unit test of pause/resume writing for proactorVictor Stinner2014-12-111-0/+82
* Closes #22429, asyncio: Fix EventLoop.run_until_complete(), don't stop theVictor Stinner2014-12-051-0/+25
* Closes #22922: More EventLoop methods fail if the loop is closed. Initial patchVictor Stinner2014-12-041-1/+34
* Issue #22685: Fix test_pause_reading() of asyncio test_subprocessVictor Stinner2014-12-041-0/+2
* Removed duplicated words in in comments and docs.Serhiy Storchaka2014-12-011-1/+1
* Issue #22685: Debug test_pause_reading() on FreeBSDVictor Stinner2014-11-281-7/+10
* Closes #22685, asyncio: Set the transport of stdout and stderr StreamReaderVictor Stinner2014-11-251-0/+32
* don't require OpenSSL SNI to pass hostname to ssl functions (#22921)Benjamin Peterson2014-11-232-9/+1
* asyncio: Coroutine objects are now rejected with a TypeError by the followingVictor Stinner2014-11-202-15/+25
* asyncio, test_events: Ignore the "SSL handshake failed" log in debug modeVictor Stinner2014-11-201-1/+3