summaryrefslogtreecommitdiff
path: root/src/urllib3/util/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Use the typing namespace and from __future__ import annotationsBastian Venthur2022-11-211-0/+2
* Drop support for OpenSSL <1.1.1 (#2705)Seth Michael Larson2022-08-221-2/+0
* Add missing links in advance usage section (#2446)Ratan Kulshreshtha2021-10-201-0/+2
* Fix ssl deprecation warnings in Python 3.10Seth Michael Larson2021-06-071-2/+0
* Remove urllib3.util.current_time, use time.monotonic insteadHasan Ramezani2021-05-111-2/+1
* Add types to URL parser, remove get_host() and split_first() (#2139)Seth Michael Larson2021-02-091-3/+1
* Remove support for Python 2 and 3.5Hugo van Kemenade2020-11-151-2/+0
* Add SKIP_HEADER for skipping automatically added headersSeth Michael Larson2020-10-271-2/+3
* Sort imports with 'isort'Quentin Pradet2020-10-011-8/+7
* Send "http/1.1" ALPN extension during TLS handshakehodbn2020-07-161-0/+2
* Add default user agent header (#1750)DonaCthulhuote2020-06-301-1/+2
* Auto formatting using blackRatan Kulshreshtha2019-05-251-35/+25
* Add support for TLS 1.3 to all HTTPSConnection implementations (#1496)Seth Michael Larson2019-02-271-0/+2
* Move urllib3 to src/urllib3Quentin Pradet2018-07-031-0/+54