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. 6d8a122 Issue #16704: Get rid of select.error in stdlib. Use OSError instead. by Andrew Svetlov · 12 years ago
  4. de0b962 Remove sys.platform == 'riscos' checks from some Python and test files. #16501 by Christian Heimes · 12 years ago
  5. 787fbe9 Issue #16230: Fix a crash in select.select() when one the lists changes size while iterated on. by Antoine Pitrou · 12 years ago
  6. 0168d3d Issue #16230: Fix a crash in select.select() when one the lists changes size while iterated on. by Antoine Pitrou · 12 years ago
  7. e4ad37e Issue #16230: Fix a crash in select.select() when one the lists changes size while iterated on. by Antoine Pitrou · 12 years ago
  8. f01d695 Closes #16135: Removal of OS/2 support by Jesus Cea · 12 years ago
  9. fa7d539 Test should be skipped in 'riscos', as intented by Jesus Cea · 12 years ago
  10. ecd0207 Issue #12367: Test test_select.test_errno() on FreeBSD by Victor Stinner · 13 years ago
  11. 386c2d8 test_select: use a timeout=0 in test_errno() by Victor Stinner · 13 years ago
  12. 21d29c3 Issue #12367: Add a test on error attribute of select.error by Victor Stinner · 13 years ago
  13. 131a641 Issue #11757: select.select() now raises ValueError when a negative timeout by Antoine Pitrou · 13 years ago
  14. 94f2528 Remove traces of MacOS9 support. by Ronald Oussoren · 14 years ago
  15. d856ab6 Merged revisions 79866-79867 via svnmerge from by Benjamin Peterson · 14 years ago
  16. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  17. dd15f6c Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from by Christian Heimes · 16 years ago
  18. 289bc05 some RiscOS stuff I missed before (was only looking for "RISCOS") by Skip Montanaro · 17 years ago
  19. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  20. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  21. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  22. a94568a Patch #734231: Update RiscOS support. In particular, correct by Martin v. Löwis · 21 years ago
  23. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  24. 1b738e9 Test exceptional condition in select() by Neal Norwitz · 22 years ago
  25. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 24 years ago
  26. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  27. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  28. c1b4624 Made an error message slightly more useful if select() returns something goofy by Andrew M. Kuchling · 24 years ago
  29. fff9e20 fix bug #42 reported by Andrew Dalke by Jeremy Hylton · 24 years ago
  30. 41360a4 Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  31. 8e9ebfd os2 patch by Jeff Rush by Guido van Rossum · 27 years ago
  32. 4a0694d Fix sys.platform test -- on Win, it is 'win32', not 'win'. by Guido van Rossum · 27 years ago
  33. 684480f Soft failure for Win32 and Mac platforms. Less output unless verbose. by Guido van Rossum · 27 years ago
  34. bd8a911 test(): close the pipe, just to shut up Purify. by Barry Warsaw · 28 years ago
  35. 792c94a A test of the select module that is actually reproduceable! by Barry Warsaw · 28 years ago
  36. ae3b3a3 * test_*.py: new lambda syntax (also affects tests for filter, map, by Guido van Rossum · 31 years ago
  37. b31c7f7 * test_select.py: (some) tests for built-in select module by Guido van Rossum · 31 years ago