Home
last modified time | relevance | path

Searched refs:HTTPSHandler (Results 1 – 10 of 10) sorted by relevance

/external/python/setuptools/setuptools/
Dssl_support.py33 HTTPSHandler = urllib.request.HTTPSHandler variable
36 HTTPSHandler = HTTPSConnection = object variable
38 is_available = ssl is not None and object not in (HTTPSHandler, HTTPSConnection)
152 class VerifyingHTTPSHandler(HTTPSHandler):
157 HTTPSHandler.__init__(self)
/external/python/cpython2/Lib/
Durllib2.py145 https_handler = HTTPSHandler(context=context)
148 https_handler = HTTPSHandler(context=context)
497 default_classes.append(HTTPSHandler)
1233 class HTTPSHandler(AbstractHTTPHandler): class
/external/python/cpython2/Doc/library/
Durllib2.rst112 :class:`HTTPSHandler` will also be added.
305 .. class:: HTTPSHandler([debuglevel[, context]])
861 HTTPSHandler Objects
865 .. method:: HTTPSHandler.https_open(req)
/external/python/cpython3/Lib/urllib/
Drequest.py205 https_handler = HTTPSHandler(context=context)
208 https_handler = HTTPSHandler(context=context)
582 default_classes.append(HTTPSHandler)
1377 class HTTPSHandler(AbstractHTTPHandler): class
/external/python/cpython3/Doc/library/
Durllib.request.rst143 can be imported), :class:`HTTPSHandler` will also be added.
418 .. class:: HTTPSHandler(debuglevel=0, context=None, check_hostname=None)
1059 HTTPSHandler Objects
1063 .. method:: HTTPSHandler.https_open(req)
/external/googletest/googletest/scripts/
Dupload.py380 opener.add_handler(urllib2.HTTPSHandler())
/external/python/cpython2/Misc/NEWS.d/
D2.7.9rc1.rst133 httplib.HTTPSConnection, urllib2.HTTPSHandler and urllib2.urlopen now take
/external/python/six/documentation/
Dindex.rst790 * :class:`py2:urllib2.HTTPSHandler`
/external/python/cpython3/Doc/whatsnew/
D3.2.rst1689 :class:`http.client.HTTPSConnection`, :class:`urllib.request.HTTPSHandler`
/external/python/cpython3/Misc/
DHISTORY11776 - Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and