python-gnupg/gnupg
Charles Duffy 3909474a4d Continue search for a usable binary if entries are symlinks
Existing code gives up searching for a GnuPG executable (returning None --
contrary to the docstring indicating that a RuntimeError will be thrown in all
cases where no binary can be found) if the first item found is a symlink or is
not accessed via an absolute path.

This refactored version moves the filtering logic down into the _which helper
-- and thus continues to search past unacceptable results -- even if the first
item found is not acceptable.
2014-09-30 20:50:46 -05:00
..
test Add unittest which tests encrypt() when `output` is given an open file. 2014-08-02 04:14:22 +00:00
__init__.py
_ansistrm.py
_logger.py more py2.6 fixes 2014-04-23 14:49:24 +02:00
_meta.py Fix encrypting to filenames and/or file-like objects. 2014-08-02 03:33:55 +00:00
_parsers.py Ignore PROGRESS messages during verify operation 2014-09-30 20:50:40 -05:00
_trust.py WIP fixing serveral Python 3 tests for #16 2014-03-30 19:53:45 -04:00
_util.py Continue search for a usable binary if entries are symlinks 2014-09-30 20:50:46 -05:00
_version.py
copyleft.py
gnupg.py Merge remote-tracking branch 'zigg/fix/py3k-tests' into develop 2014-06-04 20:30:44 +00:00