summaryrefslogtreecommitdiff
path: root/examples/simple_tcp_server.py
Commit message (Expand)AuthorAgeFilesLines
* Tulip issue #219: Fix comments in simple_tcp_server.py exampleVictor Stinner2015-01-231-2/+2
* 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