1. 5b10b98 bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929) by Serhiy Storchaka · 5 years ago
  2. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  3. 3e9a9ae Update various test modules to use unittest.main() for test discovery by Brett Cannon · 11 years ago
  4. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  5. a6d2c76 Issue #12451: Open files in binary mode in some tests when the text file is not by Victor Stinner · 13 years ago
  6. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  7. dff6985 Use a file context manager for test_ioctl. by Brett Cannon · 14 years ago
  8. 5e38aae Issue #9758: When fcntl.ioctl() was called with mutable_flag set to True, by Antoine Pitrou · 14 years ago
  9. 39d795d Issue #7564: Skip test_ioctl if another process is attached to /dev/tty. by Florent Xicluna · 14 years ago
  10. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  11. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  12. a21e4ca Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge by R. David Murray · 15 years ago
  13. e549ead Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from by Benjamin Peterson · 15 years ago
  14. 2b7411d Merged revisions 63542-63544,63546,63553,63563-63564,63567,63569,63576 via svnmerge from by Benjamin Peterson · 16 years ago
  15. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  16. e25f35e Merged revisions 61644,61646-61647,61649-61652,61656-61658,61663,61665,61667 via svnmerge from by Christian Heimes · 16 years ago
  17. 8ee3e5a - Changes donated by Elemental Security to make it work on AIX 5.3 by Guido van Rossum · 19 years ago
  18. 26f42f6 Skip the ioctl test if we can't open /dev/tty. This happens on by Neal Norwitz · 21 years ago
  19. f008998 Fix bug by Michael W. Hudson · 21 years ago