1. d5b6715 This should get test_timeout to pass when running on any python.org host. Will backport by Neal Norwitz · 18 years ago
  2. d09d966 Changes the remote address used for tests in TimeoutTestCase from google.com to by Brett Cannon · 20 years ago
  3. 01e80b4 fix a poorly worded error message by Anthony Baxter · 20 years ago
  4. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  5. 126f2b7 Avoid creating one of the TestSuite objects. by Fred Drake · 21 years ago
  6. 55b61d2 Fix SF bugs #692951 and 692988, test_timeout.py needs 'network' resource by Neal Norwitz · 21 years ago
  7. 14821c5 Doubled TimeoutTestCase.fuzz, to slash the frequency of bogus failures by Tim Peters · 21 years ago
  8. 996acf1 Actually run these tests from regrtest.py. by Neal Norwitz · 21 years ago
  9. 6e81318 testConnectTimeout(): set the timeout to a smaller value; 0.02 by Guido van Rossum · 22 years ago
  10. ae46931 Standardize behavior: no docstrings in test functions. by Guido van Rossum · 22 years ago
  11. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  12. 654c11e Temporarily disable the timeout and socket tests. by Guido van Rossum · 22 years ago
  13. 11ba094 Major overhaul of timeout sockets: by Guido van Rossum · 22 years ago
  14. 28774da Docstring, layout and style tweaking. Increase fuzz to 1 second. by Guido van Rossum · 22 years ago
  15. aa6a664 Add some more basic tests to validate the argument checking of by Guido van Rossum · 22 years ago
  16. 24e4af8 New test suite for the socket module by Michael Gilfix. by Guido van Rossum · 22 years ago
  17. 67f7a38 SF patch 555085 (timeout socket implementation) by Michael Gilfix. by Guido van Rossum · 22 years ago