| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change sub-class of NameResolutionError to NewConnectionError | Quentin Pradet | 2021-07-08 | 1 | -2/+2 |
| * | Raise NameResolutionError instead of socket.gaierror (#2305) | euri10 | 2021-06-28 | 4 | -11/+32 |
| * | Don't emit multiple Transfer-Encoding headers in request_chunked() | Vishwas B Sharma | 2021-06-21 | 1 | -5/+54 |
| * | Make parameters after method and url keyword-only for urllib3.request() | Frederico Lima | 2021-06-20 | 1 | -0/+5 |
| * | Fix flaky DeprecationWarning tests | Hasan Ramezani | 2021-06-19 | 3 | -11/+8 |
| * | Fix remove_headers_on_redirect feature modifying passed-in headers in-place (... | Ran Benita | 2021-06-19 | 1 | -1/+5 |
| * | Add a test for using HTTPHeaderDict with PoolManager(headers) (#2274) | Ran Benita | 2021-06-19 | 1 | -1/+30 |
| * | Remove python2 compat stuff from test_socketlevel.py (#2276) | Ran Benita | 2021-06-19 | 1 | -36/+22 |
| * | Add type hints to urllib3.contrib.socks | Hasan Ramezani | 2021-06-18 | 1 | -0/+16 |
| * | Tolerate the strict parameter being passed via connection_from_context() | Hasan Ramezani | 2021-06-16 | 2 | -0/+62 |
| * | Added `preload_content`, `retries`, `redirect` and `timeout` arguments to url... | ubdussamad | 2021-06-16 | 1 | -1/+56 |
| * | Align multipart parameter encoding with current WHATWG HTML standard | David Lord | 2021-06-10 | 1 | -39/+48 |
| * | Fix ssl deprecation warnings in Python 3.10 | Seth Michael Larson | 2021-06-07 | 1 | -2/+3 |
| * | Add type hints to urllib3.poolmanager (#2232) | Hasan Ramezani | 2021-05-31 | 1 | -2/+9 |
| * | Merge pull request from GHSA-q2q7-5pp4-w6pg | Seth Michael Larson | 2021-05-26 | 1 | -0/+10 |
| * | Add coverage for all raise branches | Bastian Venthur | 2021-05-22 | 8 | -3/+111 |
| * | Added body parameter to top-level request() and RequestMethods.request() | Bastian Venthur | 2021-05-19 | 1 | -0/+10 |
| * | Properly proxy EOF on the SSLTransport test suite. (#2218) | Jorge | 2021-05-13 | 1 | -0/+6 |
| * | Remove urllib3.util.current_time, use time.monotonic instead | Hasan Ramezani | 2021-05-11 | 1 | -10/+10 |
| * | Fix default socket_options value for HTTPSConnection | Franek Magiera | 2021-05-10 | 1 | -1/+11 |
| * | Raise FullPoolError when _put_conn() is called on full blocking pool | Dmitry Mazin | 2021-05-01 | 1 | -3/+51 |
| * | Change from str.format() to f-strings | Franek Magiera | 2021-05-01 | 1 | -1/+1 |
| * | Move ssl_match_hostname to urllib3.utils | Hasan Ramezani | 2021-04-21 | 2 | -3/+48 |
| * | Add type hints for proxy, ssl_, ssltransport and wait modules | Franek Magiera | 2021-04-20 | 1 | -10/+0 |
| * | Add type hints to connection modules | Franek Magiera | 2021-04-12 | 2 | -7/+14 |
| * | Add test case where idna is not installed | Hasan Ramezani | 2021-03-19 | 3 | -52/+76 |
| * | Replace `pytest.yield_fixture` with `pytest.fixture`. (#2187) | Hasan Ramezani | 2021-03-18 | 1 | -1/+1 |
| * | Lean on SSLContext to verify hostnames when possible (#2178) | Quentin Pradet | 2021-03-16 | 5 | -32/+10 |
| * | Always use our custom ssl.match_hostname() implementation | Quentin Pradet | 2021-03-16 | 1 | -0/+12 |
| * | Remove notOpenSSL098 pytest fixture | Quentin Pradet | 2021-03-12 | 2 | -16/+0 |
| * | Always pass server_hostname to wrap_socket() | Quentin Pradet | 2021-03-10 | 2 | -11/+7 |
| * | Add type hints to collections and exceptions modules | Jess Shapiro | 2021-03-08 | 1 | -10/+41 |
| * | Remove deprecated iter_fields(), add type hints to 'fields' and 'filepost' mo... | Seth Michael Larson | 2021-02-10 | 1 | -15/+1 |
| * | Add exception wrapper for HTTPS proxy connection failure (#2133) | Jorge | 2021-02-09 | 1 | -0/+14 |
| * | Add types to URL parser, remove get_host() and split_first() (#2139) | Seth Michael Larson | 2021-02-09 | 1 | -31/+15 |
| * | Add defensive test cases for brotlipy | Seth Michael Larson | 2021-02-08 | 3 | -13/+15 |
| * | Add top-level request() method | Franek Magiera | 2021-02-08 | 1 | -0/+6 |
| * | Use pyupgrade, black, isort, and flake8 via pre-commit | Hugo van Kemenade | 2021-01-08 | 1 | -2/+0 |
| * | Use system TLS ciphers if using OpenSSL 1.1.1+ or SecureTransport | Seth Michael Larson | 2021-01-07 | 2 | -159/+185 |
| * | Use match parameter in pytest.raises() | Hasan Ramezani | 2020-12-29 | 8 | -55/+42 |
| * | Remove work-around for missing ipaddress module in Python 2 | Jon Dufresne | 2020-12-26 | 1 | -10/+0 |
| * | Remove fallback on commonName in match_hostname() | Hasan Ramezani | 2020-12-23 | 4 | -45/+24 |
| * | Update find_unused_port to Python 3.9 version (#2102) | Quentin Pradet | 2020-12-11 | 1 | -10/+17 |
| * | Improve message for ProxySchemeUnknown exception | Hasan Ramezani | 2020-12-10 | 1 | -0/+22 |
| * | Switch to Brotli C bindings for CPython, brotlicffi for non-CPython (#2099) | Seth Michael Larson | 2020-12-05 | 1 | -1/+4 |
| * | Change return type of HTTPResponse.getheaders() to match CPython | Seth Michael Larson | 2020-11-28 | 1 | -1/+1 |
| * | Remove _const_compare_digest | jianghang | 2020-11-26 | 1 | -20/+1 |
| * | Remove deprecated Retry options | Quentin Pradet | 2020-11-24 | 3 | -489/+12 |
| * | Remove six (#2078) | Hasan Ramezani | 2020-11-23 | 5 | -22/+49 |
| * | Remove Python 2 branches, HTTPHeaderDict.from_httplib | Hasan Ramezani | 2020-11-18 | 2 | -11/+1 |