Searched refs:HTTPError (Results 1 – 5 of 5) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ |
D | upload.py | 7 from urllib2 import urlopen, Request, HTTPError 185 except HTTPError, e:
|
D | register.py | 293 except urllib2.HTTPError, e:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | urllib2.py | 149 class HTTPError(URLError, addinfourl): class 521 raise HTTPError(req.get_full_url(), code, msg, hdrs, fp) 559 raise HTTPError(req.get_full_url(), code, msg, headers, fp) 590 raise HTTPError(newurl, code, 608 raise HTTPError(req.get_full_url(), code, 849 raise HTTPError(req.get_full_url(), 401, "basic auth failed", 950 raise HTTPError(req.get_full_url(), 401, "digest auth failed",
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_urllib2_localnet.py | 262 self.assertRaises(urllib2.HTTPError, 268 self.assertRaises(urllib2.HTTPError,
|
D | test_urllib2.py | 919 except urllib2.HTTPError: 956 except urllib2.HTTPError: 968 except urllib2.HTTPError: 984 self.assertRaises(urllib2.HTTPError, h.http_error_302,
|