summaryrefslogtreecommitdiff
path: root/setuptools/ssl_support.py
Commit message (Expand)AuthorAgeFilesLines
* ssl_support: Adjust to tunneling changes in Python 2.7.7 and 3.4.1.Raphael Kubo da Costa2014-07-031-1/+8
* Remove backward-compatiblity implementation of create_connection.Jason R. Coombs2013-11-241-43/+2
* Remove excess whitespaceJason R. Coombs2013-11-241-32/+0
* Clean up importsJason R. Coombs2013-11-241-1/+5
* Merge pull request #3 from abadger/feature/socket-exception-importJason R. Coombs2013-11-031-0/+1
|\
| * Import socket.error so the code throws the correct exceptionToshio Kuratomi2013-10-281-0/+1
* | Look for the backports-ssl_match_hostname module from pypi before using our b...Toshio Kuratomi2013-10-281-0/+9
* | Update ssl_match_hostname to match new stdlib code that fixes a security issu...Toshio Kuratomi2013-10-281-22/+54
* | Restored tunnel (proxy) support in SSL connections. Fixes #52.Jason R. Coombs2013-08-111-0/+6
* | Fix backported ssl_match_hostname for http://bugs.python.org/issue17980Toshio Kuratomi2013-07-151-1/+8
|/
* Tidied up imports.Vinay Sajip2013-06-191-5/+0
* Merged upstream changes.Vinay Sajip2013-06-191-0/+1
|\
| * Merge Python 3 native support from distributeJason R. Coombs2013-06-181-1/+2
* | Initial commit. All tests pass on 2.7, 3.2 and 3.3, though there are some ate...Vinay Sajip2013-06-151-1/+6
|/
* Correct pkg_resources reference again (broken in e002a2ff195b)Jason R. Coombs2013-06-031-1/+1
* Merge with setuptools-0.6Jason R. Coombs2013-06-011-1/+1
|\
| * Correct missing import in ssl_supportpje2013-05-311-3/+3
* | Prefer namespaced usageJason R. Coombs2013-05-281-2/+3
* | Import resource_filename from pkg_resourcesEric Larson2013-05-281-2/+2
* | Resave with excess whitespace removedJason R. Coombs2013-05-281-11/+11
|/
* Add support for fallback to 'certifi' module, if installed+active.pje2013-05-051-7/+7
* Low-level SSL verification w/out warnings or options; automatically usespje2013-05-041-0/+246