summaryrefslogtreecommitdiff
path: root/Lib/test/test_timeout.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-101-0/+3
* Merged revisions 85931 via svnmerge fromAntoine Pitrou2010-10-291-9/+11
* issue #7728: test_timeout was using a hardcoded port, which wasR. David Murray2010-02-061-3/+5
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-8/+8
* Try to get this test to be less flaky. It was failing sometimes becauseNeal Norwitz2008-03-261-10/+5
* Try to make this test a little more robust and not fail with:Neal Norwitz2008-03-231-4/+9
* Try to fix several networking tests. The problem is that if hosts haveNeal Norwitz2006-06-111-1/+1
* Make test_timeout not fail on systems with no dots in their fqdn.Thomas Wouters2006-04-161-1/+1
* Specialcase 'xs4all' (.nl/.net/.com/whatever else we have) as well asThomas Wouters2006-04-161-1/+2
* Try to find a host that responds slower from python.org so this test does not...Neal Norwitz2006-03-171-1/+1
* 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