| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Issue #21163: Fix "destroy pending task" warning in test_wait_errors() | Victor Stinner | 2014-07-16 | 1 | -2/+2 |
|
|
* | Issue #21163, asyncio: Ignore "destroy pending task" warnings for private tasks | Victor Stinner | 2014-07-16 | 1 | -11/+23 |
|
|
* | asyncio tests: make quiet the logs of SSL handshake failures when running tests | Victor Stinner | 2014-07-14 | 1 | -0/+16 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2014-07-14 | 5 | -41/+181 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2014-07-12 | 5 | -20/+209 |
|
|
* | asyncio: improve the documentation of servers | Victor Stinner | 2014-07-11 | 1 | -1/+3 |
|
|
* | asyncio, Tulip issue 180: Make Server attributes and methods private | Victor Stinner | 2014-07-11 | 3 | -24/+25 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2014-07-11 | 3 | -9/+14 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2014-07-10 | 2 | -10/+3 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2014-07-10 | 3 | -8/+28 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2014-07-10 | 1 | -4/+14 |
|
|
* | asyncion, Tulip issue 181: BaseEventLoop.create_datagram_endpoint() now waits | Victor Stinner | 2014-07-08 | 4 | -5/+18 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2014-07-08 | 5 | -3/+20 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2014-07-07 | 2 | -2/+2 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2014-07-07 | 3 | -4/+4 |
|
|
* | Closes #21886, #21447: Fix a race condition in asyncio when setting the result | Victor Stinner | 2014-07-05 | 7 | -7/+21 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2014-07-02 | 3 | -7/+12 |
|
|
* | Issue #21163: BaseEventLoop.run_until_complete() and test_utils.run_briefly() | Victor Stinner | 2014-06-30 | 3 | -1/+14 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2014-06-30 | 2 | -10/+51 |
|
|
* | asyncio: sync with Tulip, add a new asyncio.coroutines module | Victor Stinner | 2014-06-28 | 11 | -182/+204 |
|
|