summaryrefslogtreecommitdiffstats
path: root/Demo/threads/telnet.py
Commit message (Expand)AuthorAgeFilesLines
* Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.Georg Brandl2008-05-251-1/+1
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lin...Collin Winter2007-07-171-7/+7
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-4/+4
* Whitespace normalization.Tim Peters2001-01-211-79/+79
* Fix bit rot: use sock.connect((host, port)) and allow 2nd cmd lineGuido van Rossum2000-12-141-3/+3
* Don't use thread.exit_prog; let child die if EOF readGuido van Rossum1994-05-161-1/+2
* *** empty log message ***Guido van Rossum1993-12-171-1/+4
* Initial revisionGuido van Rossum1992-08-101-0/+110