aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python (follow)
Commit message (Expand)AuthorAgeFilesLines
* tests: Use 'gpg-agent --allow-loopback-pinentry' if applicable.Justus Winter2017-03-201-1/+0
* python: Skip tests if GnuPG is too old.Justus Winter2017-03-207-0/+16
* python: Remove superfluous initialization.Justus Winter2017-03-2021-32/+0
* python: Make error message more helpful.Justus Winter2017-03-141-6/+11
* python: Make tests more robust.Justus Winter2017-03-141-11/+10
* python: Improve build system integration.Justus Winter2017-03-141-11/+10
* python: Print path of the Python module used during tests.Justus Winter2017-03-021-0/+3
* python: Fix test.Justus Winter2017-02-201-1/+2
* python: Support manipulating the TOFU policy.Justus Winter2017-02-177-3/+100
* python: Support quick key signing.Justus Winter2017-02-175-3/+190
* python: Fix teardown of ephemeral contexts.Justus Winter2017-02-174-260/+250
* python: Fix using strings as commands in the assuan protocol.Justus Winter2017-02-172-4/+7
* python: Support adding and revoking UIDs.Justus Winter2017-02-163-1/+129
* python: Support quick subkey creation.Justus Winter2017-02-163-1/+195
* python: Support quick key creation.Justus Winter2017-02-166-5/+275
* python: Fix passphrase callback wrapping.Justus Winter2017-02-161-1/+15
* python: Fix error handling.Justus Winter2017-02-161-1/+6
* python: Fix build system integration.Justus Winter2017-02-152-19/+20
* python: Update lists of functions returning gpgme_error_t.Justus Winter2017-02-151-6/+18
* python: Wrap utility functions.Justus Winter2017-02-142-0/+51
* python: Use the correct function to free buffers.Justus Winter2017-02-141-1/+1
* python: Add keylist mode parameter.Justus Winter2017-02-141-2/+5
* python: Nicer repr for user ids.Justus Winter2017-02-141-0/+4
* python: Add convenience functions for the home directory.Justus Winter2017-02-141-2/+12
* python: Extend SWIG gpgme_{sub,}key with a __repr__ method.Tobias Mueller2017-02-141-0/+27
* 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