t_@s>ddlmZddlmZGdddeZGdddeZGdd d eZ Gd d d e Z Gd d d eZ GdddeZ GdddeZ GdddeZeZGddde ZGddde ZGdddeZGdddeZGdddee ZGdddeZGd d!d!ee ZGd"d#d#e ZGd$d%d%e ZGd&d'd'eeZGd(d)d)eZGd*d+d+eZGd,d-d-eZGd.d/d/eZGd0d1d1eZGd2d3d3eZ Gd4d5d5eZ!Gd6d7d7eZ"Gd8d9d9eZ#Gd:d;d;eZ$Gd<d=d=eeZ%Gd>d?d?eZ&Gd@dAdAeeZGdBdCdCeZ'GdDdEdEe(eZ)GdFdGdGeZ*GdHdIdIeZ+dJS)K)absolute_import)IncompleteReadc@seZdZdZdS) HTTPErrorz#Base exception used by this module.N)__name__ __module__ __qualname____doc__r r /builddir/build/BUILDROOT/alt-python35-pip-20.2.4-1.el7.x86_64/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/urllib3/exceptions.pyrs rc@seZdZdZdS) HTTPWarningz!Base warning used by this module.N)rrrr r r r r r s r c@s.eZdZdZddZddZdS) PoolErrorz/Base exception for errors caused within a pool.cCs'||_tj|d||fdS)Nz%s: %s)poolr__init__)selfrmessager r r rs zPoolError.__init__cCs |jdfS)N)NN) __class__)rr r r __reduce__szPoolError.__reduce__N)rrrr rrr r r r r s  r c@s.eZdZdZddZddZdS) RequestErrorz8Base exception for PoolErrors that have associated URLs.cCs ||_tj|||dS)N)urlr r)rrrrr r r r s zRequestError.__init__cCs|jd|jdffS)N)rr)rr r r r$szRequestError.__reduce__N)rrrr rrr r r r rs  rc@seZdZdZdS)SSLErrorz9Raised when SSL certificate fails in an HTTPS connection.N)rrrr r r r r r)s rcs(eZdZdZfddZS) ProxyErrorz,Raised when the connection to a proxy fails.cs)tt|j|||||_dS)N)superrroriginal_error)rrerrorargs)rr r r1szProxyError.__init__)rrrr rr r )rr r.s rc@seZdZdZdS) DecodeErrorz;Raised when automatic decoding based on Content-Type fails.N)rrrr r r r r r6s rc@seZdZdZdS) ProtocolErrorz>Raised when something unexpected happens mid-request/response.N)rrrr r r r r r;s rc@s%eZdZdZdddZdS) MaxRetryErrora Raised when the maximum number of retries is exceeded. :param pool: The connection pool :type pool: :class:`~urllib3.connectionpool.HTTPConnectionPool` :param string url: The requested Url :param exceptions.Exception reason: The underlying error NcCs3||_d||f}tj||||dS)Nz0Max retries exceeded with url: %s (Caused by %r))reasonrr)rrrrrr r r rQs zMaxRetryError.__init__)rrrr rr r r r rGs rc@s%eZdZdZdddZdS)HostChangedErrorz?Raised when an existing pool gets a request for a foreign host.cCs-d|}tj||||||_dS)Nz)Tried to open a foreign host with url: %s)rrretries)rrrr"rr r r r\s zHostChangedError.__init__N)rrrr rr r r r r Ys r c@seZdZdZdS)TimeoutStateErrorz3 Raised when passing an invalid state to a timeout N)rrrr r r r r r#bs r#c@seZdZdZdS) TimeoutErrorz Raised when a socket timeout error occurs. Catching this error will catch both :exc:`ReadTimeoutErrors ` and :exc:`ConnectTimeoutErrors `. N)rrrr r r r r r$hs r$c@seZdZdZdS)ReadTimeoutErrorzFRaised when a socket timeout occurs while receiving data from a serverN)rrrr r r r r r%rs r%c@seZdZdZdS)ConnectTimeoutErrorz@Raised when a socket timeout occurs while connecting to a serverN)rrrr r r r r r&ys r&c@seZdZdZdS)NewConnectionErrorzHRaised when we fail to establish a new connection. Usually ECONNREFUSED.N)rrrr r r r r r'~s r'c@seZdZdZdS)EmptyPoolErrorzCRaised when a pool runs out of connections and no more are allowed.N)rrrr r r r r r(s r(c@seZdZdZdS)ClosedPoolErrorzCRaised when a request enters a pool after the pool has been closed.N)rrrr r r r r r)s r)c@seZdZdZdS)LocationValueErrorzr)rschemer)rr r rs zProxySchemeUnknown.__init__)rrrr rr r )rr r>s r>cs(eZdZdZfddZS)HeaderParsingErrorzNRaised by assert_header_parsing, but we convert it to a log.warning statement.cs0d|p d|f}tt|j|dS)Nz%s, unparsed data: %rUnknown)rr@r)rdefects unparsed_datar)rr r r szHeaderParsingError.__init__)rrrr rr r )rr r@s r@c@seZdZdZdS)UnrewindableBodyErrorz9urllib3 encountered an error when trying to rewind a bodyN)rrrr r r r r rDs rDN), __future__rZpackages.six.moves.http_clientrhttplib_IncompleteRead ExceptionrWarningr r rrrrrConnectionErrorrr r#r$r%r&r'r(r) ValueErrorr*r+r-r0r1r2r3r4r5r6r7r8r9r=AssertionErrorr>r@rDr r r r sJ