ó ®ŽTc@sddlZddlZddlZddlmZddlZddlmZyddlm Z m Z Wn'e k r“ddl m Z m Z nXdefd„ƒYZyeZddlZejZWn3e efk rždZdefd „ƒYZnXy eZWn'ek r2d efd „ƒYZnXdd lmZmZmZdd lmZddl m!Z!m"Z"m#Z#m$Z$ddl%m&Z&idd6dd6Z'ej(dddƒZ)de efd„ƒYZ de fd„ƒYZdefd„ƒYZ*ereZ+e*ZndS(i’’’’N(ttimeouti(tsix(tHTTPConnectiont HTTPExceptiontDummyConnectioncBseZdZRS(s-Used to detect a failed ConnectionCls import.(t__name__t __module__t__doc__(((s6/usr/lib/python2.7/site-packages/urllib3/connection.pyRst BaseSSLErrorcBseZRS((RR(((s6/usr/lib/python2.7/site-packages/urllib3/connection.pyRstConnectionErrorcBseZRS((RR(((s6/usr/lib/python2.7/site-packages/urllib3/connection.pyR "s(tConnectTimeoutErrortSystemTimeWarningtSecurityWarning(tmatch_hostname(tresolve_cert_reqstresolve_ssl_versiontssl_wrap_sockettassert_fingerprint(t connectioniPthttpi»thttpsiŽRcBsZeZdZedZejejdfgZe Z d„Z d„Z d„Z d„ZRS(s{ Based on httplib.HTTPConnection but provides an extra constructor backwards-compatibility layer between older and newer Pythons. Additional keyword parameters are used to configure attributes of the connection. Accepted parameters include: - ``strict``: See the documentation on :class:`urllib3.connectionpool.HTTPConnectionPool` - ``source_address``: Set the source address for the current connection. .. note:: This is ignored for Python 2.6. It is only applied for 2.7 and 3.x - ``socket_options``: Set specific options on the underlying socket. If not specified, then defaults are loaded from ``HTTPConnection.default_socket_options`` which includes disabling Nagle's algorithm (sets TCP_NODELAY to 1) unless the connection is behind a proxy. For example, if you wish to enable TCP Keep Alive in addition to the defaults, you might pass:: HTTPConnection.default_socket_options + [ (socket.SOL_SOCKET, socket.SO_KEEPALIVE, 1), ] Or you may want to disable the defaults by passing an empty list (e.g., ``[]``). RicOstjr|jddƒn|jdƒ|_tjdkrP|jddƒn|jd|jƒ|_ t j |||ŽdS(Ntstricttsource_addressiitsocket_options(ii( RtPY3tpoptNonetgetRtsyst version_infotdefault_socket_optionsRt_HTTPConnectiont__init__(tselftargstkw((s6/usr/lib/python2.7/site-packages/urllib3/connection.pyR cs cCs—i}|jr|j|dsF         " `N