aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/pyme (follow)
Commit message (Expand)AuthorAgeFilesLines
* python: Make result wrapping backwards compatible.Justus Winter2016-07-111-5/+4
* python: Improve autmatically generated docstrings.Justus Winter2016-06-161-8/+11
* python: Make result objects more robust.Justus Winter2016-06-161-0/+116
* python: Simplify wrapping glue.Justus Winter2016-06-161-21/+20
* python: Rework callbacks.Justus Winter2016-06-161-47/+17
* python: Add properties to wrapped object.Justus Winter2016-06-161-6/+82
* python: Improve the documentation.Justus Winter2016-06-162-52/+84
* python: Get version information from the build system.Justus Winter2016-06-162-42/+62
* python: Implement the context manager protocol.Justus Winter2016-06-081-2/+15
* python: Initialize GPGME for the user.Justus Winter2016-06-061-0/+6
* python: Drop obsolete VCS keywords.Justus Winter2016-06-0621-21/+0
* python: Port more tests.Justus Winter2016-05-271-5/+6
* python: Implement data callbacks.Justus Winter2016-05-271-19/+42
* python: Fix object deallocation.Justus Winter2016-05-271-11/+10
* python: Fix reading data from existing files.Justus Winter2016-05-271-15/+18
* python: Improve and test Context.wait.Justus Winter2016-05-241-12/+6
* python: Make all GnuPG errors available.Justus Winter2016-05-241-2/+3
* python: Move the base wrapper class.Justus Winter2016-05-242-79/+77
* python: Support status callbacks.Justus Winter2016-05-241-0/+32
* python: Improve docstring.Justus Winter2016-05-241-4/+9
* python: Improve support for edit callbacks.Justus Winter2016-05-241-2/+9
* python: Improve progress callbacks.Justus Winter2016-05-191-2/+2
* python: Robust exception handling in callbacks.Justus Winter2016-05-192-8/+18
* Merge branch 'justus/pyme3'Justus Winter2016-05-172-2/+0
* python: Clean up examples.Justus Winter2016-05-171-2/+4
* python: Import GPGMEError.Justus Winter2016-05-171-1/+1
* python: Share generated methods between objects.justus/pyme3Justus Winter2016-05-121-10/+16
* python: Raise exceptions on write errors.Justus Winter2016-05-122-1/+8
* python: Fix writing to data buffers.Justus Winter2016-05-121-2/+4
* python: Cache generated wrapper functions.Justus Winter2016-05-121-3/+6
* python: Fix function invocation.Justus Winter2016-05-121-1/+1
* python: Fix name of exception, make slot methods explicit.Justus Winter2016-05-121-1/+18
* python: Handle interpreter shutdown.Justus Winter2016-05-121-8/+22
* python: Fix type translation.Justus Winter2016-05-121-5/+6
* python: Delete trailing whitespace.Justus Winter2016-05-104-18/+18
* python: Rename bindings.Justus Winter2016-05-1021-0/+1047