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