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