1. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  2. 8efadf5 Ran 2to3 over scripts directory. by Georg Brandl · 16 years ago
  3. 6afaeb7 Convert print statements to function calls in Tools/. by Collin Winter · 17 years ago
  4. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  5. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  6. ce96f69 Get rid of a bunch more raw_input references by Neal Norwitz · 18 years ago
  7. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  8. ac6df95 Fix use of 'file' as a variable name. by Andrew M. Kuchling · 21 years ago
  9. a5f8c42 * when given, port should be converted to int by Skip Montanaro · 22 years ago
  10. 7dfb02d allow optional port specified as part of the hostname, e.g., by Skip Montanaro · 22 years ago
  11. aaab30e Apply diff2.txt from SF patch http://www.python.org/sf/572113 by Walter Dörwald · 22 years ago
  12. a4debff Patch #430754: Makes ftpmirror.py .netrc aware by Martin v. Löwis · 23 years ago
  13. 70c4378 Whitespace normalization. by Tim Peters · 24 years ago
  14. 64850ef Allow this script to act like a module by only calling main() if by Barry Warsaw · 24 years ago
  15. a259696 Fix by Sjoerd Mullender to support symbolic links and make a backup of by Guido van Rossum · 26 years ago
  16. 1f05cb0 OK, here's a different way to implement the same thing -- this version by Guido van Rossum · 26 years ago
  17. aeeda5b Support filenames with spaces in their names (for non-Mac ftp servers). by Guido van Rossum · 26 years ago
  18. fdc5adc Dangerous feature added: when removing local files (i.e., only when -r by Guido van Rossum · 27 years ago
  19. 650b3aa Unlink before rename (for NT). by Guido van Rossum · 27 years ago
  20. 1ade44c Open the output files with 'wb', not 'w'. by Guido van Rossum · 27 years ago
  21. f06ee5f /usr/local/bin/python -> /usr/bin/env python by Guido van Rossum · 28 years ago
  22. e41d00b Fixed a bug: files that no longer exist remotely would never be by Guido van Rossum · 28 years ago
  23. 9a2c546 Create files as temp file and move to real location only when complete. by Guido van Rossum · 28 years ago
  24. d2966cb don't die on unreadable files etc. by Guido van Rossum · 29 years ago
  25. e830e55 added ftp mirror script by Guido van Rossum · 29 years ago