summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio
Commit message (Expand)AuthorAgeFilesLines
* 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
* asyncio: Fix formatting of the "Future exception was never retrieved" inVictor Stinner2014-11-202-39/+60
* - Issue #22841: Reject coroutines in asyncio add_signal_handler().Guido van Rossum2014-11-141-0/+12
* Closes #22784: fix test_asyncio when the ssl module isn't availableAntoine Pitrou2014-11-051-8/+9
* asyncio: Move loop attribute to _FlowControlMixinVictor Stinner2014-11-051-1/+2
* Issue #22186: Fix typos in Lib/.Berker Peksag2014-10-191-1/+1
* Issue #22641: In asyncio, the default SSL context for client connections is n...Antoine Pitrou2014-10-151-10/+38
* Issue #18643: asyncio.windows_utils now reuse socket.socketpair() on Windows ifVictor Stinner2014-10-141-0/+4
* Issue #22601: run_forever() now consumes BaseException of the temporary taskVictor Stinner2014-10-111-1/+21
* asyncio.test_tasks: Fix test_env_var_debug to use correct asyncio moduleYury Selivanov2014-09-251-4/+11
* asyncio: Improve canceled timer handles cleanup. Closes issue #22448.Yury Selivanov2014-09-252-10/+88
* asyncio, Tulip issue 206: In debug mode, keep the callback in theVictor Stinner2014-09-171-4/+5
* asyncio, Tulip issue 205: Fix a race condition in BaseSelectorEventLoop.sock_...Victor Stinner2014-08-311-22/+52
* asyncio, Tulip issue 201: Fix a race condition in wait_for()Victor Stinner2014-08-281-0/+15
* asyncio, tulip issue 203: Add _FlowControlMixin.get_write_buffer_limits() methodVictor Stinner2014-08-251-0/+2
* asyncio: sync with TulipVictor Stinner2014-08-254-29/+42
* Close #22063: socket operations (socket,recv, sock_sendall, sock_connect,Victor Stinner2014-07-291-0/+18
* asyncio: Use the new os.set_blocking() function of Python 3.5 if availableVictor Stinner2014-07-291-6/+6