aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/helpers.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* python: Remove Python bindingsIngo Klöcker2025-02-031-1189/+0
* python: Fix wrong use of write.Werner Koch2023-05-231-5/+5
* spelling: fix misspellingsDaniel Kahn Gillmor2018-11-081-1/+1
* python: Fix passphrase callback wrapping.Justus Winter2017-02-161-1/+15
* python: Try to be more helpful when given a string to encrypt().Tobias Mueller2016-12-051-2/+4
* python: Rename Python module from PyME to gpg.Daniel Kahn Gillmor2016-10-311-62/+62
* python: Include 'config.h'.Justus Winter2016-09-261-0/+4
* python: Release the GIL during calls into GPGME.Justus Winter2016-09-161-0/+37
* python: Adapt to 'gpgme_op_interact'.Justus Winter2016-09-161-4/+19
* python: Handle slight differences between Python 2 and 3.Justus Winter2016-09-131-14/+22
* python: Fix types and error handling.Justus Winter2016-09-131-11/+26
* python: Make type translation compatible with Python 2.7.Justus Winter2016-09-121-4/+34
* python: Add a flag identifying in-tree builds.Justus Winter2016-08-021-0/+9
* python: Rename exported functions.Justus Winter2016-07-281-7/+7
* python: Rename private functions.Justus Winter2016-07-281-47/+47
* python: Support the Assuan engine.Justus Winter2016-07-281-0/+116
* python: Expose less functions to the Python world.Justus Winter2016-07-281-0/+2
* python: Do not depend on access to internal data structures.Justus Winter2016-07-111-0/+1
* python: Fix raising stashed exceptions.Justus Winter2016-07-081-1/+7
* python: Make result objects more robust.Justus Winter2016-06-161-0/+32
* python: Simplify wrapping glue.Justus Winter2016-06-161-2/+2
* python: Rework callbacks.Justus Winter2016-06-161-27/+129
* python: Wrap objects implementing the buffer protocol.Justus Winter2016-06-161-46/+54
* python: Fix exception leak.Justus Winter2016-06-161-0/+1
* python: Improve error handling.Justus Winter2016-06-081-6/+23
* python: Add function to raise exceptions from c.Justus Winter2016-06-081-0/+20
* python: Wrap file-like objects on demand.Justus Winter2016-06-061-0/+65
* python: Move helper function.Justus Winter2016-06-061-0/+36
* python: Drop obsolete VCS keywords.Justus Winter2016-06-061-1/+0
* python: Improve build system integration, fix warnings.Justus Winter2016-06-011-2/+6
* python: Implement data callbacks.Justus Winter2016-05-271-0/+242
* python: Fix object deallocation.Justus Winter2016-05-271-3/+19
* python: Support status callbacks.Justus Winter2016-05-241-0/+65
* python: Improve support for edit callbacks.Justus Winter2016-05-241-4/+8
* python: Fix hook.Justus Winter2016-05-231-1/+1
* python: Move edit callback function.Justus Winter2016-05-231-0/+45
* python: Improve progress callbacks.Justus Winter2016-05-191-4/+14
* python: Robust exception handling in callbacks.Justus Winter2016-05-191-5/+90
* python: More type conversion fixes.Justus Winter2016-05-191-2/+24
* python: Fix import.Justus Winter2016-05-191-1/+4
* python: Delete trailing whitespace.Justus Winter2016-05-101-3/+3
* python: Rename bindings.Justus Winter2016-05-101-0/+154