summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_urllib2net.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #5341: Fix a variety of spelling errors.Mark Dickinson2009-02-211-1/+1
* Finished bug #2451. Fixed the retrying part to make itFacundo Batista2008-06-071-8/+16
* Fixed the semantic of timeout for socket.create_connection andFacundo Batista2008-05-291-17/+29
* This patch moves some tests from test_urllib2_net to test_urllib2_localnet.Gregory P. Smith2008-03-281-96/+2
* Make the test more robust by trying to reconnect up to 3 timesNeal Norwitz2008-01-251-19/+35
* Change socket.error to inherit from IOError rather than being a standGregory P. Smith2007-09-091-9/+7
* Added an optional timeout parameter to function urllib2.urlopen,Facundo Batista2007-06-061-0/+44
* Remove the gopherlib module. It has been raising a DeprecationWarning sinceBrett Cannon2007-05-161-15/+0
* Raise ResourceDenied in test_urllib2net when the Net connection goes bad.Brett Cannon2007-03-141-1/+2
* Patch #1627441: close sockets properly in urllib2.Georg Brandl2007-01-211-2/+27
* Fix test on PPC64 buildbot. It raised an IOError (really an URLError whichNeal Norwitz2006-06-111-1/+1
* Try to fix another networking test. The problem is that if hosts haveNeal Norwitz2006-06-111-4/+5
* Try to fix several networking tests. The problem is that if hosts haveNeal Norwitz2006-06-111-1/+1
* Move network tests from test_urllib2 to test_urllib2net.Georg Brandl2006-05-031-1/+137
* Patch #1470846: fix urllib2 ProxyBasicAuthHandler.Georg Brandl2006-04-301-1/+42
* Fix urllib2.urlopen() handling of chunked content encoding.Jeremy Hylton2004-08-071-0/+92