index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_urllib2net.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Finished bug #2451. Fixed the retrying part to make it
Facundo Batista
2008-06-07
1
-8/+16
*
Fixed the semantic of timeout for socket.create_connection and
Facundo Batista
2008-05-29
1
-17/+29
*
This patch moves some tests from test_urllib2_net to test_urllib2_localnet.
Gregory P. Smith
2008-03-28
1
-96/+2
*
Make the test more robust by trying to reconnect up to 3 times
Neal Norwitz
2008-01-25
1
-19/+35
*
Change socket.error to inherit from IOError rather than being a stand
Gregory P. Smith
2007-09-09
1
-9/+7
*
Added an optional timeout parameter to function urllib2.urlopen,
Facundo Batista
2007-06-06
1
-0/+44
*
Remove the gopherlib module. It has been raising a DeprecationWarning since
Brett Cannon
2007-05-16
1
-15/+0
*
Raise ResourceDenied in test_urllib2net when the Net connection goes bad.
Brett Cannon
2007-03-14
1
-1/+2
*
Patch #1627441: close sockets properly in urllib2.
Georg Brandl
2007-01-21
1
-2/+27
*
Fix test on PPC64 buildbot. It raised an IOError (really an URLError which
Neal Norwitz
2006-06-11
1
-1/+1
*
Try to fix another networking test. The problem is that if hosts have
Neal Norwitz
2006-06-11
1
-4/+5
*
Try to fix several networking tests. The problem is that if hosts have
Neal Norwitz
2006-06-11
1
-1/+1
*
Move network tests from test_urllib2 to test_urllib2net.
Georg Brandl
2006-05-03
1
-1/+137
*
Patch #1470846: fix urllib2 ProxyBasicAuthHandler.
Georg Brandl
2006-04-30
1
-1/+42
*
Fix urllib2.urlopen() handling of chunked content encoding.
Jeremy Hylton
2004-08-07
1
-0/+92