aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-12python: Make type translation compatible with Python 2.7.Justus Winter2-13/+78
2016-09-12python: Avoid hardcoding the interpreter.Justus Winter1-2/+2
2016-09-12python: Do not rely on subprocess.DEVNULL.Justus Winter1-2/+7
2016-09-12tests: Make signature notation test compatible with older GnuPGs.Justus Winter1-1/+10
2016-08-08Prepend LD_LIBRARY_PATH for python testsAndre Heinecke1-1/+1
2016-08-05python: Clean up and modernize examples.Justus Winter14-500/+360
2016-08-03python: Add a nicer interface to list keys.Justus Winter2-1/+16
2016-08-02python: Add a flag identifying in-tree builds.Justus Winter4-1/+24
2016-08-02python: Fix build system integration.Justus Winter1-3/+17
2016-07-28python: Fix out-of-tree build.Justus Winter1-1/+1
2016-07-28python: Improve error handling.Justus Winter1-8/+18
2016-07-28python: Drop superfluous imports and trim public interface.Justus Winter8-9/+27
2016-07-28python: Rename compiled SWIG module.Justus Winter7-115/+115
2016-07-28python: Rename exported functions.Justus Winter3-28/+28
2016-07-28python: Rename private functions.Justus Winter4-72/+77
2016-07-28python: Support the Assuan engine.Justus Winter7-1/+302
2016-07-28python: Improve engine information handling.Justus Winter3-9/+54
2016-07-28python: Add accessors for the protocol.Justus Winter1-0/+11
2016-07-28python: Expose less functions to the Python world.Justus Winter5-15/+46
2016-07-15python: Make GPGME's version easily accessible.Justus Winter1-4/+3
2016-07-15python: Add an idiomatic interface.Justus Winter19-131/+773
2016-07-14python: Fix test.Justus Winter1-13/+5
2016-07-14python: Drop bad category.Justus Winter1-1/+0
2016-07-12python: Port more tests.Justus Winter5-6/+335
2016-07-12python: Improve python packaging.Justus Winter2-3/+26
2016-07-11python: Fix distcheck.Justus Winter1-0/+2
2016-07-11python: Enable out-of-tree build of pyme bindings.Justus Winter4-29/+99
2016-07-11python: Do not depend on access to internal data structures.Justus Winter2-45/+76
2016-07-11python: Make result wrapping backwards compatible.Justus Winter1-5/+4
2016-07-08python: Fix raising stashed exceptions.Justus Winter1-1/+7
2016-07-07python: Fix distcheck.Justus Winter5-23/+68
2016-06-16python: Improve autmatically generated docstrings.Justus Winter2-10/+23
2016-06-16python: Make result objects more robust.Justus Winter4-4/+224
2016-06-16python: Avoid creating SWIG proxy classes.Justus Winter2-2/+2
2016-06-16python: Simplify wrapping glue.Justus Winter2-23/+22
2016-06-16python: Rework callbacks.Justus Winter4-89/+171
2016-06-16python: Wrap objects implementing the buffer protocol.Justus Winter5-63/+179
2016-06-16python: Add properties to wrapped object.Justus Winter1-6/+82
2016-06-16python: Improve the documentation.Justus Winter5-102/+148
2016-06-16python: Get version information from the build system.Justus Winter4-58/+72
2016-06-16python: Fix exception leak.Justus Winter1-0/+1
2016-06-16python: Fix license.Justus Winter1-3/+3
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-08python: Fix stripping deprecated functionality.Justus Winter2-3/+8
2016-06-08python: Fix type.Justus Winter1-2/+12
2016-06-08python: Implement the context manager protocol.Justus Winter2-7/+29
2016-06-07python: Fix error handling.Justus Winter1-3/+4
2016-06-06python: Wrap file-like objects on demand.Justus Winter5-3/+127
2016-06-06python: Move helper function.Justus Winter3-31/+38