summaryrefslogtreecommitdiff
path: root/examples/timing_tcp_server.py
Commit message (Collapse)AuthorAgeFilesLines
* Replace asyncio with trolliusVictor Stinner2014-05-201-2/+2
|
* examples: Replace asyncio.Return with ReturnVictor Stinner2014-02-261-2/+2
|
* Merge with TulipVictor Stinner2014-02-261-1/+1
|\
| * Fix pyflakes warnings: remove unused variables and importsVictor Stinner2014-02-261-1/+1
| |
* | Use "yield From(...)" syntax; set version to 0.2Victor Stinner2014-02-251-9/+13
| |
* | Fix Python 2.6 compatibilityVictor Stinner2014-02-201-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 TulipVictor Stinner2014-02-091-2/+5
|\ \ | |/
| * examples: close the event loopVictor Stinner2014-01-281-2/+5
| |
* | Python 2.6 does not support auto-numbering in str.format()Victor Stinner2014-01-061-3/+3
| |
* | Port some examples on Python 2Victor Stinner2014-01-041-10/+13
|/
* Fold long lines.Guido van Rossum2013-11-271-2/+4
|
* Variant of simple_tcp_server.py to measure timing. By Gustavo Carneiro.Guido van Rossum2013-11-271-0/+163