| Commit message (Expand) | Author | Age | Files | Lines |
* | asyncio: sync with Tulip | Victor Stinner | 2015-01-27 | 1 | -1/+2 |
|
|
* | Issue #23208, asyncio: Add BaseEventLoop._current_handle | Victor Stinner | 2015-01-26 | 1 | -6/+19 |
|
|
* | asyncio: Close transports on error | Victor Stinner | 2015-01-26 | 1 | -3/+21 |
|
|
* | asyncio: BaseEventLoop._create_connection_transport() catchs any exception, not | Victor Stinner | 2015-01-21 | 1 | -1/+1 |
|
|
* | asyncio: pyflakes, remove unused import | Victor Stinner | 2015-01-21 | 1 | -1/+1 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2015-01-14 | 1 | -1/+6 |
|
|
* | asyncio: Truncate to 80 columns | Victor Stinner | 2015-01-08 | 1 | -2/+2 |
|
|
* | asyncio: _make_ssl_transport: make the waiter parameter optional | Victor Stinner | 2015-01-08 | 1 | -1/+1 |
|
|
* | Issue #23046: Expose the BaseEventLoop class in the asyncio namespace | Victor Stinner | 2015-01-06 | 1 | -1/+1 |
|
|
* | Issue #22926: In debug mode, call_soon(), call_at() and call_later() methods of | Victor Stinner | 2014-12-26 | 1 | -18/+20 |
|
|
* | Issue #23074: asyncio.get_event_loop() now raises an exception if the thread | Victor Stinner | 2014-12-18 | 1 | -1/+1 |
|
|
* | Closes #22429, asyncio: Fix EventLoop.run_until_complete(), don't stop the | Victor Stinner | 2014-12-05 | 1 | -2/+12 |
|
|
* | Closes #22922: More EventLoop methods fail if the loop is closed. Initial patch | Victor Stinner | 2014-12-04 | 1 | -0/+4 |
|
|
* | asyncio: Coroutine objects are now rejected with a TypeError by the following | Victor Stinner | 2014-11-20 | 1 | -4/+7 |
|
|
* | 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 | 1 | -7/+37 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2014-08-25 | 1 | -0/+7 |
|
|
* | Issue #20055: Fix BaseEventLoop.stop() docstring, incomplete sentence. | Victor Stinner | 2014-07-24 | 1 | -3/+3 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2014-07-14 | 1 | -39/+92 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2014-07-12 | 1 | -4/+52 |
|
|
* | 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 | 1 | -20/+21 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2014-07-11 | 1 | -7/+14 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2014-07-10 | 1 | -1/+4 |
|
|
* | asyncion, Tulip issue 181: BaseEventLoop.create_datagram_endpoint() now waits | Victor Stinner | 2014-07-08 | 1 | -2/+5 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2014-07-08 | 1 | -0/+6 |
|
|
* | Issue #21163: BaseEventLoop.run_until_complete() and test_utils.run_briefly() | Victor Stinner | 2014-06-30 | 1 | -0/+7 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2014-06-30 | 1 | -2/+2 |
|
|
* | asyncio: sync with Tulip, add a new asyncio.coroutines module | Victor Stinner | 2014-06-28 | 1 | -13/+15 |
|
|
* | asyncio, Tulip issue 137: In debug mode, save traceback where Future, Task and | Victor Stinner | 2014-06-27 | 1 | -3/+23 |
|
|
* | 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 | 1 | -0/+4 |
|
|
* | 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 |
|
|
* | asyncio: BaseEventLoop._assert_is_current_event_loop() now only raises an | Victor Stinner | 2014-06-22 | 1 | -1/+2 |
|
|
* | asyncio, Tulip issue 105: in debug mode, log callbacks taking more than 100 ms | Victor Stinner | 2014-06-20 | 1 | -5/+27 |
|
|
* | Tulip issue 83: document more asyncio functions in docstrings | Victor Stinner | 2014-06-19 | 1 | -3/+18 |
|
|
* | Issue #21326: Add a new is_closed() method to asyncio.BaseEventLoop | Victor Stinner | 2014-06-10 | 1 | -0/+19 |
|
|
* | Issue #21119: asyncio now closes sockets on errors | Victor Stinner | 2014-06-03 | 1 | -0/+8 |
|
|
* | asyncio: Upstream issue #167: remove dead code, by Marc Schlaich. | Guido van Rossum | 2014-05-10 | 1 | -5/+1 |
|
|
* | asyncio: Ensure call_soon(), call_later() and call_at() are invoked on current | Victor Stinner | 2014-03-21 | 1 | -1/+22 |
|
|
* | asyncio: _check_resolved_address() must also accept IPv6 without flow_info and | Victor Stinner | 2014-02-20 | 1 | -1/+1 |
|
|
* | asyncio: Fix _check_resolved_address() for IPv6 address | Victor Stinner | 2014-02-20 | 1 | -2/+5 |
|
|
* | asyncio, Tulip issue #136: Add get/set_debug() methods to BaseEventLoopTests. | Victor Stinner | 2014-02-19 | 1 | -0/+7 |
|
|
* | asyncio: pep8-ify the code. | Yury Selivanov | 2014-02-19 | 1 | -5/+6 |
|
|
* | asyncio: New error handling API. Issue #20681. | Yury Selivanov | 2014-02-18 | 1 | -2/+94 |
|
|
* | asyncio: Add support for UNIX Domain Sockets. | Yury Selivanov | 2014-02-18 | 1 | -0/+7 |
|
|
* | ayncio, Tulip issue 129: BaseEventLoop.sock_connect() now raises an error if | Victor Stinner | 2014-02-13 | 1 | -0/+25 |
|
|
* | Issue #20505: Remove debug code | Victor Stinner | 2014-02-11 | 1 | -20/+0 |
|
|