summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio
Commit message (Expand)AuthorAgeFilesLines
* 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
* asyncio: sync with TulipVictor Stinner2014-07-293-8/+20
* 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