- 03 Nov, 2013 1 commit
-
-
Jason R. Coombs authored
There's apparently another security issue in the python3 match_hostname code. No CVE has been issued for it yet: http://bugs.python.org/issue17997#msg194950 This merge includes two commits. The first updates the included match_hostname code to reflect what's in the python-3.3.3 and python-3.4 stdlib (with a minor change to preserve python2 compat). The second commit adds a check for the backports.ssl_match_hostname module from pypi: https://pypi.python.org/pypi/backports.ssl_match_hostname If the stdlib doesn't have ssl_match_hostname but backports.ssl_match_hostname exists it uses that code. If neither one are present, then it uses the code included in setuptools. Using backports.ssl_match_hostname helps system packagers and system admins to have a single place to maintain SSL support rather than every package that's copying the match_hostname code. On the other hand, it means that users won't get any fixes before they go into the backports.ssl_match_hostname module. Brandon Rhodes is the owner of that module and Toshio has done the last several releases to make sure that module is current with the match_hostname security issues.
-
- 02 Nov, 2013 4 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
--HG-- extra : amend_source : 142fda8f9cdb6612326d2aed5712f8fe86aec8ac
-
- 31 Oct, 2013 1 commit
-
-
Jason R. Coombs authored
-
- 30 Oct, 2013 5 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 28 Oct, 2013 4 commits
-
-
Toshio Kuratomi authored
-
Toshio Kuratomi authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 28 Sep, 2013 2 commits
-
-
Philip Thiem authored
--HG-- extra : rebase_source : d9c70d5bebd4290f568c828c5bc3a9b93a817ff2
-
Philip Thiem authored
Added in code to after a deprecation warning parse the .svn files Should also parse externals. --HG-- extra : rebase_source : 9dd3bcf22cb56eb0826051f9e477f155e47cdbf6
-
- 24 Sep, 2013 4 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Bug Correction: Avoid double execution when the application throws NameError exception.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Don't leave junk file behind
-
- 19 Sep, 2013 2 commits
-
-
Niklas Rigemo authored
--HG-- branch : patch1
-
Niklas Rigemo authored
--HG-- branch : patch1
-
- 18 Sep, 2013 4 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
--HG-- extra : amend_source : 2f401317ae94e6291ae91f8da75173781bc4c48c
-
- 17 Sep, 2013 2 commits
- 12 Sep, 2013 4 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 09 Sep, 2013 2 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 07 Sep, 2013 4 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Fix boolean test, incorrectly changed. Off-by-one errors are particularly ugly with booleans ;) Fixes #77
-
- 06 Sep, 2013 1 commit
-
-
Jason R. Coombs authored
-