aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/tests (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-27tests: Fix blunder.Justus Winter1-1/+1
2016-09-27tests: Fix check for gpg versions not reporting the critical flag.Justus Winter1-0/+1
2016-09-20tests: Make "make -j distcheck" work in Python.Werner Koch1-10/+8
2016-09-20tests: Use --batch for gpg import.Werner Koch1-3/+3
2016-09-16python: Adapt to 'gpgme_op_interact'.Justus Winter1-2/+9
2016-09-14python: Build for both Python2 and Python3.Justus Winter2-4/+109
2016-09-14python: Import from __future__ to align behavior of Python 2.7.Justus Winter24-0/+72
2016-09-14python: Use more generic shebang.Justus Winter24-24/+24
2016-09-13python: Handle slight differences between Python 2 and 3.Justus Winter3-16/+25
2016-09-12tests: Make signature notation test compatible with older GnuPGs.Justus Winter1-1/+10
2016-08-08Prepend LD_LIBRARY_PATH for python testsAndre Heinecke1-1/+1
2016-08-03python: Add a nicer interface to list keys.Justus Winter1-1/+1
2016-07-28python: Drop superfluous imports and trim public interface.Justus Winter4-5/+1
2016-07-28python: Support the Assuan engine.Justus Winter2-1/+68
2016-07-15python: Add an idiomatic interface.Justus Winter15-44/+385
2016-07-14python: Fix test.Justus Winter1-13/+5
2016-07-12python: Port more tests.Justus Winter4-4/+331
2016-07-07python: Fix distcheck.Justus Winter3-4/+51
2016-06-16python: Wrap objects implementing the buffer protocol.Justus Winter1-8/+27
2016-06-08python: Implement the context manager protocol.Justus Winter1-5/+14
2016-06-06python: Wrap file-like objects on demand.Justus Winter2-1/+49
2016-06-06python: Initialize GPGME for the user.Justus Winter1-1/+0
2016-06-01python: Fix test suite with GnuPG prior to 2.1.12.Justus Winter1-1/+2
2016-06-01tests: Fix notation tests.Justus Winter1-3/+2
2016-05-31python: Port more tests.Justus Winter4-0/+249
2016-05-27python: Port more tests.Justus Winter6-2/+149
2016-05-27python: Implement data callbacks.Justus Winter2-0/+112
2016-05-27python: Fix reading data from existing files.Justus Winter1-1/+33
2016-05-24python: Improve and test Context.wait.Justus Winter2-1/+44
2016-05-24python: Support status callbacks.Justus Winter1-0/+35
2016-05-24python: Improve support for edit callbacks.Justus Winter3-1/+97
2016-05-23python: Fix hook.Justus Winter1-1/+2
2016-05-23python: Port more tests.Justus Winter5-2/+188
2016-05-19python: Improve progress callbacks.Justus Winter1-0/+38
2016-05-19python: Robust exception handling in callbacks.Justus Winter2-0/+78
2016-05-19python: Add more tests.Justus Winter6-8/+157
2016-05-17python: Port more tests.Justus Winter4-1/+166
2016-05-12python: Share generated methods between objects.justus/pyme3Justus Winter1-0/+2
2016-05-12python: Fix writing to data buffers.Justus Winter2-1/+50
2016-05-12python: Add a test suite.Justus Winter2-0/+45