| Commit message (Expand) | Author | Age | Files | Lines |
* | asyncio, Tulip issue 201: Fix a race condition in wait_for() | Victor Stinner | 2014-08-28 | 1 | -6/+9 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2014-07-29 | 1 | -19/+8 |
|
|
* | 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: sync with Tulip | Victor Stinner | 2014-07-11 | 1 | -1/+0 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2014-07-10 | 1 | -1/+0 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2014-07-10 | 1 | -1/+6 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2014-07-08 | 1 | -1/+3 |
|
|
* | Closes #21886, #21447: Fix a race condition in asyncio when setting the result | Victor Stinner | 2014-07-05 | 1 | -1/+2 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2014-07-02 | 1 | -0/+3 |
|
|
* | Issue #21163: BaseEventLoop.run_until_complete() and test_utils.run_briefly() | Victor Stinner | 2014-06-30 | 1 | -1/+4 |
|
|
* | asyncio: sync with Tulip, add a new asyncio.coroutines module | Victor Stinner | 2014-06-28 | 1 | -135/+8 |
|
|
* | asyncio, Tulip issue 137: In debug mode, save traceback where Future, Task and | Victor Stinner | 2014-06-27 | 1 | -3/+11 |
|
|
* | asyncio, Tulip issue 137: In debug mode, add the traceback where the coroutine | Victor Stinner | 2014-06-27 | 1 | -7/+10 |
|
|
* | asyncio, Tulip issue 177: Rewite repr() of Future, Task, Handle and TimerHandle | Victor Stinner | 2014-06-25 | 1 | -20/+31 |
|
|
* | 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 | -0/+13 |
|
|
* | asyncio: Set __qualname__ attribute of CoroWrapper in @coroutine decorator on | Victor Stinner | 2014-06-17 | 1 | -4/+6 |
|
|
* | 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 | 1 | -1/+9 |
|
|
* | Issue #21596: asyncio.wait(): mention that the sequence of futures must not | Victor Stinner | 2014-06-10 | 1 | -0/+2 |
|
|
* | Issue #21601: Document asyncio.Task.cancel(). Initial patch written by Vajrasky | Victor Stinner | 2014-06-02 | 1 | -2/+2 |
|
|
* | asyncio: Add __weakref__ slots to Handle and CoroWrapper. Upstream issue #166. | Guido van Rossum | 2014-04-27 | 1 | -1/+1 |
|
|
* | asyncio: Be careful accessing instance variables in __del__ (closes #21340). | Guido van Rossum | 2014-04-27 | 1 | -1/+3 |
|
|
* | asyncio: Add gi_{frame,running,code} properties to CoroWrapper (upstream #163). | Guido van Rossum | 2014-04-15 | 1 | -0/+12 |
|
|
* | asyncio.tasks: Make sure CoroWrapper.send proxies one argument correctly | Yury Selivanov | 2014-04-15 | 1 | -0/+2 |
|
|
* | asyncio.tasks: Fix CoroWrapper to workaround yield-from bug in CPython < 3.4.1 | Yury Selivanov | 2014-04-15 | 1 | -1/+4 |
|
|
* | asyncio: Document Task.cancel() properly. | Victor Stinner | 2014-04-07 | 1 | -0/+19 |
|
|
* | asyncio, Tulip issue 158: Task._step() now also sets self to None if an | Victor Stinner | 2014-03-04 | 1 | -1/+1 |
|
|
* | asyncio: remove unused imports and unused variables noticed by pyflakes | Victor Stinner | 2014-02-20 | 1 | -2/+0 |
|
|
* | asyncio, Tulip issue #136: Add get/set_debug() methods to BaseEventLoopTests. | Victor Stinner | 2014-02-19 | 1 | -1/+4 |
|
|
* | asyncio: Fix spelling and typos. | Yury Selivanov | 2014-02-19 | 1 | -1/+1 |
|
|
* | asyncio: Change as_completed() to use a Queue, to avoid O(N**2) behavior. Fix... | Guido van Rossum | 2014-02-13 | 1 | -20/+33 |
|
|
* | asyncio, Tulip issue 131: as_completed() and wait() now raises a TypeError if | Victor Stinner | 2014-02-11 | 1 | -0/+4 |
|
|
* | asyncio.tasks: Fix as_completed, gather & wait to work with duplicate coroutines | Yury Selivanov | 2014-02-07 | 1 | -3/+4 |
|
|
* | asyncio.tasks.gather: Fix docstring | Yury Selivanov | 2014-02-06 | 1 | -1/+1 |
|
|
* | asyncio: wait_for() now accepts None as timeout (Victor Stinner). | Guido van Rossum | 2014-01-29 | 1 | -0/+3 |
|
|
* | asyncio: wait_for() now cancels the future on timeout. Patch written by Gustavo | Victor Stinner | 2014-01-23 | 1 | -2/+4 |
|
|
* | asyncio: Reincarnate CoroWrapper's docstring as a comment. | Guido van Rossum | 2014-01-16 | 1 | -0/+2 |
|
|
* | asyncio: Fix CoroWrapper (fix my previous commit) | Victor Stinner | 2014-01-16 | 1 | -3/+1 |
|
|
* | asyncio: Fix a typo in CoroWrapper | Victor Stinner | 2014-01-16 | 1 | -1/+1 |
|
|
* | Export asyncio.iscoroutine[function]. | Guido van Rossum | 2013-12-28 | 1 | -0/+1 |
|
|
* | asyncio: Add Task.current_task() class method. | Guido van Rossum | 2013-12-06 | 1 | -0/+20 |
|
|
* | asyncio: Add 'shield' to __all__. | Guido van Rossum | 2013-11-29 | 1 | -1/+1 |
|
|
* | asyncio: Fold some long lines. | Guido van Rossum | 2013-11-01 | 1 | -2/+3 |
|
|
* | Rename the logger to plain "logger". | Guido van Rossum | 2013-10-17 | 1 | -3/+3 |
|
|
* | Initial checkin of asyncio package (== Tulip, == PEP 3156). | Guido van Rossum | 2013-10-17 | 1 | -0/+636 |
|
|