1. f569826 Issue #10266: uu.decode didn't close in_file explicitly when it was given by Antoine Pitrou · 14 years ago
  2. bfa3470 Issue #10246: uu.encode didn't close file objects explicitly when filenames by Antoine Pitrou · 14 years ago
  3. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  4. fe99105 Use true booleans and PEP8 for argdefaults. by Georg Brandl · 15 years ago
  5. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  6. 39478e8 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  7. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  8. 27ae523 Fix test_uu.py by inserting an explicit conversion from bytes to str by Guido van Rossum · 17 years ago
  9. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  10. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  11. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 17 years ago
  12. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  13. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  14. d331b43 Use optparse instead of getopt for command line options. by Walter Dörwald · 19 years ago
  15. 91043f3 Avoid using str as a variable name. by Walter Dörwald · 19 years ago
  16. 09f0dd5 Use basestring instead of type.StringType for checking whether a input by Walter Dörwald · 19 years ago
  17. 32200ae Replaced obsolete stat module constants with equivalent attributes by Raymond Hettinger · 22 years ago
  18. 59dae8a decode(): Raise a uu.Error if no out_file is given but the file by Barry Warsaw · 23 years ago
  19. 79c8671 SF patch #440144: Tests and minor bugfix for uu module by Tim Peters · 23 years ago
  20. 40fc160 final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be by Skip Montanaro · 23 years ago
  21. e119006 Whitespace normalization. Top level of Lib now fixed-point for reindent.py! by Tim Peters · 23 years ago
  22. 62c1115 Adapted version of SF Patch #103173 by pyretic: make uu.decode work by Guido van Rossum · 23 years ago
  23. 8152d32 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  24. 9b8d801 Convert some old-style string exceptions to class exceptions. by Fred Drake · 24 years ago
  25. e7b146f The third and final doc-string sweep by Ka-Ping Yee. by Guido van Rossum · 24 years ago
  26. 4494101 Incorporate fix suggested by /Fredrik Lundh in the newsgroup to cope by Guido van Rossum · 25 years ago
  27. fbba304 Move 'import sys' to top of module, as noted by Tim Peters. by Guido van Rossum · 26 years ago
  28. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  29. 105bd98 Added /usr/bin/env python and made executable. by Guido van Rossum · 27 years ago
  30. 3ccd2f1 while (1) -> while 1. Sorry. by Guido van Rossum · 27 years ago
  31. 2ebaa17 Search for a valid begin line instead of requiring the first line. by Guido van Rossum · 27 years ago
  32. 5a49ffc Fixed two minor errors. by Jack Jansen · 29 years ago
  33. 8b74512 Changed arguments and added a lot of functionality besides by Jack Jansen · 29 years ago
  34. 0a2eaac Use binascii module for inner loop by Jack Jansen · 29 years ago
  35. 8534741 mhlib.py: delay opening of sequences file so we don't overwrite it when by Guido van Rossum · 30 years ago