summaryrefslogtreecommitdiff
path: root/test/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Raise NameResolutionError instead of socket.gaierror (#2305)euri102021-06-281-1/+1
* Add test case where idna is not installedHasan Ramezani2021-03-191-0/+51
* Remove notOpenSSL098 pytest fixtureQuentin Pradet2021-03-121-14/+0
* Add defensive test cases for brotlipySeth Michael Larson2021-02-081-4/+6
* Switch to Brotli C bindings for CPython, brotlicffi for non-CPython (#2099)Seth Michael Larson2020-12-051-1/+4
* Remove support for Python 2 and 3.5Hugo van Kemenade2020-11-151-77/+20
* Skip TLS versions if disabled by OpenSSL configSeth Michael Larson2020-11-051-28/+0
* Sort imports with 'isort'Quentin Pradet2020-10-011-5/+5
* Integrate TLS-in-TLS support into urllib3 (#1923)Jorge2020-09-291-0/+33
* Swallow BrokenPipeError when writing request bodyRober Morales-Chaparro2020-09-111-1/+1
* Skip two tests that are flaky on WindowsQuentin Pradet2020-09-081-0/+13
* Send "http/1.1" ALPN extension during TLS handshakehodbn2020-07-161-0/+14
* Change TARPIT_HOST to detect isolated network (#1862)hodbn2020-04-241-2/+8
* Detect GitHub Actions as continuous integration (#1840)Quentin Pradet2020-04-021-1/+3
* Skip tests when DNS can't resolve a dotted FQDNhodbn2020-03-211-17/+27
* Drop Python 3.4 (#1774)Quentin Pradet2020-01-061-1/+1
* Use decorators to mark tests as xfail in PyPy2Quentin Pradet2019-11-041-0/+15
* Use six.wraps in test decorators to allow pytest fixturesQuentin Pradet2019-11-041-9/+8
* Unify timeout values in test suite (#1717)Quentin Pradet2019-10-311-0/+10
* Restore comment next to its intended line (#1720)Quentin Pradet2019-10-301-2/+2
* Release 1.25.6 (#1693)1.25.6Seth Michael Larson2019-09-241-1/+1
* Drop support for Python 3.4 (#1686)Quentin Pradet2019-09-211-1/+1
* Fix for Python 4 (#1669)Hugo van Kemenade2019-08-251-2/+2
* Also skip dotted FQDN tests on TRAVIS_INFRA=unknown (#1648)Seth Michael Larson2019-07-041-1/+1
* Auto formatting using blackRatan Kulshreshtha2019-05-251-17/+39
* Add support for TLS 1.3 to all HTTPSConnection implementations (#1496)Seth Michael Larson2019-02-271-0/+22
* Add support for brotli content encoding via brotlipy package (#1532)dennis again2019-01-291-0/+14
* Add support for password-protected client keyfiles (#1489)Seth Michael Larson2019-01-221-0/+11
* Use python.org MacPython builds for Travis (#1485)Quentin Pradet2018-11-301-0/+13
* Start testing against Python 3.8 (#1475)Seth M. Larson2018-11-221-0/+16
* Drop support for Python 2.6 (#1429)Hugo2018-08-231-36/+0
* Remove unused testing utility function onlyPy34OrOlder (#1403)Jon Dufresne2018-06-281-12/+0
* Add tests for _syscall_wrapper on Python <3.5lars48392018-03-221-0/+12
* Remove all uses of nose from the codebaseAlex Chan2017-08-091-9/+9
* Merge branch 'master' into secure-transportCory Benfield2017-04-211-0/+12
|\
| * Skip TLS test on Windows py26, fix lint issuesSeth Michael Larson2017-04-011-0/+12
* | Add support for SecureTransport TLS backendCory Benfield2017-03-061-0/+13
|/
* E305 Expected 2 blank lines after class/func, found 1Seth Michael Larson2017-01-231-0/+1
* E302 Expected 2 blank lines, found 1Seth Michael Larson2017-01-231-0/+8
* F401 Entity imported but unusedSeth Michael Larson2017-01-231-1/+1
* E261 At least two spaces before inline commentSeth Michael Larson2017-01-231-1/+1
* tests: Actually check for network in @requires_networkÉtienne Buira2016-11-281-14/+24
* Adding Python2-only test decoratorJesse Shapiro2016-03-161-1/+11
* Spelling fixVille Skyttä2015-12-271-1/+1
* Skip tests on <2.7.9Cory Benfield2015-08-311-0/+11
* create a LogRecorder to record logging messagesThomas Weißschuh2015-06-041-0/+35
* don't use IPv6 in tests when it's not availableTomas Tomecek2015-03-161-1/+2
* Tests pass.Andrey Petrov2014-07-031-1/+15
* Move copypasta to its own module, and bump up @timed limits for pypy.Andrey Petrov2014-06-251-102/+0
* fix issues from looking at diffKevin Burke2014-06-251-2/+1