Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | asyncio, Tulip issue 220: Merge JoinableQueue with Queue. | Victor Stinner | 2015-02-17 | 1 | -5/+5 |
* | Issue #21163, asyncio: Fix some "Task was destroyed but it is pending!" logs ... | Victor Stinner | 2014-06-25 | 1 | -10/+17 |
* | asyncio: Refactor tests: add a base TestCase class | Victor Stinner | 2014-06-17 | 1 | -22/+10 |
* | Issue #21723: asyncio.Queue: support any type of number (ex: float) for the | Victor Stinner | 2014-06-17 | 1 | -0/+15 |
* | asyncio: Replace "unittest.mock" with "mock" in unit tests | Victor Stinner | 2014-02-26 | 1 | -2/+2 |
* | asyncio: Rename {Empty,Full} to {QueueEmpty,QueueFull} and no longer get them... | Guido van Rossum | 2014-01-26 | 1 | -2/+2 |
* | Update asyncio from the Tulip project | Victor Stinner | 2014-01-25 | 1 | -85/+81 |
* | Initial checkin of asyncio package (== Tulip, == PEP 3156). | Guido van Rossum | 2013-10-17 | 1 | -0/+470 |