aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python (follow)
Commit message (Expand)AuthorAgeFilesLines
* python: Remove the -builtin flag for SWIG.Tobias Mueller2017-02-141-1/+1
* python: Call SWIG_NewPointerObj rather than SWIG_Python_NewPointerObj.Tobias Mueller2017-02-141-1/+11
* python: Conditionally provide py3 argument to SWIGTobias Mueller2017-02-141-2/+3
* python: Use one copy of the source tree per Python version.Justus Winter2017-02-132-17/+24
* python: Ensure quick-random is used if gpg is gpg2Andre Heinecke2017-01-261-0/+2
* python: default op_keylist_start parameters.Tobias Mueller2017-01-252-0/+21
* python: Improve compatibility with Scheme tests.Justus Winter2017-01-031-0/+2
* python: Add a switch '--quiet' to the test runner.Justus Winter2017-01-031-5/+12
* python: Try to be more helpful when given a string to encrypt().Tobias Mueller2016-12-052-2/+19
* python: Define a macro for wrapping fragile result objects.Tobias Mueller2016-12-051-57/+12
* python: Check "buffer" when writing to sys.stdout for python2 compat.Tobias Mueller2016-12-011-1/+5
* python: Make Context have a repr method.Tobias Mueller2016-12-011-0/+8
* python: Make Results have a nicer __repr__.Tobias Mueller2016-12-011-3/+3
* python: Fix removing the TOFU database.Justus Winter2016-11-252-2/+2
* tests: Remove tofu.db.Justus Winter2016-11-251-1/+1
* tests,python: Atomic directory creationAlon Bar-Lev2016-11-111-1/+1
* python: Require at least GPGME 1.7 for out-of-tree builds.Justus Winter2016-11-091-2/+2
* python: Use vanity modules for constants in tests and examples.Justus Winter2016-10-3125-78/+103
* python: Import the topmost module in tests and examples.Justus Winter2016-10-3122-225/+215
* python: Improve constants module.Justus Winter2016-10-3112-0/+39
* python: Rename Python module from PyME to gpg.Daniel Kahn Gillmor2016-10-3167-286/+286
* python: Call ln(1) in a portable way.Werner Koch2016-10-141-2/+2
* python: Make 'get_key' more idiomatic.Justus Winter2016-10-134-4/+52
* python: Return public keys by default.Justus Winter2016-10-133-7/+18
* python: Fix example.Justus Winter2016-10-131-2/+2
* 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