summaryrefslogtreecommitdiff
path: root/Lib/test/test_timeout.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as poss...Antoine Pitrou2013-08-221-1/+1
* Issue #16463: Fix a transient test_timeout failure.Charles-François Natali2013-08-161-3/+16
|\
| * Issue #16463: Fix a transient test_timeout failure.Charles-François Natali2013-08-161-3/+16
* | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-1/+1
|/
* Issue #15285: Refactor connect timeout test in test_timeout.Trent Nelson2012-08-201-8/+82
* Issue #1677694: Refactor and improve test_timeout. Original patch byAntoine Pitrou2011-01-061-56/+54
* test_timeout: move testRecvfromTimeout() to a UDP-specific test caseVictor Stinner2011-01-031-22/+38
* Issue #7547: fix transient failures due to network glitches in test_timeout.Antoine Pitrou2010-10-291-9/+11
* Merged revisions 78014 via svnmerge fromR. David Murray2010-02-061-3/+5
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-8/+8
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-4/+4
* Merged revisions 61913,61915-61916,61918-61919,61922-61926,61928-61929,61931,...Christian Heimes2008-03-261-10/+5
* Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,...Christian Heimes2008-03-231-4/+9
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-1/+1
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-2/+2
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-1/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-2/+3
* This should get test_timeout to pass when running on any python.org host. Wi...Neal Norwitz2006-02-181-0/+5
* Changes the remote address used for tests in TimeoutTestCase from google.com toBrett Cannon2004-08-061-1/+1
* fix a poorly worded error messageAnthony Baxter2004-06-111-1/+1
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-4/+1
* Avoid creating one of the TestSuite objects.Fred Drake2003-04-111-2/+1
* Fix SF bugs #692951 and 692988, test_timeout.py needs 'network' resourceNeal Norwitz2003-02-281-0/+5
* Doubled TimeoutTestCase.fuzz, to slash the frequency of bogus failuresTim Peters2003-02-211-1/+7
* Actually run these tests from regrtest.py.Neal Norwitz2003-02-171-2/+2
* testConnectTimeout(): set the timeout to a smaller value; 0.02Guido van Rossum2002-09-031-1/+1
* Standardize behavior: no docstrings in test functions.Guido van Rossum2002-08-221-14/+14
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Temporarily disable the timeout and socket tests.Guido van Rossum2002-06-131-2/+2
* Major overhaul of timeout sockets:Guido van Rossum2002-06-131-3/+3
* Docstring, layout and style tweaking. Increase fuzz to 1 second.Guido van Rossum2002-06-121-90/+87
* Add some more basic tests to validate the argument checking ofGuido van Rossum2002-06-121-1/+51
* New test suite for the socket module by Michael Gilfix.Guido van Rossum2002-06-121-12/+14
* SF patch 555085 (timeout socket implementation) by Michael Gilfix.Guido van Rossum2002-06-061-0/+136