25 Commits (41bade96a4d1dcd35bbba79c2eabe052d02756a4)

Author SHA1 Message Date
Benjamin Peterson 90f5ba538b convert shebang lines: python -> python3 16 years ago
Georg Brandl 8efadf5d66 Ran 2to3 over scripts directory. 18 years ago
Collin Winter 6afaeb757a Convert print statements to function calls in Tools/. 19 years ago
Guido van Rossum cd16bf6404 Merged revisions 55817-55961 via svnmerge from 19 years ago
Guido van Rossum b940e113bf SF patch 1631942 by Collin Winter: 19 years ago
Neal Norwitz ce96f69d69 Get rid of a bunch more raw_input references 20 years ago
Walter Dörwald 70a6b49821 Replace backticks with repr() or "%r" 22 years ago
Andrew M. Kuchling ac6df95d07 Fix use of 'file' as a variable name. 23 years ago
Skip Montanaro a5f8c42268 * when given, port should be converted to int 24 years ago
Skip Montanaro 7dfb02d09a allow optional port specified as part of the hostname, e.g., 24 years ago
Walter Dörwald aaab30e00c Apply diff2.txt from SF patch http://www.python.org/sf/572113 24 years ago
Martin v. Löwis a4debfffc9 Patch #430754: Makes ftpmirror.py .netrc aware 25 years ago
Tim Peters 70c4378dbc Whitespace normalization. 26 years ago
Barry Warsaw 64850efa39 Allow this script to act like a module by only calling main() if 26 years ago
Guido van Rossum a25969620a Fix by Sjoerd Mullender to support symbolic links and make a backup of 28 years ago
Guido van Rossum 1f05cb007a OK, here's a different way to implement the same thing -- this version 28 years ago
Guido van Rossum aeeda5b276 Support filenames with spaces in their names (for non-Mac ftp servers). 28 years ago
Guido van Rossum fdc5adc594 Dangerous feature added: when removing local files (i.e., only when -r 29 years ago
Guido van Rossum 650b3aad55 Unlink before rename (for NT). 29 years ago
Guido van Rossum 1ade44cb0c Open the output files with 'wb', not 'w'. 29 years ago
Guido van Rossum f06ee5fa07 /usr/local/bin/python -> /usr/bin/env python 30 years ago
Guido van Rossum e41d00bb6a Fixed a bug: files that no longer exist remotely would never be 30 years ago
Guido van Rossum 9a2c546e75 Create files as temp file and move to real location only when complete. 30 years ago
Guido van Rossum d2966cb95a don't die on unreadable files etc. 31 years ago
Guido van Rossum e830e55606 added ftp mirror script 31 years ago