| Commit message (Expand) | Author | Age | Files | Lines |
* | (Merge 3.4) asyncio, Tulip issue 137: In debug mode, add the traceback where | Victor Stinner | 2014-06-27 | 1 | -0/+32 |
|
|
* | asyncio: Oops, restore a removed test | Victor Stinner | 2014-06-27 | 1 | -0/+3 |
|
|
* | Issue #21163: Fix one more "Task was destroyed but it is pending!" log in tests | Victor Stinner | 2014-06-25 | 1 | -2/+6 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2014-06-25 | 1 | -0/+3 |
|
|
* | Issue #21163, asyncio: Fix some "Task was destroyed but it is pending!" logs ... | Victor Stinner | 2014-06-25 | 1 | -6/+4 |
|
|
* | asyncio, Tulip issue 177: Rewite repr() of Future, Task, Handle and TimerHandle | Victor Stinner | 2014-06-25 | 1 | -31/+47 |
|
|
* | 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 | 1 | -3/+42 |
|
|
* | asyncio: Add an unit test to check that setting the PYTHONASYNCIODEBUG env var | Victor Stinner | 2014-06-22 | 1 | -4/+0 |
|
|
* | asyncio: Enable the debug mode of event loops when the PYTHONASYNCIODEBUG | Victor Stinner | 2014-06-22 | 1 | -0/+2 |
|
|
* | asyncio: Fix pyflakes errors | Victor Stinner | 2014-06-18 | 1 | -1/+0 |
|
|
* | asyncio: Refactor tests: add a base TestCase class | Victor Stinner | 2014-06-17 | 1 | -69/+36 |
|
|
* | asyncio: Set __qualname__ attribute of CoroWrapper in @coroutine decorator on | Victor Stinner | 2014-06-17 | 1 | -8/+40 |
|
|
* | Sync asyncio with Tulip: Fix test_tasks for Python 3.5 | Victor Stinner | 2014-06-16 | 1 | -4/+8 |
|
|
* | asyncio: Tulip issue 173: Enhance repr(Handle) and repr(Task) | Victor Stinner | 2014-06-12 | 1 | -8/+21 |
|
|
* | asyncio: Add __weakref__ slots to Handle and CoroWrapper. Upstream issue #166. | Guido van Rossum | 2014-04-27 | 1 | -0/+8 |
|
|
* | asyncio: Add gi_{frame,running,code} properties to CoroWrapper (upstream #163). | Guido van Rossum | 2014-04-15 | 1 | -0/+47 |
|
|
* | asyncio.tasks: Make sure CoroWrapper.send proxies one argument correctly | Yury Selivanov | 2014-04-15 | 1 | -0/+18 |
|
|
* | asyncio.tasks: Fix CoroWrapper to workaround yield-from bug in CPython < 3.4.1 | Yury Selivanov | 2014-04-15 | 1 | -0/+25 |
|
|
* | asyncio: Fix pyflakes warnings: remove unused variables and imports | Victor Stinner | 2014-02-26 | 1 | -6/+2 |
|
|
* | asyncio, Tulip issue #136: Add get/set_debug() methods to BaseEventLoopTests. | Victor Stinner | 2014-02-19 | 1 | -0/+28 |
|
|
* | asyncio: pep8-ify the code. | Yury Selivanov | 2014-02-19 | 1 | -1/+3 |
|
|
* | asyncio: Change as_completed() to use a Queue, to avoid O(N**2) behavior. Fix... | Guido van Rossum | 2014-02-13 | 1 | -1/+22 |
|
|
* | asyncio, Tulip issue 131: as_completed() and wait() now raises a TypeError if | Victor Stinner | 2014-02-11 | 1 | -0/+26 |
|
|
* | asyncio, Tulip issue 126: call_soon(), call_soon_threadsafe(), call_later(), | Victor Stinner | 2014-02-11 | 1 | -7/+5 |
|
|
* | asyncio: Test fix. | Guido van Rossum | 2014-02-09 | 1 | -1/+1 |
|
|
* | asyncio.tasks: Fix as_completed, gather & wait to work with duplicate coroutines | Yury Selivanov | 2014-02-07 | 1 | -8/+47 |
|
|
* | asyncio: Fix misc whitespace issues. | Guido van Rossum | 2014-01-31 | 1 | -11/+12 |
|
|
* | asyncio: wait_for() now accepts None as timeout (Victor Stinner). | Guido van Rossum | 2014-01-29 | 1 | -0/+11 |
|
|
* | Update asyncio from the Tulip project | Victor Stinner | 2014-01-25 | 1 | -299/+297 |
|
|
* | asyncio: wait_for() now cancels the future on timeout. Patch written by Gustavo | Victor Stinner | 2014-01-23 | 1 | -15/+14 |
|
|
* | asyncio: Clean up formatting. | Guido van Rossum | 2013-12-19 | 1 | -1/+3 |
|
|
* | Close #19967: Thanks to the PEP 442, asyncio.Future can use a destructor in | Victor Stinner | 2013-12-19 | 1 | -0/+2 |
|
|
* | asyncio: Add Task.current_task() class method. | Guido van Rossum | 2013-12-06 | 1 | -0/+36 |
|
|
* | Issue #19589: Use specific asserts in asyncio tests. | Serhiy Storchaka | 2013-11-14 | 1 | -1/+1 |
|
|
* | Initial checkin of asyncio package (== Tulip, == PEP 3156). | Guido van Rossum | 2013-10-17 | 1 | -0/+1518 |
|
|