aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/helpers.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-02-16python: Fix passphrase callback wrapping.Justus Winter1-1/+15
2016-12-05python: Try to be more helpful when given a string to encrypt().Tobias Mueller1-2/+4
2016-10-31python: Rename Python module from PyME to gpg.Daniel Kahn Gillmor1-62/+62
2016-09-26python: Include 'config.h'.Justus Winter1-0/+4
2016-09-16python: Release the GIL during calls into GPGME.Justus Winter1-0/+37
2016-09-16python: Adapt to 'gpgme_op_interact'.Justus Winter1-4/+19
2016-09-13python: Handle slight differences between Python 2 and 3.Justus Winter1-14/+22
2016-09-13python: Fix types and error handling.Justus Winter1-11/+26
2016-09-12python: Make type translation compatible with Python 2.7.Justus Winter1-4/+34
2016-08-02python: Add a flag identifying in-tree builds.Justus Winter1-0/+9
2016-07-28python: Rename exported functions.Justus Winter1-7/+7
2016-07-28python: Rename private functions.Justus Winter1-47/+47
2016-07-28python: Support the Assuan engine.Justus Winter1-0/+116
2016-07-28python: Expose less functions to the Python world.Justus Winter1-0/+2
2016-07-11python: Do not depend on access to internal data structures.Justus Winter1-0/+1
2016-07-08python: Fix raising stashed exceptions.Justus Winter1-1/+7
2016-06-16python: Make result objects more robust.Justus Winter1-0/+32
2016-06-16python: Simplify wrapping glue.Justus Winter1-2/+2
2016-06-16python: Rework callbacks.Justus Winter1-27/+129
2016-06-16python: Wrap objects implementing the buffer protocol.Justus Winter1-46/+54
2016-06-16python: Fix exception leak.Justus Winter1-0/+1
2016-06-08python: Improve error handling.Justus Winter1-6/+23
2016-06-08python: Add function to raise exceptions from c.Justus Winter1-0/+20
2016-06-06python: Wrap file-like objects on demand.Justus Winter1-0/+65
2016-06-06python: Move helper function.Justus Winter1-0/+36
2016-06-06python: Drop obsolete VCS keywords.Justus Winter1-1/+0
2016-06-01python: Improve build system integration, fix warnings.Justus Winter1-2/+6
2016-05-27python: Implement data callbacks.Justus Winter1-0/+242
2016-05-27python: Fix object deallocation.Justus Winter1-3/+19
2016-05-24python: Support status callbacks.Justus Winter1-0/+65
2016-05-24python: Improve support for edit callbacks.Justus Winter1-4/+8
2016-05-23python: Fix hook.Justus Winter1-1/+1
2016-05-23python: Move edit callback function.Justus Winter1-0/+45
2016-05-19python: Improve progress callbacks.Justus Winter1-4/+14
2016-05-19python: Robust exception handling in callbacks.Justus Winter1-5/+90
2016-05-19python: More type conversion fixes.Justus Winter1-2/+24
2016-05-19python: Fix import.Justus Winter1-1/+4
2016-05-10python: Delete trailing whitespace.Justus Winter1-3/+3
2016-05-10python: Rename bindings.Justus Winter1-0/+0
2015-05-05Python 3 port of PyMEBen McGinnes1-0/+154