summaryrefslogtreecommitdiff
path: root/src/urllib3/util
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request from GHSA-q2q7-5pp4-w6pgSeth Michael Larson2021-05-261-3/+5
* Add documentation guidelines to contributing docs, apply to guidesubdussamad2021-05-214-31/+61
* Add type hints to urllib3.util.retryHasan Ramezani2021-05-141-53/+72
* Add type hints to urllib3.util.timeoutHasan Ramezani2021-05-111-18/+29
* Remove urllib3.util.current_time, use time.monotonic insteadHasan Ramezani2021-05-112-8/+3
* Add type hints to urllib3.util.requestHasan Ramezani2021-05-071-12/+15
* Add type hints to urllib3.util.utilHasan Ramezani2021-05-061-2/+2
* Fix handling of conn without sock in is_connection_dropped()Christian Neumüller2021-04-271-1/+1
* Move ssl_match_hostname to urllib3.utilsHasan Ramezani2021-04-211-0/+126
* Add type hints for proxy, ssl_, ssltransport and wait modulesFranek Magiera2021-04-204-63/+223
* Add type hints to connection modulesFranek Magiera2021-04-124-32/+55
* Update accept_encoding=True documentation for BrotliДилян Палаузов2021-03-291-1/+2
* Use queue.LifoQueue instead of our own implementationDulmandakh2021-03-181-16/+0
* Lean on SSLContext to verify hostnames when possible (#2178)Quentin Pradet2021-03-161-16/+7
* Many minor code quality and readability improvementsShubhendra Singh Chauhan2021-03-142-4/+3
* Always pass server_hostname to wrap_socket()Quentin Pradet2021-03-101-11/+4
* Add type hints to collections and exceptions modulesJess Shapiro2021-03-081-37/+35
* Bring coverage back to 100%Quentin Pradet2021-03-081-2/+0
* Add types to util.reraise()Hasan Ramezani2021-02-161-2/+7
* Remove hasattr for 'check_hostname' as should always exist in Python 3.6+Quentin Pradet2021-02-121-6/+3
* Add types to URL parser, remove get_host() and split_first() (#2139)Seth Michael Larson2021-02-094-160/+136
* Use system TLS ciphers if using OpenSSL 1.1.1+ or SecureTransportSeth Michael Larson2021-01-071-2/+26
* Switch to Brotli C bindings for CPython, brotlicffi for non-CPython (#2099)Seth Michael Larson2020-12-051-1/+4
* Remove remaining mentions of Python 2Hasan Ramezani2020-11-281-1/+1
* Remove _const_compare_digestjianghang2020-11-261-16/+1
* Remove deprecated Retry optionsQuentin Pradet2020-11-241-115/+5
* Remove six (#2078)Hasan Ramezani2020-11-234-24/+60
* Remove Python 2 branches, HTTPHeaderDict.from_httplibHasan Ramezani2020-11-181-6/+0
* Remove backported SSLContext and careful ssl importsQuentin Pradet2020-11-151-93/+16
* Remove remaining mentions of Google App EngineQuentin Pradet2020-11-152-4/+0
* Remove support for Google App Engine StandardHugo van Kemenade2020-11-153-31/+5
* Remove support for Python 2 and 3.5Hugo van Kemenade2020-11-1511-141/+52
* Import features from ssl module with more granularitySeth Michael Larson2020-11-121-1/+9
* Upgrade to Ubuntu 20.04, PyPy 3.6 and CPython 3.9 finalQuentin Pradet2020-11-121-1/+1
* Improve readability on return handling logic.Jorge Lopez Silva2020-11-071-4/+3
* Fix constructor parameter order in SSLTransport.Jorge Lopez Silva2020-11-071-1/+1
* Add SKIP_HEADER for skipping automatically added headersSeth Michael Larson2020-10-272-6/+10
* Don't set keylog_filename for empty valuesSeth Michael Larson2020-10-041-2/+4
* Sort imports with 'isort'Quentin Pradet2020-10-0112-37/+37
* Raise error on invalid labels in create_connection()Hasan Ramezani2020-09-301-0/+11
* Enforce flake8-2020Quentin Pradet2020-09-281-2/+2
* Integrate TLS-in-TLS support into urllib3 (#1923)Jorge2020-09-293-3/+314
* Rename Retry options and defaultsSeth Michael Larson2020-09-281-14/+127
* Disable the use of session tickets on TLSv1.2 by defaultPleasantMachine92020-09-251-1/+12
* Fix autodoc and intersphinx links in documentation (#1966)Seth Michael Larson2020-09-183-18/+24
* Include filepost.pyi and util/url.pyi (#1955)Ezzeri Esa2020-09-151-0/+32
* Remove duplicate dict key and except blockhodbn2020-09-091-8/+1
* Include exceptions.pyi and fields.pyiEzzeri Esa2020-09-031-0/+0
* Don't log defect warnings on multipart/* responsesBrian Price2020-09-031-0/+20
* Always assume UTC if no timezone in Retry-Afterhodbn2020-08-261-0/+7