1. bedce35 [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455) by Serhiy Storchaka · 3 years, 11 months ago
  2. 03c8ddd bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413) by Christian Heimes · 4 years, 9 months ago
  3. bfb1cf4 bpo-40275: Move transient_internet from test.support to socket_helper (GH-19711) by Serhiy Storchaka · 5 years ago
  4. 1699491 bpo-40275: Avoid importing socket in test.support (GH-19603) by Serhiy Storchaka · 5 years ago
  5. 07871b2 bpo-38614: Use test.support.LOOPBACK_TIMEOUT constant (GH-17554) by Victor Stinner · 6 years ago
  6. 5eca7f3 bpo-15999: Always pass bool instead of int to socket.setblocking(). (GH-15621) by Serhiy Storchaka · 6 years ago
  7. 5b95a15 bpo-35518: Skip test that relies on a deceased network service. (GH-15349) by Greg Price · 6 years ago
  8. 2cf4c20 bpo-35513: Replace time.time() with time.monotonic() in tests (GH-11182) by Victor Stinner · 7 years ago
  9. 6e20460 Issue #21566: Make use of socket.listen() default backlog. by Charles-François Natali · 11 years ago
  10. 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 · 12 years ago
  11. 5c03d20 Issue #16463: Fix a transient test_timeout failure. by Charles-François Natali · 12 years ago
  12. 7bf1125 Issue #16463: Fix a transient test_timeout failure. by Charles-François Natali · 12 years ago
  13. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 13 years ago
  14. 514dbb0 Issue #15285: Refactor connect timeout test in test_timeout. by Trent Nelson · 13 years ago
  15. ca023ca Issue #1677694: Refactor and improve test_timeout. Original patch by by Antoine Pitrou · 15 years ago
  16. 5c85e3f test_timeout: move testRecvfromTimeout() to a UDP-specific test case by Victor Stinner · 15 years ago
  17. 83432ba Issue #7547: fix transient failures due to network glitches in test_timeout. by Antoine Pitrou · 15 years ago
  18. e9e9593 Merged revisions 78014 via svnmerge from by R. David Murray · 16 years ago
  19. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 16 years ago
  20. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 17 years ago
  21. f6cd967 Merged revisions 61913,61915-61916,61918-61919,61922-61926,61928-61929,61931,61935,61938,61943 via svnmerge from by Christian Heimes · 17 years ago
  22. 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 · 17 years ago
  23. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 18 years ago
  24. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 19 years ago
  25. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 19 years ago
  26. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
  27. d5b6715 This should get test_timeout to pass when running on any python.org host. Will backport by Neal Norwitz · 19 years ago
  28. d09d966 Changes the remote address used for tests in TimeoutTestCase from google.com to by Brett Cannon · 21 years ago
  29. 01e80b4 fix a poorly worded error message by Anthony Baxter · 21 years ago
  30. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
  31. 126f2b7 Avoid creating one of the TestSuite objects. by Fred Drake · 22 years ago
  32. 55b61d2 Fix SF bugs #692951 and 692988, test_timeout.py needs 'network' resource by Neal Norwitz · 22 years ago
  33. 14821c5 Doubled TimeoutTestCase.fuzz, to slash the frequency of bogus failures by Tim Peters · 22 years ago
  34. 996acf1 Actually run these tests from regrtest.py. by Neal Norwitz · 22 years ago
  35. 6e81318 testConnectTimeout(): set the timeout to a smaller value; 0.02 by Guido van Rossum · 23 years ago
  36. ae46931 Standardize behavior: no docstrings in test functions. by Guido van Rossum · 23 years ago
  37. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  38. 654c11e Temporarily disable the timeout and socket tests. by Guido van Rossum · 23 years ago
  39. 11ba094 Major overhaul of timeout sockets: by Guido van Rossum · 23 years ago
  40. 28774da Docstring, layout and style tweaking. Increase fuzz to 1 second. by Guido van Rossum · 23 years ago
  41. aa6a664 Add some more basic tests to validate the argument checking of by Guido van Rossum · 23 years ago
  42. 24e4af8 New test suite for the socket module by Michael Gilfix. by Guido van Rossum · 23 years ago
  43. 67f7a38 SF patch 555085 (timeout socket implementation) by Michael Gilfix. by Guido van Rossum · 23 years ago