aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_timeout.py
Commit message (Expand)AuthorAge
* testConnectTimeout(): set the timeout to a smaller value; 0.02Guido van Rossum2002-09-03
* Standardize behavior: no docstrings in test functions.Guido van Rossum2002-08-22
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-23
* Temporarily disable the timeout and socket tests.Guido van Rossum2002-06-13
* Major overhaul of timeout sockets:Guido van Rossum2002-06-13
* Docstring, layout and style tweaking. Increase fuzz to 1 second.Guido van Rossum2002-06-12
* Add some more basic tests to validate the argument checking ofGuido van Rossum2002-06-12
* New test suite for the socket module by Michael Gilfix.Guido van Rossum2002-06-12
* SF patch 555085 (timeout socket implementation) by Michael Gilfix.Guido van Rossum2002-06-06