aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/src/core.py (unfollow)
Commit message (Expand)AuthorFilesLines
2017-07-11python: Improve error handling.Justus Winter1-41/+67
2017-04-07python: simplify build, some fixupsAlon Bar-Lev1-0/+0
2017-03-21python: Wrap 'gpgme_op_keylist_from_data_start'.Justus Winter1-3/+20
2017-02-17python: Support manipulating the TOFU policy.Justus Winter1-0/+12
2017-02-17python: Support quick key signing.Justus Winter1-0/+41
2017-02-17python: Fix using strings as commands in the assuan protocol.Justus Winter1-1/+1
2017-02-16python: Support adding and revoking UIDs.Justus Winter1-0/+24
2017-02-16python: Support quick subkey creation.Justus Winter1-0/+72
2017-02-16python: Support quick key creation.Justus Winter1-1/+79
2017-02-15python: Update lists of functions returning gpgme_error_t.Justus Winter1-6/+18
2017-02-14python: Wrap utility functions.Justus Winter1-0/+49
2017-02-14python: Add keylist mode parameter.Justus Winter1-2/+5
2017-02-14python: Add convenience functions for the home directory.Justus Winter1-2/+12
2016-12-01python: Make Context have a repr method.Tobias Mueller1-0/+8
2016-10-31python: Rename Python module from PyME to gpg.Daniel Kahn Gillmor1-15/+15
2016-10-13python: Make 'get_key' more idiomatic.Justus Winter1-1/+9
2016-10-13python: Return public keys by default.Justus Winter1-5/+16
2016-09-16python: Adapt to 'gpgme_op_interact'.Justus Winter1-11/+48
2016-09-14python: Import from __future__ to align behavior of Python 2.7.Justus Winter1-0/+3
2016-09-13python: Handle slight differences between Python 2 and 3.Justus Winter1-2/+2
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-07-28python: Improve error handling.Justus Winter1-8/+18
2016-07-28python: Rename compiled SWIG module.Justus Winter1-98/+98
2016-07-28python: Rename exported functions.Justus Winter1-15/+15
2016-07-28python: Support the Assuan engine.Justus Winter1-0/+50
2016-07-28python: Improve engine information handling.Justus Winter1-8/+30
2016-07-28python: Add accessors for the protocol.Justus Winter1-0/+11
2016-07-15python: Add an idiomatic interface.Justus Winter1-26/+298
2016-07-12python: Port more tests.Justus Winter1-2/+4
2016-06-16python: Improve autmatically generated docstrings.Justus Winter1-8/+11
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 Winter1-26/+60
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 Winter1-1/+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: Move the base wrapper class.Justus Winter1-1/+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 Winter1-5/+5
2016-05-17python: Import GPGMEError.Justus Winter1-1/+1