aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/pyme (follow)
Commit message (Expand)AuthorAgeFilesLines
* python: Rename Python module from PyME to gpg.Daniel Kahn Gillmor2016-10-3122-2180/+0
* python: Make 'get_key' more idiomatic.Justus Winter2016-10-132-4/+28
* python: Return public keys by default.Justus Winter2016-10-131-5/+16
* python: Adapt to 'gpgme_op_interact'.Justus Winter2016-09-163-13/+257
* python: Clarify that we support Python 2.7 too.Justus Winter2016-09-141-1/+1
* python: Adapt to TOFU changes.Justus Winter2016-09-141-4/+1
* python: Import from __future__ to align behavior of Python 2.7.Justus Winter2016-09-1422-0/+66
* python: Handle slight differences between Python 2 and 3.Justus Winter2016-09-132-2/+14
* python: Avoid Python3-only form of super().Justus Winter2016-09-121-4/+5
* python: Add a nicer interface to list keys.Justus Winter2016-08-031-0/+15
* python: Add a flag identifying in-tree builds.Justus Winter2016-08-021-0/+1
* python: Improve error handling.Justus Winter2016-07-281-8/+18
* python: Drop superfluous imports and trim public interface.Justus Winter2016-07-284-4/+26
* python: Rename compiled SWIG module.Justus Winter2016-07-284-112/+112
* python: Rename exported functions.Justus Winter2016-07-281-15/+15
* python: Support the Assuan engine.Justus Winter2016-07-282-0/+56
* python: Improve engine information handling.Justus Winter2016-07-282-8/+33
* python: Add accessors for the protocol.Justus Winter2016-07-281-0/+11
* python: Make GPGME's version easily accessible.Justus Winter2016-07-151-4/+3
* python: Add an idiomatic interface.Justus Winter2016-07-154-87/+388
* python: Port more tests.Justus Winter2016-07-121-2/+4
* python: Make result wrapping backwards compatible.Justus Winter2016-07-111-5/+4
* python: Improve autmatically generated docstrings.Justus Winter2016-06-161-8/+11
* python: Make result objects more robust.Justus Winter2016-06-161-0/+116
* python: Simplify wrapping glue.Justus Winter2016-06-161-21/+20
* python: Rework callbacks.Justus Winter2016-06-161-47/+17
* python: Add properties to wrapped object.Justus Winter2016-06-161-6/+82
* python: Improve the documentation.Justus Winter2016-06-162-52/+84
* python: Get version information from the build system.Justus Winter2016-06-162-42/+62
* python: Implement the context manager protocol.Justus Winter2016-06-081-2/+15
* python: Initialize GPGME for the user.Justus Winter2016-06-061-0/+6
* python: Drop obsolete VCS keywords.Justus Winter2016-06-0621-21/+0
* python: Port more tests.Justus Winter2016-05-271-5/+6
* python: Implement data callbacks.Justus Winter2016-05-271-19/+42
* python: Fix object deallocation.Justus Winter2016-05-271-11/+10
* python: Fix reading data from existing files.Justus Winter2016-05-271-15/+18
* python: Improve and test Context.wait.Justus Winter2016-05-241-12/+6
* python: Make all GnuPG errors available.Justus Winter2016-05-241-2/+3
* python: Move the base wrapper class.Justus Winter2016-05-242-79/+77
* python: Support status callbacks.Justus Winter2016-05-241-0/+32
* python: Improve docstring.Justus Winter2016-05-241-4/+9
* python: Improve support for edit callbacks.Justus Winter2016-05-241-2/+9
* python: Improve progress callbacks.Justus Winter2016-05-191-2/+2
* python: Robust exception handling in callbacks.Justus Winter2016-05-192-8/+18
* Merge branch 'justus/pyme3'Justus Winter2016-05-172-2/+0
* python: Clean up examples.Justus Winter2016-05-171-2/+4
* python: Import GPGMEError.Justus Winter2016-05-171-1/+1
* python: Share generated methods between objects.justus/pyme3Justus Winter2016-05-121-10/+16
* python: Raise exceptions on write errors.Justus Winter2016-05-122-1/+8
* python: Fix writing to data buffers.Justus Winter2016-05-121-2/+4