| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #21566: Make use of socket.listen() default backlog. | Charles-Fran?ois Natali | 2014-07-23 | 1 | -4/+4 |
* | Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as poss... | Antoine Pitrou | 2013-08-22 | 1 | -1/+1 |
* | Issue #16463: Fix a transient test_timeout failure. | Charles-Fran?ois Natali | 2013-08-16 | 1 | -1/+1 |
|\ |
|
| * | Replace IOError with OSError (#16715) | Andrew Svetlov | 2012-12-25 | 1 | -1/+1 |
* | | Issue #16463: Fix a transient test_timeout failure. | Charles-Fran?ois Natali | 2013-08-16 | 1 | -3/+16 |
|/ |
|
* | Issue #15285: Refactor connect timeout test in test_timeout. | Trent Nelson | 2012-08-20 | 1 | -8/+82 |
* | Issue #1677694: Refactor and improve test_timeout. Original patch by | Antoine Pitrou | 2011-01-06 | 1 | -56/+54 |
* | test_timeout: move testRecvfromTimeout() to a UDP-specific test case | Victor Stinner | 2011-01-03 | 1 | -22/+38 |
* | Issue #7547: fix transient failures due to network glitches in test_timeout. | Antoine Pitrou | 2010-10-29 | 1 | -9/+11 |
* | Merged revisions 78014 via svnmerge from | R. David Murray | 2010-02-06 | 1 | -3/+5 |
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -8/+8 |
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -4/+4 |
* | Merged revisions 61913,61915-61916,61918-61919,61922-61926,61928-61929,61931,... | Christian Heimes | 2008-03-26 | 1 | -10/+5 |
* | Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,... | Christian Heimes | 2008-03-23 | 1 | -4/+9 |
* | Rip out all the u"..." literals and calls to unicode(). | Guido van Rossum | 2007-05-02 | 1 | -1/+1 |
* | Rip out 'long' and 'L'-suffixed integer literals. | Guido van Rossum | 2007-01-15 | 1 | -2/+2 |
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -1/+1 |
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -2/+3 |
* | This should get test_timeout to pass when running on any python.org host. Wi... | Neal Norwitz | 2006-02-18 | 1 | -0/+5 |
* | Changes the remote address used for tests in TimeoutTestCase from google.com to | Brett Cannon | 2004-08-06 | 1 | -1/+1 |
* | fix a poorly worded error message | Anthony Baxter | 2004-06-11 | 1 | -1/+1 |
* | Combine the functionality of test_support.run_unittest() | Walter Dörwald | 2003-05-01 | 1 | -4/+1 |
* | Avoid creating one of the TestSuite objects. | Fred Drake | 2003-04-11 | 1 | -2/+1 |
* | Fix SF bugs #692951 and 692988, test_timeout.py needs 'network' resource | Neal Norwitz | 2003-02-28 | 1 | -0/+5 |
* | Doubled TimeoutTestCase.fuzz, to slash the frequency of bogus failures | Tim Peters | 2003-02-21 | 1 | -1/+7 |
* | Actually run these tests from regrtest.py. | Neal Norwitz | 2003-02-17 | 1 | -2/+2 |
* | testConnectTimeout(): set the timeout to a smaller value; 0.02 | Guido van Rossum | 2002-09-03 | 1 | -1/+1 |
* | Standardize behavior: no docstrings in test functions. | Guido van Rossum | 2002-08-22 | 1 | -14/+14 |
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
* | Temporarily disable the timeout and socket tests. | Guido van Rossum | 2002-06-13 | 1 | -2/+2 |
* | Major overhaul of timeout sockets: | Guido van Rossum | 2002-06-13 | 1 | -3/+3 |
* | Docstring, layout and style tweaking. Increase fuzz to 1 second. | Guido van Rossum | 2002-06-12 | 1 | -90/+87 |
* | Add some more basic tests to validate the argument checking of | Guido van Rossum | 2002-06-12 | 1 | -1/+51 |
* | New test suite for the socket module by Michael Gilfix. | Guido van Rossum | 2002-06-12 | 1 | -12/+14 |
* | SF patch 555085 (timeout socket implementation) by Michael Gilfix. | Guido van Rossum | 2002-06-06 | 1 | -0/+136 |