summaryrefslogtreecommitdiffstats
path: root/Demo/sockets/ftp.py
Commit message (Collapse)AuthorAgeFilesLines
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about ↵Collin Winter2007-07-171-6/+6
| | | | lingering print statements.
* Get rid of a bunch more raw_input referencesNeal Norwitz2006-03-171-1/+7
|
* Whitespace normalization. Ran reindent.py over the entire source tree.Tim Peters2004-07-181-65/+65
|
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
| | | | From SF patch #852334.
* update demo scripts to use addr tuples for bind and connectJeremy Hylton2000-08-251-2/+2
| | | | closes bug #111928
* improve treatment of multi-line replies, ignore empty linesGuido van Rossum1995-01-121-2/+4
|
* listen(0) -> listen(1)Guido van Rossum1994-02-281-1/+1
|
* Added comments, use 'global' and change prompt to "ftp.py> "Guido van Rossum1992-11-161-5/+17
|
* Initial revisionGuido van Rossum1992-05-191-0/+132