1. a92cc91 Issue #17919: Fixed integer overflow in the eventmask parameter. by Serhiy Storchaka · 12 years ago
  2. 17f22c9 Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX. by Serhiy Storchaka · 12 years ago
  3. c360389 Issue #8865: Concurrent invocation of select.poll.poll() now raises a by Serhiy Storchaka · 12 years ago
  4. 74f49ab Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 13 years ago
  5. bec087f fix incorrect auto-translation of TestSkipped -> unittest.SkipTest by Benjamin Peterson · 16 years ago
  6. 888a39b remove test_support.TestSkipped and just use unittest.SkipTest by Benjamin Peterson · 16 years ago
  7. 0e9ab5f Applied patch #1657 epoll and kqueue wrappers for the select module by Christian Heimes · 17 years ago
  8. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  9. abd8a33 Whitespace normalization. by Tim Peters · 19 years ago
  10. eecce79 Convert test_poll to unittest. by Georg Brandl · 19 years ago
  11. 536cf99 Whitespace normalization. by Tim Peters · 20 years ago
  12. 0f46bbf Bug #1346533, select.poll() doesn't raise an error if timeout > sys.maxint by Neal Norwitz · 20 years ago
  13. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  14. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  15. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 25 years ago
  16. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 25 years ago
  17. d50a187 Fix for two problems on FreeBSD: by Andrew M. Kuchling · 25 years ago
  18. 43dee06 Another new test using "from test.test_support import ...", causing by Tim Peters · 25 years ago
  19. 3227cc8 Test suite for poll() interface (SF patch #100852) by Andrew M. Kuchling · 25 years ago