| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | 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 | 2 | -7/+55 |
|
|
* | Closes #21595: asyncio.BaseSelectorEventLoop._read_from_self() now reads all | Victor Stinner | 2014-06-19 | 1 | -4/+9 |
|
|
* | asyncio: Refactor tests: add a base TestCase class | Victor Stinner | 2014-06-17 | 1 | -0/+18 |
|
|
* | asyncio: Set __qualname__ attribute of CoroWrapper in @coroutine decorator on | Victor Stinner | 2014-06-17 | 1 | -4/+6 |
|
|
* | Issue #21723: asyncio.Queue: support any type of number (ex: float) for the | Victor Stinner | 2014-06-17 | 1 | -3/+3 |
|
|
* | asyncio: Task.__repr__() now also handles CoroWrapper | Victor Stinner | 2014-06-16 | 1 | -1/+1 |
|
|
* | asyncio: Tulip issue 173: Enhance repr(Handle) and repr(Task) | Victor Stinner | 2014-06-12 | 3 | -2/+45 |
|
|
* | Issue #21596: asyncio.wait(): mention that the sequence of futures must not | Victor Stinner | 2014-06-10 | 1 | -0/+2 |
|
|
* | Issue #21326: Add a new is_closed() method to asyncio.BaseEventLoop | Victor Stinner | 2014-06-10 | 3 | -16/+42 |
|
|