Home
last modified time | relevance | path

Searched refs:basejoin (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/plat-mac/
Dpimp.py413 o = urllib.basejoin(url, o)
424 p['Download-URL'] = urllib.basejoin(url, p['Download-URL'])
/external/python/cpython2/Lib/
Durllib.py33 from urlparse import urljoin as basejoin unknown
656 newurl = basejoin(self.type + ":" + url, newurl)
/external/python/cpython2/Misc/
DHISTORY7486 - Fix a bug in urllib.basejoin("http://host", "../file.html") which
9948 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 "../"
/external/python/cpython3/Misc/
DHISTORY24865 - Fix a bug in urllib.basejoin("http://host", "../file.html") which
27327 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 "../"