summaryrefslogtreecommitdiffstats
path: root/Demo/sockets/gopher.py
Commit message (Expand)AuthorAgeFilesLines
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lin...Collin Winter2007-07-171-46/+46
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-5/+5
* Get rid of most of the remaining uses of <>. There's still Tools/* thogh.Neal Norwitz2006-08-291-1/+1
* Get rid of a bunch more raw_input referencesNeal Norwitz2006-03-171-11/+15
* Remove sys.exc_type, sys.exc_value, sys.exc_tracebackNeal Norwitz2006-03-171-1/+2
* Whitespace normalization. Ran reindent.py over the entire source tree.Tim Peters2004-07-181-249/+249
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-12/+12
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-271-1/+1
* *** empty log message ***Guido van Rossum1993-12-171-7/+5
* Support default port.Guido van Rossum1992-11-161-1/+3
* Initial revisionGuido van Rossum1992-10-251-0/+347