Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python: Import from __future__ to align behavior of Python 2.7. | Justus Winter | 2016-09-14 | 1 | -0/+3 |
| | | | | | -- Signed-off-by: Justus Winter <[email protected]> | ||||
* | python: Use more generic shebang. | Justus Winter | 2016-09-14 | 1 | -1/+1 |
| | | | | | -- Signed-off-by: Justus Winter <[email protected]> | ||||
* | python: Improve and test Context.wait. | Justus Winter | 2016-05-24 | 1 | -0/+42 |
* lang/python/pyme/core.py (Context.wait): Improve docstring. As the context passed to 'gpgme_wait' is never NULL, it is pointless to look at the returned context. Always raise exceptions. * lang/python/tests/Makefile.am (pytests): Add new test. * lang/python/tests/t-wait.py: New file. Signed-off-by: Justus Winter <[email protected]> |