1. 519114d Issue #22406: Fixed the uu_codec codec incorrectly ported to 3.x. by Serhiy Storchaka · 10 years ago
  2. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  3. f569826 Issue #10266: uu.decode didn't close in_file explicitly when it was given by Antoine Pitrou · 14 years ago
  4. 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 15 years ago
  5. 794652d Issue 2918: Merge StringIO and cStringIO. by Alexandre Vassalotti · 16 years ago
  6. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  7. 33fe809 Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,62302-62306,62308,62311,62313-62315,62319-62321 via svnmerge from by Christian Heimes · 16 years ago
  8. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  9. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  10. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 18 years ago
  11. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  12. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
  13. 705fd47 Add a test for uu.encode() that passed filenames as in_file and out_file. by Walter Dörwald · 19 years ago
  14. 411e5a2 Port test_uu.py to PyUnit. From SF patch #662807. by Walter Dörwald · 21 years ago
  15. 3b0a329 Massive changes from SF 589982 (tempfile.py rewrite, by Zack by Guido van Rossum · 22 years ago
  16. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  17. d179570 Test that uu.py will not override an existing file if out_file isn't by Barry Warsaw · 23 years ago
  18. fffd722 The test opened the binary test data files in text mode! Fixed. by Jack Jansen · 23 years ago
  19. 48dacc6 SF patch #440144: Tests and minor bugfix for uu module. by Tim Peters · 23 years ago