aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* python: Avoid Python3-only form of super().Justus Winter2016-09-121-4/+5
* python: Make type translation compatible with Python 2.7.Justus Winter2016-09-122-13/+78
* python: Avoid hardcoding the interpreter.Justus Winter2016-09-121-2/+2
* python: Do not rely on subprocess.DEVNULL.Justus Winter2016-09-121-2/+7
* tests: Make signature notation test compatible with older GnuPGs.Justus Winter2016-09-121-1/+10
* Prepend LD_LIBRARY_PATH for python testsAndre Heinecke2016-08-081-1/+1
* python: Clean up and modernize examples.Justus Winter2016-08-0514-500/+360
* python: Add a nicer interface to list keys.Justus Winter2016-08-032-1/+16
* python: Add a flag identifying in-tree builds.Justus Winter2016-08-024-1/+24
* python: Fix build system integration.Justus Winter2016-08-021-3/+17
* python: Fix out-of-tree build.Justus Winter2016-07-281-1/+1
* python: Improve error handling.Justus Winter2016-07-281-8/+18
* python: Drop superfluous imports and trim public interface.Justus Winter2016-07-288-9/+27
* python: Rename compiled SWIG module.Justus Winter2016-07-287-115/+115
* python: Rename exported functions.Justus Winter2016-07-283-28/+28
* python: Rename private functions.Justus Winter2016-07-284-72/+77
* python: Support the Assuan engine.Justus Winter2016-07-287-1/+302
* python: Improve engine information handling.Justus Winter2016-07-283-9/+54
* python: Add accessors for the protocol.Justus Winter2016-07-281-0/+11
* python: Expose less functions to the Python world.Justus Winter2016-07-285-15/+46
* python: Make GPGME's version easily accessible.Justus Winter2016-07-151-4/+3
* python: Add an idiomatic interface.Justus Winter2016-07-1519-131/+773
* python: Fix test.Justus Winter2016-07-141-13/+5
* python: Drop bad category.Justus Winter2016-07-141-1/+0
* python: Port more tests.Justus Winter2016-07-125-6/+335
* python: Improve python packaging.Justus Winter2016-07-122-3/+26
* python: Fix distcheck.Justus Winter2016-07-111-0/+2
* python: Enable out-of-tree build of pyme bindings.Justus Winter2016-07-114-29/+99
* python: Do not depend on access to internal data structures.Justus Winter2016-07-112-45/+76
* python: Make result wrapping backwards compatible.Justus Winter2016-07-111-5/+4
* python: Fix raising stashed exceptions.Justus Winter2016-07-081-1/+7
* python: Fix distcheck.Justus Winter2016-07-075-23/+68
* python: Improve autmatically generated docstrings.Justus Winter2016-06-162-10/+23
* python: Make result objects more robust.Justus Winter2016-06-164-4/+224
* python: Avoid creating SWIG proxy classes.Justus Winter2016-06-162-2/+2
* python: Simplify wrapping glue.Justus Winter2016-06-162-23/+22
* python: Rework callbacks.Justus Winter2016-06-164-89/+171
* python: Wrap objects implementing the buffer protocol.Justus Winter2016-06-165-63/+179
* python: Add properties to wrapped object.Justus Winter2016-06-161-6/+82
* python: Improve the documentation.Justus Winter2016-06-165-102/+148
* python: Get version information from the build system.Justus Winter2016-06-164-58/+72
* python: Fix exception leak.Justus Winter2016-06-161-0/+1
* python: Fix license.Justus Winter2016-06-161-3/+3
* 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: Fix stripping deprecated functionality.Justus Winter2016-06-082-3/+8
* python: Fix type.Justus Winter2016-06-081-2/+12
* python: Implement the context manager protocol.Justus Winter2016-06-082-7/+29
* python: Fix error handling.Justus Winter2016-06-071-3/+4
* python: Wrap file-like objects on demand.Justus Winter2016-06-065-3/+127