aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* python: Use one copy of the source tree per Python version.Justus Winter2017-02-131-1/+3
* python: Ensure quick-random is used if gpg is gpg2Andre Heinecke2017-01-261-0/+2
* python: default op_keylist_start parameters.Tobias Mueller2017-01-251-0/+12
* python: Improve compatibility with Scheme tests.Justus Winter2017-01-031-0/+2
* python: Add a switch '--quiet' to the test runner.Justus Winter2017-01-031-5/+12
* python: Try to be more helpful when given a string to encrypt().Tobias Mueller2016-12-051-0/+15
* python: Check "buffer" when writing to sys.stdout for python2 compat.Tobias Mueller2016-12-011-1/+5
* python: Fix removing the TOFU database.Justus Winter2016-11-251-1/+1
* tests,python: Atomic directory creationAlon Bar-Lev2016-11-111-1/+1
* python: Use vanity modules for constants in tests and examples.Justus Winter2016-10-3121-74/+74
* python: Import the topmost module in tests and examples.Justus Winter2016-10-3121-217/+208
* python: Rename Python module from PyME to gpg.Daniel Kahn Gillmor2016-10-3124-63/+63
* python: Make 'get_key' more idiomatic.Justus Winter2016-10-132-0/+24
* tests: Fix blunder.Justus Winter2016-09-271-1/+1
* tests: Fix check for gpg versions not reporting the critical flag.Justus Winter2016-09-271-0/+1
* tests: Make "make -j distcheck" work in Python.Werner Koch2016-09-201-10/+8
* tests: Use --batch for gpg import.Werner Koch2016-09-201-3/+3
* python: Adapt to 'gpgme_op_interact'.Justus Winter2016-09-161-2/+9
* python: Build for both Python2 and Python3.Justus Winter2016-09-142-4/+109
* python: Import from __future__ to align behavior of Python 2.7.Justus Winter2016-09-1424-0/+72
* python: Use more generic shebang.Justus Winter2016-09-1424-24/+24
* python: Handle slight differences between Python 2 and 3.Justus Winter2016-09-133-16/+25
* tests: Make signature notation test compatible with older GnuPGs.Justus Winter2016-09-121-1/+10
* Prepend LD_LIBRARY_PATH for python testsAndre Heinecke2016-08-081-1/+1
* python: Add a nicer interface to list keys.Justus Winter2016-08-031-1/+1
* python: Drop superfluous imports and trim public interface.Justus Winter2016-07-284-5/+1
* python: Support the Assuan engine.Justus Winter2016-07-282-1/+68
* python: Add an idiomatic interface.Justus Winter2016-07-1515-44/+385
* python: Fix test.Justus Winter2016-07-141-13/+5
* python: Port more tests.Justus Winter2016-07-124-4/+331
* python: Fix distcheck.Justus Winter2016-07-073-4/+51
* python: Wrap objects implementing the buffer protocol.Justus Winter2016-06-161-8/+27
* python: Implement the context manager protocol.Justus Winter2016-06-081-5/+14
* python: Wrap file-like objects on demand.Justus Winter2016-06-062-1/+49
* python: Initialize GPGME for the user.Justus Winter2016-06-061-1/+0
* python: Fix test suite with GnuPG prior to 2.1.12.Justus Winter2016-06-011-1/+2
* tests: Fix notation tests.Justus Winter2016-06-011-3/+2
* python: Port more tests.Justus Winter2016-05-314-0/+249
* python: Port more tests.Justus Winter2016-05-276-2/+149
* python: Implement data callbacks.Justus Winter2016-05-272-0/+112
* python: Fix reading data from existing files.Justus Winter2016-05-271-1/+33
* python: Improve and test Context.wait.Justus Winter2016-05-242-1/+44
* python: Support status callbacks.Justus Winter2016-05-241-0/+35
* python: Improve support for edit callbacks.Justus Winter2016-05-243-1/+97
* python: Fix hook.Justus Winter2016-05-231-1/+2
* python: Port more tests.Justus Winter2016-05-235-2/+188
* python: Improve progress callbacks.Justus Winter2016-05-191-0/+38
* python: Robust exception handling in callbacks.Justus Winter2016-05-192-0/+78
* python: Add more tests.Justus Winter2016-05-196-8/+157
* python: Port more tests.Justus Winter2016-05-174-1/+166