aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/gpgme.i (unfollow)
Commit message (Expand)AuthorFilesLines
2017-12-04python: Default whence argument for Data() to SEEK_SET.Tobias Mueller1-0/+5
2017-03-21python: Wrap 'gpgme_op_keylist_from_data_start'.Justus Winter1-1/+1
2017-02-17python: Support manipulating the TOFU policy.Justus Winter1-0/+4
2017-02-16python: Fix error handling.Justus Winter1-1/+6
2017-02-14python: Wrap utility functions.Justus Winter1-0/+2
2017-02-14python: Use the correct function to free buffers.Justus Winter1-1/+1
2017-02-14python: Nicer repr for user ids.Justus Winter1-0/+4
2017-02-14python: Extend SWIG gpgme_{sub,}key with a __repr__ method.Tobias Mueller1-0/+27
2017-02-14python: Call SWIG_NewPointerObj rather than SWIG_Python_NewPointerObj.Tobias Mueller1-1/+11
2017-01-25python: default op_keylist_start parameters.Tobias Mueller1-0/+9
2016-12-05python: Define a macro for wrapping fragile result objects.Tobias Mueller1-57/+12
2016-10-31python: Rename Python module from PyME to gpg.Daniel Kahn Gillmor1-16/+16
2016-09-30python: Link 'data.h' and 'config.h' into the builddir.Alon Bar-Lev1-1/+1
2016-09-26python: Get rid of the last C++-style comments.Justus Winter1-7/+7
2016-09-26python: Correctly translate to size_t.Justus Winter1-7/+22
2016-09-26python: Correctly translate off_t.Justus Winter1-5/+34
2016-09-26python: Include 'config.h'.Justus Winter1-0/+8
2016-09-16python: Adapt to 'gpgme_op_interact'.Justus Winter1-5/+5
2016-09-14python: Improve error handling.Justus Winter1-2/+12
2016-09-12python: Make type translation compatible with Python 2.7.Justus Winter1-9/+44
2016-07-28python: Rename compiled SWIG module.Justus Winter1-1/+1
2016-07-28python: Rename private functions.Justus Winter1-14/+14
2016-07-28python: Support the Assuan engine.Justus Winter1-0/+54
2016-07-28python: Improve engine information handling.Justus Winter1-1/+21
2016-07-28python: Expose less functions to the Python world.Justus Winter1-0/+4
2016-07-11python: Do not depend on access to internal data structures.Justus Winter1-45/+75
2016-06-16python: Improve autmatically generated docstrings.Justus Winter1-2/+12
2016-06-16python: Make result objects more robust.Justus Winter1-4/+74
2016-06-16python: Avoid creating SWIG proxy classes.Justus Winter1-1/+1
2016-06-16python: Rework callbacks.Justus Winter1-6/+19
2016-06-16python: Wrap objects implementing the buffer protocol.Justus Winter1-7/+91
2016-06-08python: Fix type.Justus Winter1-2/+12
2016-06-07python: Fix error handling.Justus Winter1-3/+4
2016-06-06python: Wrap file-like objects on demand.Justus Winter1-2/+11
2016-06-06python: Move helper function.Justus Winter1-31/+0
2016-06-06python: Fix error handling.Justus Winter1-8/+1
2016-06-06python: Drop obsolete VCS keywords.Justus Winter1-1/+0
2016-05-31python: Port more tests.Justus Winter1-5/+31
2016-05-27python: Implement data callbacks.Justus Winter1-2/+5
2016-05-24python: Make all GnuPG errors available.Justus Winter1-1/+1
2016-05-23python: Move edit callback function.Justus Winter1-45/+0
2016-05-23python: Translate list of strings.Justus Winter1-0/+34
2016-05-12python: Fix writing to data buffers.Justus Winter1-0/+17
2016-05-12python: Fix type translation.Justus Winter1-19/+32
2016-05-10python: Delete trailing whitespace.Justus Winter1-2/+2
2016-05-10python: Rename bindings.Justus Winter1-0/+0
2015-05-05Python 3 port of PyMEBen McGinnes1-0/+267