| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #22926: In debug mode, call_soon(), call_at() and call_later() methods of | Victor Stinner | 2014-12-26 | 3 | -23/+23 |
|
|
* | asyncio doc: update also Queue docstrings | Victor Stinner | 2014-12-22 | 1 | -3/+7 |
|
|
* | asyncio: IocpProactor.wait_for_handle() test now also checks the result of the | Victor Stinner | 2014-12-19 | 1 | -0/+5 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2014-12-18 | 3 | -2/+9 |
|
|
* | Issue #23074: asyncio.get_event_loop() now raises an exception if the thread | Victor Stinner | 2014-12-18 | 2 | -4/+4 |
|
|
* | asyncio, tulip issue 209: Fix subprocess for close_fds=False on Python 3.3 | Victor Stinner | 2014-12-11 | 1 | -0/+22 |
|
|
* | asyncio, tulip issue 202: Add unit test of pause/resume writing for proactor | Victor Stinner | 2014-12-11 | 1 | -4/+0 |
|
|
* | Closes #22429, asyncio: Fix EventLoop.run_until_complete(), don't stop the | Victor Stinner | 2014-12-05 | 1 | -2/+12 |
|
|
* | Issue #22922: Fix ProactorEventLoop.close() | Victor Stinner | 2014-12-05 | 1 | -1/+3 |
|
|
* | Closes #22922: More EventLoop methods fail if the loop is closed. Initial patch | Victor Stinner | 2014-12-04 | 2 | -0/+5 |
|
|
* | asyncio: Initialize more Future and Task attributes in the class definition to | Victor Stinner | 2014-12-04 | 2 | -5/+5 |
|
|
* | Closes #22475: asyncio doc, fix Task.get_stack() doc | Victor Stinner | 2014-12-02 | 1 | -1/+1 |
|
|
* | Removed duplicated words in in comments and docs. | Serhiy Storchaka | 2014-12-01 | 1 | -1/+1 |
|
|
* | Closes #22685, asyncio: Set the transport of stdout and stderr StreamReader | Victor Stinner | 2014-11-25 | 1 | -5/+12 |
|
|
* | don't require OpenSSL SNI to pass hostname to ssl functions (#22921) | Benjamin Peterson | 2014-11-23 | 1 | -1/+1 |
|
|
* | asyncio: BaseSelectorEventLoop.close() now closes the self-pipe before calling | Victor Stinner | 2014-11-20 | 1 | -1/+3 |
|
|
* | asyncio: Coroutine objects are now rejected with a TypeError by the following | Victor Stinner | 2014-11-20 | 2 | -6/+10 |
|
|
* | asyncio: Fix formatting of the "Future exception was never retrieved" in | Victor Stinner | 2014-11-20 | 1 | -3/+4 |
|
|
* | - Issue #22841: Reject coroutines in asyncio add_signal_handler(). | Guido van Rossum | 2014-11-14 | 1 | -0/+3 |
|
|
* | asyncio: Move loop attribute to _FlowControlMixin | Victor Stinner | 2014-11-05 | 4 | -7/+6 |
|
|
* | Issue #22641: In asyncio, the default SSL context for client connections is n... | Antoine Pitrou | 2014-10-15 | 2 | -7/+19 |
|
|
* | Issue #18643: asyncio.windows_utils now reuse socket.socketpair() on Windows if | Victor Stinner | 2014-10-14 | 1 | -41/+43 |
|
|
* | asyncio: enhance protocol representation | Victor Stinner | 2014-10-12 | 2 | -2/+13 |
|
|
* | Issue #22601: run_forever() now consumes BaseException of the temporary task | Victor Stinner | 2014-10-11 | 1 | -1/+9 |
|
|
* | Issue #22448: asyncio, cleanup _run_once(), only iterate once to remove delayed | Victor Stinner | 2014-09-30 | 1 | -4/+7 |
|
|
* | asyncio: Improve canceled timer handles cleanup. Closes issue #22448. | Yury Selivanov | 2014-09-25 | 2 | -16/+57 |
|
|
* | asyncio.unix_events: Move import statement to match tulip code | Yury Selivanov | 2014-09-25 | 1 | -1/+2 |
|
|
* | Apply asyncio Task English fixes to docstrings as well. | R David Murray | 2014-09-24 | 1 | -9/+10 |
|
|
* | asyncio, Tulip issue 206: In debug mode, keep the callback in the | Victor Stinner | 2014-09-17 | 1 | -13/+19 |
|
|
* | Issue #22369: Change "context manager protocol" to "context management protoc... | Serhiy Storchaka | 2014-09-10 | 1 | -2/+2 |
|
|
* | asyncio, Tulip issue 205: Fix a race condition in BaseSelectorEventLoop.sock_... | Victor Stinner | 2014-08-31 | 1 | -13/+31 |
|
|
* | asyncio, Tulip issue 201: Fix a race condition in wait_for() | Victor Stinner | 2014-08-28 | 1 | -6/+9 |
|
|
* | asyncio, tulip issue 203: Add _FlowControlMixin.get_write_buffer_limits() method | Victor Stinner | 2014-08-25 | 1 | -0/+3 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2014-08-25 | 6 | -35/+78 |
|
|
* | Close #22063: socket operations (socket,recv, sock_sendall, sock_connect, | Victor Stinner | 2014-07-29 | 2 | -0/+16 |
|
|
* | asyncio: Use the new os.set_blocking() function of Python 3.5 if available | Victor Stinner | 2014-07-29 | 1 | -4/+8 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2014-07-29 | 4 | -64/+88 |
|
|
* | asyncio, tulip issue 196: ProactorIocp._register() now registers the overlapped | Victor Stinner | 2014-07-27 | 1 | -15/+38 |
|
|
* | Accept optional lock object in Condition ctor (tulip issue #198) | Andrew Svetlov | 2014-07-26 | 1 | -3/+6 |
|
|
* | Tulip issue 196: _OverlappedFuture.set_result() now clears its reference to the | Victor Stinner | 2014-07-25 | 1 | -5/+11 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2014-07-25 | 2 | -1/+9 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2014-07-25 | 2 | -27/+52 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2014-07-24 | 1 | -20/+46 |
|
|
* | Issue #20055: Fix BaseEventLoop.stop() docstring, incomplete sentence. | Victor Stinner | 2014-07-24 | 1 | -3/+3 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2014-07-23 | 1 | -3/+3 |
|
|
* | asyncio, tulip issue 193: Convert StreamWriter.drain() to a classic coroutine | Victor Stinner | 2014-07-22 | 1 | -19/+18 |
|
|
* | Fix asyncio.__all__: export also unix_events and windows_events symbols | Victor Stinner | 2014-07-18 | 1 | -6/+7 |
|
|
* | Python issue #21645, Tulip issue 192: Rewrite signal handling | Victor Stinner | 2014-07-17 | 3 | -4/+24 |
|
|
* | asyncio, tulip issue 190: Process.communicate() now ignores | Victor Stinner | 2014-07-17 | 1 | -5/+7 |
|
|
* | asyncio, tulip issue 190: Process.communicate() must ignore BrokenPipeError | Victor Stinner | 2014-07-17 | 1 | -1/+5 |
|
|