Let us walk on the 3-isogeny graph
|
Go to the source code of this file.
Data Structures | |
class | BaseSSLError |
class | ConnectionError |
class | BrokenPipeError |
class | HTTPConnection |
class | HTTPSConnection |
class | DummyConnection |
Namespaces | |
namespace | pip |
namespace | pip._vendor |
namespace | pip._vendor.urllib3 |
namespace | pip._vendor.urllib3.connection |
Functions | |
_match_hostname (cert, asserted_hostname) | |
_get_default_user_agent () | |
Variables | |
BaseSSLError = ssl.SSLError | |
ssl = None | |
ConnectionError = ConnectionError | |
BrokenPipeError = BrokenPipeError | |
log = logging.getLogger(__name__) | |
dict | port_by_scheme = {"http": 80, "https": 443} |
RECENT_DATE = datetime.date(2022, 1, 1) | |
_CONTAINS_CONTROL_CHAR_RE = re.compile(r"[^-!#$%&'*+.^_`|~0-9a-zA-Z]") | |
HTTPSConnection = DummyConnection | |
VerifiedHTTPSConnection = HTTPSConnection | |