summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update lint.ymlcache-pip-ghaSeth Michael Larson2021-11-241-0/+1
* Cache installed dependenciesSeth Michael Larson2021-11-241-0/+4
* Keep full backtrace when raising LocationParseError in parse_url (#2487)Thomas Dickerson2021-11-191-2/+2
* Update pre-commit reposHasan Ramezani2021-11-181-4/+4
* Update black to 21.11b0Hasan Ramezani2021-11-171-1/+1
* Wrap proxy TLS, connection, and timeout errors with ProxyErrorSeth Michael Larson2021-11-156-118/+238
* Test development versions of PythonQuentin Pradet2021-11-122-2/+6
* Remove extra comment in urllib3.util.timeoutHasan Ramezani2021-11-051-1/+0
* Add sentinel for default timeouts compatible with MypyHasan Ramezani2021-11-016-61/+66
* Update black to 21.10b0Hasan Ramezani2021-11-011-1/+1
* Use codecov github action to upload coverageRatan Kulshreshtha2021-10-262-24/+7
* Add examples for cookies in server request and response (#2464)Alex Day2021-10-261-1/+36
* Add missing links in advance usage section (#2446)Ratan Kulshreshtha2021-10-206-5/+14
* Fix some mypy assignment errors in testsHasan Ramezani2021-10-192-9/+15
* Add type hits to test.test_connectionpoolHasan Ramezani2021-10-192-132/+114
* Add type hints to test.test_responseHasan Ramezani2021-10-163-153/+165
* Only use relative importsTimothy Pansino2021-10-156-11/+10
* Add type hints to test.test_ssltransportHasan Ramezani2021-10-094-71/+104
* Use SSLContext.check_hostname when SSLContext.hostname_checks_common_name is ...Quentin Pradet2021-10-085-6/+114
* Add type hints to test.contrib.test_securetransportHasan Ramezani2021-10-082-4/+5
* Add type hints to test.contrib.test_pyopensslHasan Ramezani2021-10-082-7/+8
* Add type hints to test.test_utilHasan Ramezani2021-10-082-97/+129
* Add released Python 3.10 to CIHasan Ramezani2021-10-073-12/+8
* Bump requirements (#2442)Quentin Pradet2021-10-041-3/+3
* Add type hints to test.with_dummyserver.test_socketlevel (#2436)Hasan Ramezani2021-10-046-126/+146
* Add simple HTTPS proxy which can be used for local debuggingJorge2021-09-282-0/+63
* Don't unconditionally wrap proxy connection errors with HTTPSProxyErrorSeth Michael Larson2021-09-265-29/+184
* Add 1.26.7 release notes to CHANGES.rst on mainSeth Michael Larson2021-09-241-0/+9
* Remove redundant requests integration testQuentin Pradet2021-09-243-41/+0
* Update towncrier URL as they merged our fix for multiple titlesQuentin Pradet2021-09-241-1/+1
* Bump linter versionsQuentin Pradet2021-09-2413-42/+42
* Test all host formats in one fixture (#2421)Seth Michael Larson2021-09-243-36/+56
* Fix typos (#2426)Christian Clauss2021-09-243-6/+6
* Upgrade Python 3.10.0-beta.4 to 3.10.0-rc.2 (#2427)Christian Clauss2021-09-241-1/+1
* Add 1.26.6 release notes to CHANGES.rst on mainSeth Michael Larson2021-09-211-0/+11
* Add type hints to test.with_dummyserver.test_connectionpoolSeth Michael Larson2021-09-204-91/+122
* Add type hints to test.with_dummyserver.test_proxy_poolmanagerHasan Ramezani2021-09-205-41/+59
* Add type hints to test.with_dummyserver.test_chunked_transferHasan Ramezani2021-09-192-35/+51
* Add missed type hints for test.with_dummyserver.test_poolmanagerHasan Ramezani2021-09-191-4/+4
* Add type hints to test.with_dummyserver.test_poolmanagerHasan Ramezani2021-09-183-31/+38
* Add support for native JSON request and response bodiesP. Sai Vinay2021-09-1710-74/+162
* Add an example of using a custom SSLContext to docseuri102021-09-171-0/+31
* Link to changelog guildelines from contributing docsQuentin Pradet2021-09-172-3/+4
* Strip brackets from IPv6 hosts before certificate hostname matchingDerek Higgins2021-09-163-3/+24
* Add type hints to test.with_dummyserver.test_no_sslHasan Ramezani2021-09-142-2/+3
* Revert urllib3.contrib.socks exception chainingQuentin Pradet2021-09-131-1/+3
* Add type hints to test.test_no_sslHasan Ramezani2021-09-133-12/+18
* Fix test.with_dummyserver.test_https type problemsHasan Ramezani2021-09-091-9/+8
* Add type hints to test.with_dummyserver.test_integrationHasan Ramezani2021-09-082-4/+11
* Add entry for removal default value of request_context to changelogHasan Ramezani2021-09-081-0/+3