aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/ssl_support.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Merge Python 3 native support from distributeJason R. Coombs2013-06-181-1/+2
| | | | | --HG-- rename : tests/test_distribute_setup.py => tests/test_ez_setup.py
* 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
| | | | | | | | | | | | | | | | (grafted from 3b91f246d8de2f54b4b764dfe362a3677a001162) --HG-- branch : setuptools-0.6 extra : source : 3b91f246d8de2f54b4b764dfe362a3677a001162
* | Prefer namespaced usageJason R. Coombs2013-05-281-2/+3
| |
* | Import resource_filename from pkg_resourcesEric Larson2013-05-281-2/+2
| | | | | | | | | | --HG-- extra : source : 14737efaf19e5a19c92f54c94163003d381aed0b
* | 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
| | | | | | | | (grafted from 4a183cf275264653005072be25a644273463ba83) --HG-- branch : setuptools-0.6 extra : source : 4a183cf275264653005072be25a644273463ba83
* Low-level SSL verification w/out warnings or options; automatically usespje2013-05-041-0/+246
it if it can, won't if it doesn't. (grafted from 8dc579408781836ecf30b637665ad7f2509933a5) --HG-- branch : setuptools-0.6 extra : source : 8dc579408781836ecf30b637665ad7f2509933a5