summaryrefslogtreecommitdiff
path: root/examples/simple_tcp_server.py
Commit message (Expand)AuthorAgeFilesLines
* Fix pyflakes warnings: remove unused variables and importsVictor Stinner2014-02-261-1/+1
* examples: close the event loopVictor Stinner2014-01-281-2/+5
* Add streams.start_server(), by Gustavo Carneiro.Guido van Rossum2013-11-191-0/+151