/usr/lib/python2.7/site-packages/pip/_vendor/urllib3
NameSizeModeActions
contrib/-0755rm
packages/-0755rm
util/-0755rm
connection.py130030644editdlrm
connection.pyc108560644editdlrm
connection.pyo108560644editdlrm
connectionpool.py353580644editdlrm
connectionpool.pyc272410644editdlrm
connectionpool.pyo272410644editdlrm
exceptions.py66030644editdlrm
exceptions.pyc133390644editdlrm
exceptions.pyo133390644editdlrm
fields.py59430644editdlrm
fields.pyc68290644editdlrm
fields.pyo68290644editdlrm
filepost.py23210644editdlrm
filepost.pyc33270644editdlrm
filepost.pyo33270644editdlrm
poolmanager.py168200644editdlrm
poolmanager.pyc150530644editdlrm
poolmanager.pyo150530644editdlrm
request.py59460644editdlrm
request.pyc60980644editdlrm
request.pyo60980644editdlrm
response.py229030644editdlrm
response.pyc195880644editdlrm
response.pyo195880644editdlrm
_collections.py102040644editdlrm
_collections.pyc131950644editdlrm
_collections.pyo131950644editdlrm
__init__.py28530644editdlrm
__init__.pyc30970644editdlrm
__init__.pyo30970644editdlrm
Edit: /usr/lib/python2.7/site-packages/pip/_vendor/urllib3/connection.pyc (10856B)
σ •abc@@s\ddlmZddlZddlZddlZddlZddlZddlmZm Z ddl Z ddl m Z ddlmZddlmZyddlZejZWn3eefk rμdZdefd „ƒYZnXy eZWn'ek r d efd „ƒYZnXdd lmZmZmZm Z dd l!m"Z"m#Z#ddl$m%Z%m&Z&m'Z'm(Z(m)Z)ddl*m+Z+ddl,m-Z-ej.e/ƒZ0idd6dd6Z1ej2dddƒZ3de4fd„ƒYZ5dee4fd„ƒYZdefd„ƒYZ6de6fd„ƒYZ7d„Z8erRe6Z9e7Z6ne5Z6dS(i(tabsolute_importN(terrorttimeouti(tsix(tHTTPConnection(t HTTPExceptiont BaseSSLErrorcB@seZRS((t__name__t __module__(((sB/usr/lib/python2.7/site-packages/pip/_vendor/urllib3/connection.pyRstConnectionErrorcB@seZRS((RR(((sB/usr/lib/python2.7/site-packages/pip/_vendor/urllib3/connection.pyR s(tNewConnectionErrortConnectTimeoutErrortSubjectAltNameWarningtSystemTimeWarning(tmatch_hostnametCertificateError(tresolve_cert_reqstresolve_ssl_versiontassert_fingerprinttcreate_urllib3_contexttssl_wrap_socket(t connection(tHTTPHeaderDictiPthttpi»thttpsiΰtDummyConnectioncB@seZdZRS(s-Used to detect a failed ConnectionCls import.(RRt__doc__(((sB/usr/lib/python2.7/site-packages/pip/_vendor/urllib3/connection.pyRAsRcB@sieZdZedZejejdfgZe Z d„Z d„Z d„Z d„Zddd„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., ``[]``). RicO@stjr|jddƒn|jdƒ|_tjdkrP|jddƒn|jd|jƒ|_ t j |||ŽdS(Ntstricttsource_addressiitsocket_options(ii( RtPY3tpoptNonetgetRtsyst version_infotdefault_socket_optionsRt_HTTPConnectiont__init__(tselftargstkw((sB/usr/lib/python2.7/site-packages/pip/_vendor/urllib3/connection.pyR&js cC@sΎi}|jr|j|dsN          "(  Š&l