| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Remove strict parameter (#2064) | Hasan Ramezani | 2020-11-16 | 2 | -43/+12 |
| * | Remove support for Google App Engine Standard | Hugo van Kemenade | 2020-11-15 | 5 | -328/+0 |
| * | Remove support for Python 2 and 3.5 | Hugo van Kemenade | 2020-11-15 | 36 | -812/+436 |
| * | Fix test_proxy_rejection even with two localhost entries | Quentin Pradet | 2020-11-12 | 1 | -3/+31 |
| * | Don't send 'User-Agent' twice if header is binary | Seth Michael Larson | 2020-11-11 | 1 | -0/+23 |
| * | Fix constructor parameter order in SSLTransport. | Jorge Lopez Silva | 2020-11-07 | 1 | -0/+17 |
| * | Skip TLS versions if disabled by OpenSSL config | Seth Michael Larson | 2020-11-05 | 3 | -36/+72 |
| * | Terminate connection when custom verification fails (SecureTransport) (#1977) | hodbn | 2020-11-01 | 2 | -12/+57 |
| * | Add SKIP_HEADER for skipping automatically added headers | Seth Michael Larson | 2020-10-27 | 2 | -8/+142 |
| * | Deprecate negotiating TLSv1 and TLSv1.1 by default | Seth Michael Larson | 2020-10-06 | 1 | -20/+100 |
| * | Don't set keylog_filename for empty values | Seth Michael Larson | 2020-10-04 | 1 | -0/+12 |
| * | Fix flaky test by avoiding refused connection with short timeout (#2008) | Quentin Pradet | 2020-10-02 | 1 | -2/+2 |
| * | Sort imports with 'isort' | Quentin Pradet | 2020-10-01 | 37 | -237/+212 |
| * | Raise error on invalid labels in create_connection() | Hasan Ramezani | 2020-09-30 | 1 | -0/+24 |