summaryrefslogtreecommitdiff
path: root/Lib/test/test_urllib2net.py
Commit message (Expand)AuthorAgeFilesLines
* 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