Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ssl_support: Adjust to tunneling changes in Python 2.7.7 and 3.4.1. | Raphael Kubo da Costa | 2014-07-03 | 1 | -1/+8 |
| | | | | | | | The fix for https://bugs.python.org/issue7776 changed httplib.HTTPConnection's handling of tunneling: `host' now points to the proxy host, so we have to adjust the code to perform the certificate validation on `_tunnel_host' instead when it is available. | ||||
* | Remove backward-compatiblity implementation of create_connection. | Jason R. Coombs | 2013-11-24 | 1 | -43/+2 |
| | |||||
* | Remove excess whitespace | Jason R. Coombs | 2013-11-24 | 1 | -32/+0 |
| | | | | | --HG-- extra : amend_source : 28d918108715cbb5711ca31f67c5ed4d8978bb97 | ||||
* | Clean up imports | Jason R. Coombs | 2013-11-24 | 1 | -1/+5 |
| | |||||
* | Merge pull request #3 from abadger/feature/socket-exception-import | Jason R. Coombs | 2013-11-03 | 1 | -0/+1 |
|\ | | | | | Import socket.error so the code throws the correct exception | ||||
| * | Import socket.error so the code throws the correct exception | Toshio Kuratomi | 2013-10-28 | 1 | -0/+1 |
| | | |||||
* | | Look for the backports-ssl_match_hostname module from pypi before using our ↵ | Toshio Kuratomi | 2013-10-28 | 1 | -0/+9 |
| | | | | | | | | bundled/backported code | ||||
* | | Update ssl_match_hostname to match new stdlib code that fixes a security ↵ | Toshio Kuratomi | 2013-10-28 | 1 | -22/+54 |
| | | | | | | | | issue with IDNA domains. | ||||
* | | Restored tunnel (proxy) support in SSL connections. Fixes #52. | Jason R. Coombs | 2013-08-11 | 1 | -0/+6 |
| | | |||||
* | | Fix backported ssl_match_hostname for http://bugs.python.org/issue17980 | Toshio Kuratomi | 2013-07-15 | 1 | -1/+8 |
|/ | |||||
* | Merge Python 3 native support from distribute | Jason R. Coombs | 2013-06-18 | 1 | -1/+2 |
| | | | | | --HG-- rename : tests/test_distribute_setup.py => tests/test_ez_setup.py | ||||
* | Correct pkg_resources reference again (broken in e002a2ff195b) | Jason R. Coombs | 2013-06-03 | 1 | -1/+1 |
| | |||||
* | Merge with setuptools-0.6 | Jason R. Coombs | 2013-06-01 | 1 | -1/+1 |
|\ | |||||
| * | Correct missing import in ssl_support | pje | 2013-05-31 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | (grafted from 3b91f246d8de2f54b4b764dfe362a3677a001162) --HG-- branch : setuptools-0.6 extra : source : 3b91f246d8de2f54b4b764dfe362a3677a001162 | ||||
* | | Prefer namespaced usage | Jason R. Coombs | 2013-05-28 | 1 | -2/+3 |
| | | |||||
* | | Import resource_filename from pkg_resources | Eric Larson | 2013-05-28 | 1 | -2/+2 |
| | | | | | | | | | | --HG-- extra : source : 14737efaf19e5a19c92f54c94163003d381aed0b | ||||
* | | Resave with excess whitespace removed | Jason R. Coombs | 2013-05-28 | 1 | -11/+11 |
|/ | |||||
* | Add support for fallback to 'certifi' module, if installed+active. | pje | 2013-05-05 | 1 | -7/+7 |
| | | | | | | | | (grafted from 4a183cf275264653005072be25a644273463ba83) --HG-- branch : setuptools-0.6 extra : source : 4a183cf275264653005072be25a644273463ba83 | ||||
* | Low-level SSL verification w/out warnings or options; automatically uses | pje | 2013-05-04 | 1 | -0/+246 |
it if it can, won't if it doesn't. (grafted from 8dc579408781836ecf30b637665ad7f2509933a5) --HG-- branch : setuptools-0.6 extra : source : 8dc579408781836ecf30b637665ad7f2509933a5 |