Lines Matching full:urllib2
56 import urllib2
59 authinfo = urllib2.HTTPBasicAuthHandler()
65 proxy_support = urllib2.ProxyHandler({"http" : "http://ahad-haam:3128"})
68 opener = urllib2.build_opener(proxy_support, authinfo, urllib2.CacheFTPHandler)
71 urllib2.install_opener(opener)
73 f = urllib2.urlopen('http://www.python.org/')
556 # from the user (of urllib2, in this case). In practice,
908 # authority. Assume there isn't one, since urllib2 does not (and
1356 # urllib2 users shouldn't expect OSErrors coming from urlopen()