<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
σ
οRec           @@  s   d  Z  d d l m Z d d l Z d d l m Z m Z m Z d d l m	 Z	 d d l
 m Z d d l m Z m Z m Z d d	 l m Z d d
 l m Z d d l m Z d d l m Z d d l m Z d d l Z d d l m Z d Z d Z d Z d% Z e j  e!  j" e    e j# d   Z$ [ e j% d! e	 j& d" e' e j% d# e	 j( d" e' e j% d# e	 j) d" e' e j% d# e	 j* d" e' e	 j+ d$  Z, d S(&   s8   
urllib3 - Thread-safe connection pooling and re-using.
i    (   t   absolute_importNi   (   t   HTTPConnectionPoolt   HTTPSConnectionPoolt   connection_from_url(   t
   exceptions(   t   encode_multipart_formdata(   t   PoolManagert   ProxyManagert   proxy_from_url(   t   HTTPResponse(   t   make_headers(   t   get_host(   t   Timeout(   t   Retry(   t   NullHandlers(   Andrey Petrov (andrey.petrov@shazow.net)t   MITs   1.25.9R   R   R   R   R	   R   R   t   add_stderr_loggerR   t   disable_warningsR   R   R
   R   c         C@  s_   t  j t  } t  j   } | j t  j d   | j |  | j |   | j d t  | S(   s   
    Helper for quickly adding a StreamHandler to the logger. Useful for
    debugging.

    Returns the handler after adding it.
    s%   %(asctime)s %(levelname)s %(message)ss,   Added a stderr logging handler to logger: %s(	   t   loggingt	   getLoggert   __name__t   StreamHandlert   setFormattert	   Formattert
   addHandlert   setLevelt   debug(   t   levelt   loggert   handler(    (    s   /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/urllib3/__init__.pyR   /   s    	t   alwayst   appendt   defaultc         C@  s   t  j d |   d S(   s<   
    Helper for quickly disabling all urllib3 warnings.
    t   ignoreN(   t   warningst   simplefilter(   t   category(    (    s   /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/urllib3/__init__.pyR   R   s    (   R   R   R   R   R	   R   R   R   R   R   R   R   R
   R   (-   t   __doc__t
   __future__R    R"   t   connectionpoolR   R   R   t    R   t   filepostR   t   poolmanagerR   R   R   t   responseR	   t   util.requestR
   t   util.urlR   t   util.timeoutR   t
   util.retryR   R   R   t
   __author__t   __license__t   __version__t   __all__R   R   R   t   DEBUGR   R#   t   SecurityWarningt   Truet   SubjectAltNameWarningt   InsecurePlatformWarningt   SNIMissingWarningt   HTTPWarningR   (    (    (    s   /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/urllib3/__init__.pyt   <module>   sL                