[issue8574] transient_internet() (test_support): use socket.setdefaulttimeout() and test_robotparser failure

2010-09-07 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- status: pending -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue8574] transient_internet() (test_support): use socket.setdefaulttimeout() and test_robotparser failure

2010-09-07 Thread Antoine Pitrou
Antoine Pitrou added the comment: Improved again and committed in r84597 and r84599. Needs backporting. -- nosy: +pitrou resolution: -> fixed stage: -> committed/rejected status: open -> pending versions: -Python 2.6 ___ Python tracker

[issue8574] transient_internet() (test_support): use socket.setdefaulttimeout() and test_robotparser failure

2010-04-29 Thread STINNER Victor
Changes by STINNER Victor : Removed file: http://bugs.python.org/file17136/transient_internet-2.patch ___ Python tracker ___ ___ Python-bugs-li

[issue8574] transient_internet() (test_support): use socket.setdefaulttimeout() and test_robotparser failure

2010-04-29 Thread STINNER Victor
STINNER Victor added the comment: Version 3 to prepare a patch for #8499: don't change socket default timeout if the timeout argument is None. -- Added file: http://bugs.python.org/file17137/transient_internet-3.patch ___ Python tracker

[issue8574] transient_internet() (test_support): use socket.setdefaulttimeout() and test_robotparser failure

2010-04-29 Thread STINNER Victor
STINNER Victor added the comment: See also issue #8499. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue8574] transient_internet() (test_support): use socket.setdefaulttimeout() and test_robotparser failure

2010-04-29 Thread STINNER Victor
Changes by STINNER Victor : Removed file: http://bugs.python.org/file17134/transient_internet.patch ___ Python tracker ___ ___ Python-bugs-list

[issue8574] transient_internet() (test_support): use socket.setdefaulttimeout() and test_robotparser failure

2010-04-29 Thread STINNER Victor
STINNER Victor added the comment: Oops, transient_internet.patch doesn't catch socket.error(errno.ETIMEDOUT, ...). Fixed by patch version 2. -- Added file: http://bugs.python.org/file17136/transient_internet-2.patch ___ Python tracker

[issue8574] transient_internet() (test_support): use socket.setdefaulttimeout() and test_robotparser failure

2010-04-29 Thread STINNER Victor
Changes by STINNER Victor : Added file: http://bugs.python.org/file17135/test_robotparser_transient_internet.patch ___ Python tracker ___ ___

[issue8574] transient_internet() (test_support): use socket.setdefaulttimeout() and test_robotparser failure

2010-04-29 Thread STINNER Victor
New submission from STINNER Victor : Many tests of the Python test suite depends on the availability of websites, especially www.python.org. Python.org has some troubles since some days, and many buildbots failed (test_robotparser failure). I propose to use a default timeout of 60 seconds in t