Lines Matching defs:urlopen
44 from six.moves.urllib.request import urlopen
211 urlopen(repourl)
223 urlopen("{0}/{1}/0/{2}".format(durl,
237 urlopen(repourl)
240 urlopen(repourl)
244 urlopen(repourl)
247 urlopen(repourl)
256 # urlopen.read return bytes
257 content = misc.force_str(urlopen(openurl).read())
287 content = misc.force_str(urlopen(openurl).read())
356 urlopen("{0}/../../../../bin/pkg".format(depot_url))
361 f = urlopen("{0}/robots.txt".format(depot_url))
488 res = urlopen(repourl)
510 urlopen(url)
606 urlopen("{0}{1}/feed".format(durl,
703 urlopen("{0}/catalog/1/".format(durl))
716 urlopen("{0}/catalog/{1:d}/".format(durl, ver))
727 urlopen("{0}/catalog/1/".format(durl))
859 f = urlopen(durl)
952 response = urlopen(
1101 urlopen(urljoin(durl,
1127 rinfo = urlopen(urljoin(durl,
1186 urlopen(surl).read()
1189 urlopen(surl).read()
1193 urlopen(surl).read()
1208 verdata = urlopen("{0}/versions/0/".format(durl))
1234 urlopen(durl)