summaryrefslogtreecommitdiff
path: root/Lib/test/test_timeout.py
Commit message (Expand)AuthorAgeFilesLines
* 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