aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_timeout.py
Commit message (Expand)AuthorAge
* bpo-44712: Replace "type(literal)" with corresponding builtin types (GH-27294)Serhiy Storchaka2022-05-08
* gh-84461: Skip network require tests on Emscripten (GH-92383)Christian Heimes2022-05-06
* bpo-45229: Remove test_main in many tests (GH-28405)Serhiy Storchaka2021-09-19
* bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413)Christian Heimes2020-11-20
* bpo-40275: Move transient_internet from test.support to socket_helper (GH-19711)Serhiy Storchaka2020-04-29
* bpo-40275: Avoid importing socket in test.support (GH-19603)Serhiy Storchaka2020-04-25
* bpo-38614: Use test.support.LOOPBACK_TIMEOUT constant (GH-17554)Victor Stinner2019-12-10
* bpo-15999: Always pass bool instead of int to socket.setblocking(). (GH-15621)Serhiy Storchaka2019-09-01
* bpo-35518: Skip test that relies on a deceased network service. (GH-15349)Greg Price2019-08-20
* bpo-35513: Replace time.time() with time.monotonic() in tests (GH-11182)Victor Stinner2018-12-17
* Issue #21566: Make use of socket.listen() default backlog.Charles-François Natali2014-07-23
* Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as poss...Antoine Pitrou2013-08-22
* Issue #16463: Fix a transient test_timeout failure.Charles-François Natali2013-08-16
|\
| * Issue #16463: Fix a transient test_timeout failure.Charles-François Natali2013-08-16
* | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-25
|/
* Issue #15285: Refactor connect timeout test in test_timeout.Trent Nelson2012-08-20
* Issue #1677694: Refactor and improve test_timeout. Original patch byAntoine Pitrou2011-01-06
* test_timeout: move testRecvfromTimeout() to a UDP-specific test caseVictor Stinner2011-01-03
* Issue #7547: fix transient failures due to network glitches in test_timeout.Antoine Pitrou2010-10-29
* Merged revisions 78014 via svnmerge fromR. David Murray2010-02-06
* convert old fail* assertions to assert*Benjamin Peterson2009-06-30
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Merged revisions 61913,61915-61916,61918-61919,61922-61926,61928-61929,61931,...Christian Heimes2008-03-26
* Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,...Christian Heimes2008-03-23
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-02
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-15
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-11
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-21
* This should get test_timeout to pass when running on any python.org host. Wi...Neal Norwitz2006-02-18
* Changes the remote address used for tests in TimeoutTestCase from google.com toBrett Cannon2004-08-06
* fix a poorly worded error messageAnthony Baxter2004-06-11
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-01
* Avoid creating one of the TestSuite objects.Fred Drake2003-04-11
* Fix SF bugs #692951 and 692988, test_timeout.py needs 'network' resourceNeal Norwitz2003-02-28
* Doubled TimeoutTestCase.fuzz, to slash the frequency of bogus failuresTim Peters2003-02-21
* Actually run these tests from regrtest.py.Neal Norwitz2003-02-17
* 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