1. 6cfa927 bpo-31334: Fix timeout in select.poll.poll() (GH-3277) by Riccardo Coccioli · 8 years ago
  2. 2c15b29 bpo-31786: Make functions in the select module blocking when timeout is a small negative value. (#4003) by Pablo Galindo · 8 years ago
  3. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 8 years ago
  4. 3cf0b25 Issue #26741: Clean up subprocess.Popen object in test_poll by Martin Panter · 9 years ago
  5. f28ba36 Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 11 years ago
  6. 5cfc79d Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 11 years ago
  7. 03241e8 Issue #17919: Fixed integer overflow in the eventmask parameter. by Serhiy Storchaka · 12 years ago
  8. 5da107a Issue #17919: Fixed integer overflow in the eventmask parameter. by Serhiy Storchaka · 12 years ago
  9. cb1c4c8 Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX. by Serhiy Storchaka · 12 years ago
  10. 3ad2d70 Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX. by Serhiy Storchaka · 12 years ago
  11. 0688897 Fix rev85282, add missing import of subprocess module by Christian Heimes · 12 years ago
  12. 5617df1 Issue #8865: Concurrent invocation of select.poll.poll() now raises a by Serhiy Storchaka · 12 years ago
  13. b1973c2 Issue #8865: Concurrent invocation of select.poll.poll() now raises a by Serhiy Storchaka · 12 years ago
  14. 441d30f Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 13 years ago
  15. 7898043 Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 13 years ago
  16. 07c34bf Make test of poll() use unbuffered IO by Richard Oudkerk · 13 years ago
  17. 53dff0c Issue #16616: Enable test in test_poll which was (accidentally?) disabled by Richard Oudkerk · 13 years ago
  18. cd8efa3 Clean up the messages used by some tests. by Brett Cannon · 13 years ago
  19. e549ead Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from by Benjamin Peterson · 16 years ago
  20. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 17 years ago
  21. 4fbc72b Merged revisions 61687-61688,61696,61700,61704-61705,61707-61709,61711-61712,61714-61716,61718-61722 via svnmerge from by Christian Heimes · 17 years ago
  22. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 17 years ago
  23. 3add4d7 Raise statement normalization in Lib/test/. by Collin Winter · 18 years ago
  24. bdab7d3 Fix test_poll.py. By Christian Heimes. by Guido van Rossum · 18 years ago
  25. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 19 years ago
  26. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 19 years ago
  27. 536cf99 Whitespace normalization. by Tim Peters · 20 years ago
  28. 0f46bbf Bug #1346533, select.poll() doesn't raise an error if timeout > sys.maxint by Neal Norwitz · 20 years ago
  29. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  30. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  31. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 25 years ago
  32. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 25 years ago
  33. d50a187 Fix for two problems on FreeBSD: by Andrew M. Kuchling · 25 years ago
  34. 43dee06 Another new test using "from test.test_support import ...", causing by Tim Peters · 25 years ago
  35. 3227cc8 Test suite for poll() interface (SF patch #100852) by Andrew M. Kuchling · 25 years ago