Home
last modified time | relevance | path

Searched refs:AbstractHTTPHandler (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_urllib2.py496 class MockHTTPSHandler(urllib.request.AbstractHTTPHandler):
501 urllib.request.AbstractHTTPHandler.__init__(self, debuglevel=debuglevel)
857 h = urllib.request.AbstractHTTPHandler()
925 h = urllib.request.AbstractHTTPHandler()
952 h = urllib.request.AbstractHTTPHandler()
975 h = urllib.request.AbstractHTTPHandler()
995 h = urllib.request.AbstractHTTPHandler()
1013 h = urllib.request.AbstractHTTPHandler()
1022 h = urllib.request.AbstractHTTPHandler()
1043 h = urllib.request.AbstractHTTPHandler()
[all …]
/external/python/cpython2/Lib/
Durllib2.py1115 class AbstractHTTPHandler(BaseHandler): class
1225 class HTTPHandler(AbstractHTTPHandler):
1230 http_request = AbstractHTTPHandler.do_request_
1233 class HTTPSHandler(AbstractHTTPHandler):
1236 AbstractHTTPHandler.__init__(self, debuglevel)
1243 https_request = AbstractHTTPHandler.do_request_
/external/python/cpython2/Lib/test/
Dtest_urllib2.py437 class MockHTTPSHandler(urllib2.AbstractHTTPHandler):
442 urllib2.AbstractHTTPHandler.__init__(self)
776 h = urllib2.AbstractHTTPHandler()
839 h = urllib2.AbstractHTTPHandler()
866 h = urllib2.AbstractHTTPHandler()
/external/python/cpython3/Lib/urllib/
Drequest.py1250 class AbstractHTTPHandler(BaseHandler): class
1368 class HTTPHandler(AbstractHTTPHandler):
1373 http_request = AbstractHTTPHandler.do_request_
1377 class HTTPSHandler(AbstractHTTPHandler):
1380 AbstractHTTPHandler.__init__(self, debuglevel)
1388 https_request = AbstractHTTPHandler.do_request_
/external/python/cpython3/Misc/NEWS.d/
D3.6.0b1.rst1127 requests. The urllib.request.AbstractHTTPHandler class does not enforce a
/external/python/cpython2/Misc/NEWS.d/
D2.7.3rc1.rst1291 AbstractHTTPHandler.do_open() of urllib.request closes the HTTP connection
/external/python/cpython3/Doc/whatsnew/
D3.6.rst1673 throwing an error, :class:`~urllib.request.AbstractHTTPHandler` now
/external/python/cpython3/Doc/library/
Dunittest.mock.rst2411 'AbstractHTTPHandler',
/external/python/cpython3/Misc/
DHISTORY9492 - Issue #12133: AbstractHTTPHandler.do_open() of urllib.request closes the HTTP