Searched refs:HTTPSHandler (Results 1 – 10 of 10) sorted by relevance
33 HTTPSHandler = urllib.request.HTTPSHandler variable36 HTTPSHandler = HTTPSConnection = object variable38 is_available = ssl is not None and object not in (HTTPSHandler, HTTPSConnection)152 class VerifyingHTTPSHandler(HTTPSHandler):157 HTTPSHandler.__init__(self)
145 https_handler = HTTPSHandler(context=context)148 https_handler = HTTPSHandler(context=context)497 default_classes.append(HTTPSHandler)1233 class HTTPSHandler(AbstractHTTPHandler): class
112 :class:`HTTPSHandler` will also be added.305 .. class:: HTTPSHandler([debuglevel[, context]])861 HTTPSHandler Objects865 .. method:: HTTPSHandler.https_open(req)
205 https_handler = HTTPSHandler(context=context)208 https_handler = HTTPSHandler(context=context)582 default_classes.append(HTTPSHandler)1377 class HTTPSHandler(AbstractHTTPHandler): class
143 can be imported), :class:`HTTPSHandler` will also be added.418 .. class:: HTTPSHandler(debuglevel=0, context=None, check_hostname=None)1059 HTTPSHandler Objects1063 .. method:: HTTPSHandler.https_open(req)
380 opener.add_handler(urllib2.HTTPSHandler())
133 httplib.HTTPSConnection, urllib2.HTTPSHandler and urllib2.urlopen now take
790 * :class:`py2:urllib2.HTTPSHandler`
1689 :class:`http.client.HTTPSConnection`, :class:`urllib.request.HTTPSHandler`
11776 - Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and