Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
fd9258d0dd959cd15abfef8decb9021e061e425d
/
Lib
/
test
/
test_urllib2net.py
6a5a177
Finished bug #2451. Fixed the retrying part to make it more robust.
by Facundo Batista
· 17 years ago
4f1b1ed
Fixed the semantic of timeout for socket.create_connection and
by Facundo Batista
· 17 years ago
0001c2e
This patch moves some tests from test_urllib2_net to test_urllib2_localnet.
by Gregory P. Smith
· 17 years ago
769d0ee
Make the test more robust by trying to reconnect up to 3 times
by Neal Norwitz
· 18 years ago
e9fef69
Change socket.error to inherit from IOError rather than being a stand
by Gregory P. Smith
· 18 years ago
10951d5
Added an optional timeout parameter to function urllib2.urlopen,
by Facundo Batista
· 18 years ago
d75f043
Remove the gopherlib module. It has been raising a DeprecationWarning since
by Brett Cannon
· 18 years ago
ea2835a
Raise ResourceDenied in test_urllib2net when the Net connection goes bad.
by Brett Cannon
· 18 years ago
dd7b052
Patch #1627441: close sockets properly in urllib2.
by Georg Brandl
· 19 years ago
896c1ea
Fix test on PPC64 buildbot. It raised an IOError (really an URLError which
by Neal Norwitz
· 19 years ago
f054aeb
Try to fix another networking test. The problem is that if hosts have
by Neal Norwitz
· 19 years ago
a29fc29
Try to fix several networking tests. The problem is that if hosts have
by Neal Norwitz
· 19 years ago
1b06a1d
Move network tests from test_urllib2 to test_urllib2net.
by Georg Brandl
· 19 years ago
fa42bd7
Patch #1470846: fix urllib2 ProxyBasicAuthHandler.
by Georg Brandl
· 19 years ago
5d9c303
Fix urllib2.urlopen() handling of chunked content encoding.
by Jeremy Hylton
· 21 years ago