summaryrefslogtreecommitdiff
path: root/test/test_connection.py
Commit message (Expand)AuthorAgeFilesLines
* Add coverage for all raise branchesBastian Venthur2021-05-221-1/+11
* Fix default socket_options value for HTTPSConnectionFranek Magiera2021-05-101-1/+11
* Move ssl_match_hostname to urllib3.utilsHasan Ramezani2021-04-211-2/+47
* Remove fallback on commonName in match_hostname()Hasan Ramezani2020-12-231-0/+13
* Remove support for Python 2 and 3.5Hugo van Kemenade2020-11-151-2/+2
* Sort imports with 'isort'Quentin Pradet2020-10-011-2/+2
* Merge strings that fit on a single line (#1700)Quentin Pradet2019-09-271-1/+1
* Change log level of CertificateError within match_hostname (#1657)Seth Michael Larson2019-07-261-1/+1
* Auto formatting using blackRatan Kulshreshtha2019-05-251-15/+12
* Address #1365. CertificateError str repr is tuple, not str.Chris Wilcox2018-04-201-1/+1
* Rewrite test_connection.py to be pytest-styleAlex Chan2017-06-031-16/+10
* E402 Module level import not at top of fileSeth Michael Larson2017-01-231-6/+6
* F401 Entity imported but unusedSeth Michael Larson2017-01-231-1/+0
* Add commentsSeth Michael Larson2016-11-061-0/+2
* Check Python version correctlySeth Michael Larson2016-11-061-2/+2
* Unittest2 still not workingSeth Michael Larson2016-11-051-1/+1
* Python 2.6 unittest module is uselessSeth Michael Larson2016-11-051-1/+5
* Test for maximum two year differenceSeth Michael Larson2016-11-051-2/+2
* Update RECENT_DATE to 2016Seth Michael Larson2016-11-051-0/+8
* Add test/test_connection.pyMarc Abramowitz2016-03-171-0/+48