Searched refs:basejoin (Results 1 – 4 of 4) sorted by relevance
413 o = urllib.basejoin(url, o)424 p['Download-URL'] = urllib.basejoin(url, p['Download-URL'])
33 from urlparse import urljoin as basejoin unknown656 newurl = basejoin(self.type + ":" + url, newurl)
7486 - Fix a bug in urllib.basejoin("http://host", "../file.html") which9948 right thing "just happens" (basejoin() with old URL).13135 the user had passed a non-temp file into it. Also, in basejoin(),13733 the first newline. The basejoin() function now intereprets "../"
24865 - Fix a bug in urllib.basejoin("http://host", "../file.html") which27327 right thing "just happens" (basejoin() with old URL).30514 the user had passed a non-temp file into it. Also, in basejoin(),31112 the first newline. The basejoin() function now intereprets "../"