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