summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add 1.26.5 release to CHANGES in mainhackathonSeth Michael Larson2021-05-261-0/+9
* Merge pull request from GHSA-q2q7-5pp4-w6pgSeth Michael Larson2021-05-262-3/+15
* Add coverage for all raise branchesBastian Venthur2021-05-2210-5/+116
* Add documentation guidelines to contributing docs, apply to guidesubdussamad2021-05-2110-344/+623
* Added body parameter to top-level request() and RequestMethods.request()Bastian Venthur2021-05-194-2/+19
* Rename HTTPConnectionPool variables to 'pool'Bastian Venthur2021-05-181-2/+2
* Changed :ret: RST directive to :returns:Bastian Venthur2021-05-181-2/+2
* docs: switch from pycon code blocks to pythonBastian Venthur2021-05-182-33/+33
* Added sphinx-copybutton to easily copy code examplesubdussamad2021-05-172-0/+2
* Added HTTPHeaderDict to top level moduleubdussamad2021-05-173-0/+22
* Add type hints to urllib3.util.retryHasan Ramezani2021-05-142-53/+73
* Properly proxy EOF on the SSLTransport test suite. (#2218)Jorge2021-05-131-0/+6
* Add type hints to urllib3.util.timeoutHasan Ramezani2021-05-112-18/+30
* Remove urllib3.util.current_time, use time.monotonic insteadHasan Ramezani2021-05-113-18/+13
* Fix default socket_options value for HTTPSConnectionFranek Magiera2021-05-102-2/+14
* Add type hints to urllib3.requestHasan Ramezani2021-05-072-22/+44
* Add type hints to urllib3.util.requestHasan Ramezani2021-05-072-12/+16
* Add type hints to urllib3.util.utilHasan Ramezani2021-05-062-2/+3
* Raise FullPoolError when _put_conn() is called on full blocking poolDmitry Mazin2021-05-014-5/+74
* Change from str.format() to f-stringsFranek Magiera2021-05-013-7/+6
* 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-2112-36/+64
* Add type hints for proxy, ssl_, ssltransport and wait modulesFranek Magiera2021-04-207-81/+229
* Fix Python 3.10 tests by pinning to 3.10-alpha7 for nowQuentin Pradet2021-04-202-5/+5
* Add type hints to connection modulesFranek Magiera2021-04-129-120/+254
* Update accept_encoding=True documentation for BrotliДилян Палаузов2021-03-291-1/+2
* Add test case where idna is not installedHasan Ramezani2021-03-193-52/+76
* Add 1.26.4 release to CHANGES in mainSeth Michael Larson2021-03-181-0/+7
* Use queue.LifoQueue instead of our own implementationDulmandakh2021-03-182-18/+1
* Replace `pytest.yield_fixture` with `pytest.fixture`. (#2187)Hasan Ramezani2021-03-181-1/+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-169-56/+37
* Always use our custom ssl.match_hostname() implementationQuentin Pradet2021-03-163-21/+13
* Many minor code quality and readability improvementsShubhendra Singh Chauhan2021-03-146-9/+8
* Remove notOpenSSL098 pytest fixtureQuentin Pradet2021-03-120-0/+0
* Remove notOpenSSL098 pytest fixtureQuentin Pradet2021-03-122-16/+0
* Always pass server_hostname to wrap_socket()Quentin Pradet2021-03-104-23/+12
* Mark '_compat.RLock' as Python 3.6 onlyQuentin Pradet2021-03-102-2/+2
* Add type hints to collections and exceptions modulesJess Shapiro2021-03-0810-211/+364
* Fix last place that allowed a missing check_hostnameQuentin Pradet2021-03-081-1/+1
* Improve `assert_hostname` and `server_hostname` documentationQuentin Pradet2021-03-081-4/+19
* Bring coverage back to 100%Quentin Pradet2021-03-081-2/+0
* Make community Discord more visible and update to vanity URLSeth Michael Larson2021-02-193-3/+10
* 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 1.26.3 release to CHANGES.rstSeth Michael Larson2021-02-111-0/+10
* Remove deprecated iter_fields(), add type hints to 'fields' and 'filepost' mo...Seth Michael Larson2021-02-105-107/+91
* Bump cryptography from 3.2.1 to 3.3.2 (#2155)dependabot[bot]2021-02-101-1/+1
* Add exception wrapper for HTTPS proxy connection failure (#2133)Jorge2021-02-094-23/+60
* Add types to URL parser, remove get_host() and split_first() (#2139)Seth Michael Larson2021-02-097-196/+156