| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | asyncio, Tulip issue 137: In debug mode, save traceback where Future, Task and | Victor Stinner | 2014-06-27 | 4 | -20/+67 |
|
|
* | asyncio, Tulip issue 137: In debug mode, add the traceback where the coroutine | Victor Stinner | 2014-06-27 | 1 | -7/+10 |
|
|
* | asyncio: Handle error handler: enhance formatting of the callback | Victor Stinner | 2014-06-25 | 1 | -2/+2 |
|
|
* | asyncio, Tulip issue 177: Rewite repr() of Future, Task, Handle and TimerHandle | Victor Stinner | 2014-06-25 | 3 | -53/+102 |
|
|
* | asyncio: repr(Task) now also contains the line number even if the coroutine is | Victor Stinner | 2014-06-24 | 1 | -2/+4 |
|
|
* | asyncio: Log an error if a Task is destroyed while it is still pending | Victor Stinner | 2014-06-24 | 2 | -0/+16 |
|
|
* | asyncio: Fix BaseEventLoop._assert_is_current_event_loop(): get_event_loop() | Victor Stinner | 2014-06-23 | 1 | -2/+5 |
|
|
* | asyncio, Tulip issue 171: BaseEventLoop.close() now raises an exception if the | Victor Stinner | 2014-06-22 | 4 | -3/+7 |
|
|
* | asyncio, Tulip issue 172: only log selector timing in debug mode | Victor Stinner | 2014-06-22 | 1 | -2/+1 |
|
|
* | asyncio: Enable the debug mode of event loops when the PYTHONASYNCIODEBUG | Victor Stinner | 2014-06-22 | 1 | -1/+2 |
|
|