aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/tests/t-callbacks.py (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-30python: Fix skipping tests if running with GnuPG < 2.1.12.Justus Winter1-2/+1
2017-03-20python: Skip tests if GnuPG is too old.Justus Winter1-0/+2
2017-03-20python: Remove superfluous initialization.Justus Winter1-2/+0
2016-10-31python: Use vanity modules for constants in tests and examples.Justus Winter1-1/+1
2016-10-31python: Import the topmost module in tests and examples.Justus Winter1-28/+28
2016-10-31python: Rename Python module from PyME to gpg.Daniel Kahn Gillmor1-2/+2
2016-09-14python: Import from __future__ to align behavior of Python 2.7.Justus Winter1-0/+3
2016-09-14python: Use more generic shebang.Justus Winter1-1/+1
2016-05-27python: Implement data callbacks.Justus Winter1-0/+71
2016-05-24python: Support status callbacks.Justus Winter1-0/+35
2016-05-24python: Improve support for edit callbacks.Justus Winter1-0/+33
2016-05-23python: Fix hook.Justus Winter1-1/+2
2016-05-23python: Port more tests.Justus Winter1-1/+0
2016-05-19python: Improve progress callbacks.Justus Winter1-0/+38
2016-05-19python: Robust exception handling in callbacks.Justus Winter1-0/+77