Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace asyncio with trollius | Victor Stinner | 2014-05-20 | 1 | -2/+2 |
| | |||||
* | examples: Replace asyncio.Return with Return | Victor Stinner | 2014-02-26 | 1 | -2/+2 |
| | |||||
* | Merge with Tulip | Victor Stinner | 2014-02-26 | 1 | -1/+1 |
|\ | |||||
| * | Fix pyflakes warnings: remove unused variables and imports | Victor Stinner | 2014-02-26 | 1 | -1/+1 |
| | | |||||
* | | Use "yield From(...)" syntax; set version to 0.2 | Victor Stinner | 2014-02-25 | 1 | -9/+13 |
| | | |||||
* | | Fix Python 2.6 compatibility | Victor Stinner | 2014-02-20 | 1 | -2/+2 |
| | | | | | | | | | | | | | | * Rename asyncio.coroutine module to asyncio.coroutines, to avoid conflict with the @asyncio.coroutine decorator * Fix format string: replace {} with {0} or {1} * Pick TestCase from test_utils | ||||
* | | Merge with Tulip | Victor Stinner | 2014-02-09 | 1 | -2/+5 |
|\ \ | |/ | |||||
| * | examples: close the event loop | Victor Stinner | 2014-01-28 | 1 | -2/+5 |
| | | |||||
* | | Python 2.6 does not support auto-numbering in str.format() | Victor Stinner | 2014-01-06 | 1 | -3/+3 |
| | | |||||
* | | Port some examples on Python 2 | Victor Stinner | 2014-01-04 | 1 | -10/+13 |
|/ | |||||
* | Fold long lines. | Guido van Rossum | 2013-11-27 | 1 | -2/+4 |
| | |||||
* | Variant of simple_tcp_server.py to measure timing. By Gustavo Carneiro. | Guido van Rossum | 2013-11-27 | 1 | -0/+163 |