1. 1e8ee9b Issue #23277: Remove unused sys and os imports by Berker Peksag · 8 years ago
  2. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  3. e173c07 Unittest for Issue 21511 by Christie Wilson bobcatfish@gmail.com. by Guido van Rossum · 9 years ago
  4. ab747a7 Fix ResourceWarning from subprocess pipes being left open. by Brian Curtin · 14 years ago
  5. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  6. 48f4cf9 Use BytesIO instead of cStringIO.StringIO. by Martin v. Löwis · 17 years ago
  7. c582bfc Fix quopri to operate consistently on bytes. by Martin v. Löwis · 17 years ago
  8. e61fd5b Patch by Christian Heimes to change self.assert_(x == y) into by Guido van Rossum · 17 years ago
  9. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  10. 536cf99 Whitespace normalization. by Tim Peters · 19 years ago
  11. 3b28770 Add two tests for the script interface. by Walter Dörwald · 19 years ago
  12. b197543 If quopri uses the implementations from binascii do the tests a second time by Walter Dörwald · 19 years ago
  13. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  14. 16dc7f4 Patch #462190, patch #464070: Support quoted printable in the binascii module. by Martin v. Löwis · 23 years ago
  15. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 23 years ago
  16. e861365 Don't use any characters C doesn't guarantee are safe for text-mode files. by Tim Peters · 23 years ago
  17. 87cc0c3 Whitespace normalization, plus: by Tim Peters · 23 years ago
  18. 7599a3f Add a bunch of sample strings to test soft line breaks of varying end cases. by Barry Warsaw · 23 years ago
  19. 7069763 A unittest-based test for the quopri module. by Barry Warsaw · 23 years ago