summaryrefslogtreecommitdiff
path: root/src
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-215-47/+92
* Added body parameter to top-level request() and RequestMethods.request()Bastian Venthur2021-05-192-2/+6
* Changed :ret: RST directive to :returns:Bastian Venthur2021-05-181-2/+2
* Added HTTPHeaderDict to top level moduleubdussamad2021-05-171-0/+2
* 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
* Fix default socket_options value for HTTPSConnectionFranek Magiera2021-05-101-1/+3
* Add type hints to urllib3.requestHasan Ramezani2021-05-071-22/+43
* Add type hints to urllib3.util.requestHasan Ramezani2021-05-071-12/+15
* Add type hints to urllib3.util.utilHasan Ramezani2021-05-061-2/+2
* Raise FullPoolError when _put_conn() is called on full blocking poolDmitry Mazin2021-05-012-2/+20
* Change from str.format() to f-stringsFranek Magiera2021-05-012-6/+5
* 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-217-27/+14
* Add type hints for proxy, ssl_, ssltransport and wait modulesFranek Magiera2021-04-205-71/+225
* Add type hints to connection modulesFranek Magiera2021-04-126-113/+238
* Update accept_encoding=True documentation for BrotliДилян Палаузов2021-03-291-1/+2
* Use queue.LifoQueue instead of our own implementationDulmandakh2021-03-182-18/+1
* Stop relying on stdlib hostname matching until hostname_checks_common_name bu...Quentin Pradet2021-03-181-2/+4
* Lean on SSLContext to verify hostnames when possible (#2178)Quentin Pradet2021-03-164-24/+27
* Always use our custom ssl.match_hostname() implementationQuentin Pradet2021-03-162-21/+1
* Many minor code quality and readability improvementsShubhendra Singh Chauhan2021-03-144-7/+6
* Always pass server_hostname to wrap_socket()Quentin Pradet2021-03-102-12/+5
* Mark '_compat.RLock' as Python 3.6 onlyQuentin Pradet2021-03-102-2/+2
* Add type hints to collections and exceptions modulesJess Shapiro2021-03-086-201/+318
* Fix last place that allowed a missing check_hostnameQuentin Pradet2021-03-081-1/+1
* 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
* Remove deprecated iter_fields(), add type hints to 'fields' and 'filepost' mo...Seth Michael Larson2021-02-104-92/+90
* Add exception wrapper for HTTPS proxy connection failure (#2133)Jorge2021-02-093-23/+46
* Add types to URL parser, remove get_host() and split_first() (#2139)Seth Michael Larson2021-02-096-165/+141
* Add top-level request() methodFranek Magiera2021-02-081-0/+15
* Don't compare bytes and str in putheader()Quentin Pradet2021-01-261-1/+1
* Use pyupgrade, black, isort, and flake8 via pre-commitHugo van Kemenade2021-01-081-2/+2
* Use system TLS ciphers if using OpenSSL 1.1.1+ or SecureTransportSeth Michael Larson2021-01-074-90/+38
* Update RECENT_DATE to 2020-07-01Seth Michael Larson2020-12-311-1/+1
* Remove work-around for missing ipaddress module in Python 2Jon Dufresne2020-12-261-15/+1
* Remove fallback on commonName in match_hostname()Hasan Ramezani2020-12-234-38/+2
* Replace deprecated socket.error with OSErrorAaron Niskode-Dossett2020-12-235-16/+11
* Attach errno to SocketError when raised from OpenSSL.SSL.SysCallErrorAaron Niskode-Dossett2020-12-231-3/+3
* Improve message for ProxySchemeUnknown exceptionHasan Ramezani2020-12-101-1/+8
* Switch to Brotli C bindings for CPython, brotlicffi for non-CPython (#2099)Seth Michael Larson2020-12-052-2/+8
* Remove remaining mentions of Python 2Hasan Ramezani2020-11-283-15/+1
* Change return type of HTTPResponse.getheaders() to match CPythonSeth Michael Larson2020-11-281-2/+2
* Add BaseHTTPResponse base classSeth Michael Larson2020-11-283-132/+214
* Remove backported socket.makefile()Quentin Pradet2020-11-274-90/+15
* Remove _const_compare_digestjianghang2020-11-261-16/+1