Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Closes #21886, #21447: Fix a race condition in asyncio when setting the result | Victor Stinner | 2014-07-05 | 1 | -1/+1 |
| | | | | | of a Future with call_soon(). Add an helper, a private method, to set the result only if the future was not cancelled. | ||||
* | Issue #21723: asyncio.Queue: support any type of number (ex: float) for the | Victor Stinner | 2014-06-17 | 1 | -3/+3 |
| | | | | maximum size. Patch written by Vajrasky Kok. | ||||
* | asyncio: remove temporary aliases | Victor Stinner | 2014-01-27 | 1 | -6/+0 |
| | |||||
* | asyncio: Rename {Empty,Full} to {QueueEmpty,QueueFull} and no longer get ↵ | Guido van Rossum | 2014-01-26 | 1 | -9/+19 |
| | | | | them from queue.py. | ||||
* | asyncio: remove references to the Tulip project, rename Tulip to asyncio. | Victor Stinner | 2013-12-13 | 1 | -1/+1 |
| | | | | Patch written by Vajrasky Kok. | ||||
* | asyncio: Fix docstring of get_nowait(). | Guido van Rossum | 2013-11-25 | 1 | -1/+1 |
| | |||||
* | Initial checkin of asyncio package (== Tulip, == PEP 3156). | Guido van Rossum | 2013-10-17 | 1 | -0/+284 |