summaryrefslogtreecommitdiff
path: root/test/with_dummyserver/test_socketlevel.py
Commit message (Expand)AuthorAgeFilesLines
* Send "http/1.1" ALPN extension during TLS handshakehodbn2020-07-161-2/+31
* Add default user agent header (#1750)DonaCthulhuote2020-06-301-58/+39
* Fix testing of SSLKEYLOGFILE on AppVeyorhodbn2020-06-241-2/+3
* Remove unnecessary httplib exporthodbn2020-06-101-1/+1
* Fix flaky test by setting longer connect timeoutQuentin Pradet2020-04-081-1/+1
* Stop skipping SecureTransport testsQuentin Pradet2020-03-301-1/+3
* Skip tests when DNS can't resolve a dotted FQDNhodbn2020-03-211-2/+2
* Ensure test host resolves to IPv6 in tests (#1819)Hod Bin Noon2020-03-201-1/+2
* Ensure load_verify_locations raises SSLError for all backends (#1812)Quentin Pradet2020-03-161-0/+9
* Generate client password-protected cert with trustme (#1793)Quentin Pradet2020-01-261-16/+7
* Generate client certs dynamically using trustme (#1791)Quentin Pradet2020-01-251-22/+54
* Fix test_delayed_body_read_timeout flaky test (#1751)Quentin Pradet2019-11-171-1/+1
* Remove extra notPyPy2 import to fix linter (#1733)Quentin Pradet2019-11-051-1/+0
* Use decorators to mark tests as xfail in PyPy2Quentin Pradet2019-11-041-0/+1
* Use decorators to mark tests as xfail in PyPy2Quentin Pradet2019-11-041-7/+2
* Unify timeout values in test suite (#1717)Quentin Pradet2019-10-311-45/+36
* Update urllib3/requests GitHub URLs (#1719)Quentin Pradet2019-10-291-2/+2
* Prefer pytest.raises over Testcase.fail (#1712)Quentin Pradet2019-10-291-10/+3
* Retry failed dummyserver tests once (#1718)Quentin Pradet2019-10-291-0/+3
* Remove unneeded new lines after with statements (#1702)Quentin Pradet2019-10-011-24/+0
* Merge strings that fit on a single line (#1700)Quentin Pradet2019-09-271-11/+9
* Fix PyPy tests (#1694)Quentin Pradet2019-09-251-0/+6
* Change addCleanup() calls to context managers in tests (#1624)Ratan Kulshreshtha2019-06-191-321/+286
* Update assertions to pytest style (#1614)Ratan Kulshreshtha2019-05-281-99/+95
* Merge branch 'master' into blackenRatan Kulshreshtha2019-05-251-0/+88
|\
| * Load system CA certificates by default on empty HTTPSConnection (#1608)Seth Michael Larson2019-05-231-0/+78
* | Auto formatting using blackRatan Kulshreshtha2019-05-251-519/+672
|/
* Improve CI stability for timeouts and branch coverage (#1554)Quentin Pradet2019-03-221-11/+11
* Add support for TLS 1.3 to all HTTPSConnection implementations (#1496)Seth Michael Larson2019-02-271-1/+1
* Use cert_reqs=CERT_REQUIRED by default (#1507)Seth Michael Larson2019-01-251-6/+5
* Add support for password-protected client keyfiles (#1489)Seth Michael Larson2019-01-221-2/+79
* Start testing against Python 3.8 (#1475)Seth M. Larson2018-11-221-0/+3
* Fix for parsing Content-Type: message/* Responses without warnings (#1439)Tim Bell2018-09-181-8/+34
* Remove more Python 2.6 code (#1430)Quentin Pradet2018-08-241-9/+1
* Drop support for Python 2.6 (#1429)Hugo2018-08-231-7/+8
* Merge branch 'master' into fix-deprecation-warningJesse Shapiro2017-12-151-0/+31
|\
| * Use FQDN only for DNS and drop trailing dot for other operationsJesse Shapiro2017-12-141-0/+31
* | Change use of deprecated assertEquals to pytest style assertJon Dufresne2017-12-121-1/+1
|/
* Remove all uses of nose from the codebaseAlex Chan2017-08-091-9/+7
* Merge branch 'master' into patch-1Serey Ty2017-06-221-0/+33
|\
| * xrange -> rangeMatt Billenstein2017-06-211-1/+1
| * Make sure tests run for only run retry/redirectMatt Billenstein2017-06-211-2/+2
| * flake8Matt Billenstein2017-06-211-2/+8
| * Move TestRetryPoolSizeDrainFail to test_socketlevel.pyMatt Billenstein2017-06-211-0/+27
* | IPv6 bracket missing when IPv6 proxy is usedSerey Ty2017-06-221-0/+45
|/
* added test for retrying SSLError on the socket levelBenjamin Wohlwend2017-06-071-0/+45
* Ensured that SSLErrors will be retriedBenjamin Wohlwend2017-06-071-6/+11
* Cleanup error messageCory Benfield2017-03-101-1/+4
* Add support for SecureTransport TLS backendCory Benfield2017-03-061-1/+142
* Merge upstreamSeth Michael Larson2017-01-241-51/+57
|\