1. 6e20460 Issue #21566: Make use of socket.listen() default backlog. by Charles-François Natali · 10 years ago
  2. f6fbf56 Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as possible, since "localhost" goes through a DNS lookup under recent Windows versions. by Antoine Pitrou · 11 years ago
  3. 5c03d20 Issue #16463: Fix a transient test_timeout failure. by Charles-François Natali · 11 years ago
  4. 7bf1125 Issue #16463: Fix a transient test_timeout failure. by Charles-François Natali · 11 years ago
  5. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  6. 514dbb0 Issue #15285: Refactor connect timeout test in test_timeout. by Trent Nelson · 12 years ago
  7. ca023ca Issue #1677694: Refactor and improve test_timeout. Original patch by by Antoine Pitrou · 13 years ago
  8. 5c85e3f test_timeout: move testRecvfromTimeout() to a UDP-specific test case by Victor Stinner · 13 years ago
  9. 83432ba Issue #7547: fix transient failures due to network glitches in test_timeout. by Antoine Pitrou · 14 years ago
  10. e9e9593 Merged revisions 78014 via svnmerge from by R. David Murray · 14 years ago
  11. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  12. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  13. f6cd967 Merged revisions 61913,61915-61916,61918-61919,61922-61926,61928-61929,61931,61935,61938,61943 via svnmerge from by Christian Heimes · 16 years ago
  14. fe337bf Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,61761,61765-61767,61769,61773,61776-61778,61780-61783,61788,61793,61796,61807,61813 via svnmerge from by Christian Heimes · 16 years ago
  15. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  16. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 17 years ago
  17. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  18. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  19. d5b6715 This should get test_timeout to pass when running on any python.org host. Will backport by Neal Norwitz · 18 years ago
  20. d09d966 Changes the remote address used for tests in TimeoutTestCase from google.com to by Brett Cannon · 20 years ago
  21. 01e80b4 fix a poorly worded error message by Anthony Baxter · 20 years ago
  22. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  23. 126f2b7 Avoid creating one of the TestSuite objects. by Fred Drake · 21 years ago
  24. 55b61d2 Fix SF bugs #692951 and 692988, test_timeout.py needs 'network' resource by Neal Norwitz · 21 years ago
  25. 14821c5 Doubled TimeoutTestCase.fuzz, to slash the frequency of bogus failures by Tim Peters · 21 years ago
  26. 996acf1 Actually run these tests from regrtest.py. by Neal Norwitz · 21 years ago
  27. 6e81318 testConnectTimeout(): set the timeout to a smaller value; 0.02 by Guido van Rossum · 22 years ago
  28. ae46931 Standardize behavior: no docstrings in test functions. by Guido van Rossum · 22 years ago
  29. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  30. 654c11e Temporarily disable the timeout and socket tests. by Guido van Rossum · 22 years ago
  31. 11ba094 Major overhaul of timeout sockets: by Guido van Rossum · 22 years ago
  32. 28774da Docstring, layout and style tweaking. Increase fuzz to 1 second. by Guido van Rossum · 22 years ago
  33. aa6a664 Add some more basic tests to validate the argument checking of by Guido van Rossum · 22 years ago
  34. 24e4af8 New test suite for the socket module by Michael Gilfix. by Guido van Rossum · 22 years ago
  35. 67f7a38 SF patch 555085 (timeout socket implementation) by Michael Gilfix. by Guido van Rossum · 22 years ago