1. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  2. 85fc3c1 Try to get this test to be less flaky. It was failing sometimes because by Neal Norwitz · 17 years ago
  3. 1f2995b Try to make this test a little more robust and not fail with: by Neal Norwitz · 17 years ago
  4. a29fc29 Try to fix several networking tests. The problem is that if hosts have by Neal Norwitz · 19 years ago
  5. cb28419 Make test_timeout not fail on systems with no dots in their fqdn. by Thomas Wouters · 19 years ago
  6. 993633c Specialcase 'xs4all' (.nl/.net/.com/whatever else we have) as well as by Thomas Wouters · 19 years ago
  7. 8749316 Try to find a host that responds slower from python.org so this test does not fail on macteagle (G4 OSX.4 in buildbot) by Neal Norwitz · 19 years ago
  8. d5b6715 This should get test_timeout to pass when running on any python.org host. Will backport by Neal Norwitz · 19 years ago
  9. d09d966 Changes the remote address used for tests in TimeoutTestCase from google.com to by Brett Cannon · 21 years ago
  10. 01e80b4 fix a poorly worded error message by Anthony Baxter · 21 years ago
  11. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
  12. 126f2b7 Avoid creating one of the TestSuite objects. by Fred Drake · 22 years ago
  13. 55b61d2 Fix SF bugs #692951 and 692988, test_timeout.py needs 'network' resource by Neal Norwitz · 22 years ago
  14. 14821c5 Doubled TimeoutTestCase.fuzz, to slash the frequency of bogus failures by Tim Peters · 22 years ago
  15. 996acf1 Actually run these tests from regrtest.py. by Neal Norwitz · 22 years ago
  16. 6e81318 testConnectTimeout(): set the timeout to a smaller value; 0.02 by Guido van Rossum · 23 years ago
  17. ae46931 Standardize behavior: no docstrings in test functions. by Guido van Rossum · 23 years ago
  18. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  19. 654c11e Temporarily disable the timeout and socket tests. by Guido van Rossum · 23 years ago
  20. 11ba094 Major overhaul of timeout sockets: by Guido van Rossum · 23 years ago
  21. 28774da Docstring, layout and style tweaking. Increase fuzz to 1 second. by Guido van Rossum · 23 years ago
  22. aa6a664 Add some more basic tests to validate the argument checking of by Guido van Rossum · 23 years ago
  23. 24e4af8 New test suite for the socket module by Michael Gilfix. by Guido van Rossum · 23 years ago
  24. 67f7a38 SF patch 555085 (timeout socket implementation) by Michael Gilfix. by Guido van Rossum · 23 years ago