summaryrefslogtreecommitdiffstats
path: root/Demo/threads/telnet.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove some of the old demos. (Put a few somewhere else.)Georg Brandl2010-12-301-114/+0
|
* 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 ↵Collin Winter2007-07-171-7/+7
| | | | lingering print statements.
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
| | | | | | (a) "except E, V" -> "except E as V" (b) V is now limited to a simple name (local variable) (c) V is now deleted at the end of the except block
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-4/+4
| | | | From SF patch #852334.
* 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
| | | | arg.
* 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