aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python (follow)
Commit message (Expand)AuthorAgeFilesLines
* python: Link 'data.h' and 'config.h' into the builddir.Alon Bar-Lev2016-09-303-10/+11
* python: Add 'prepare' target.Alon Bar-Lev2016-09-301-0/+3
* tests: Fix blunder.Justus Winter2016-09-271-1/+1
* tests: Fix check for gpg versions not reporting the critical flag.Justus Winter2016-09-271-0/+1
* python: Get rid of the last C++-style comments.Justus Winter2016-09-261-7/+7
* python: Correctly translate to size_t.Justus Winter2016-09-261-7/+22
* python: Correctly translate off_t.Justus Winter2016-09-261-5/+34
* python: Include 'config.h'.Justus Winter2016-09-265-1/+23
* python: Create install dir.Werner Koch2016-09-211-0/+1
* tests: Make "make -j distcheck" work in Python.Werner Koch2016-09-202-11/+9
* tests: Use --batch for gpg import.Werner Koch2016-09-201-3/+3
* tests: Improve portability.Werner Koch2016-09-201-2/+2
* python: Improve metadata and READMEs.Justus Winter2016-09-192-20/+23
* core: Document the version a function has been deprecated.Werner Koch2016-09-161-1/+1
* python: Release the GIL during calls into GPGME.Justus Winter2016-09-162-7/+45
* python: Adapt to 'gpgme_op_interact'.Justus Winter2016-09-168-38/+296
* python: Clarify that we support Python 2.7 too.Justus Winter2016-09-143-3/+3
* python: Trim imports.Justus Winter2016-09-144-4/+0
* python: Improve error handling.Justus Winter2016-09-141-2/+12
* python: Adapt to TOFU changes.Justus Winter2016-09-141-4/+1
* python: Build for both Python2 and Python3.Justus Winter2016-09-143-9/+122
* python: Import from __future__ to align behavior of Python 2.7.Justus Winter2016-09-1459-0/+177
* python: Use more generic shebang.Justus Winter2016-09-1438-38/+38
* python: Handle slight differences between Python 2 and 3.Justus Winter2016-09-136-32/+61
* python: Fix types and error handling.Justus Winter2016-09-131-11/+26
* 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