aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python (unfollow)
Commit message (Expand)AuthorFilesLines
2017-02-14python: Remove the -builtin flag for SWIG.Tobias Mueller1-1/+1
2017-02-14python: Call SWIG_NewPointerObj rather than SWIG_Python_NewPointerObj.Tobias Mueller1-1/+11
2017-02-14python: Conditionally provide py3 argument to SWIGTobias Mueller1-2/+3
2017-02-13python: Use one copy of the source tree per Python version.Justus Winter2-17/+24
2017-01-26python: Ensure quick-random is used if gpg is gpg2Andre Heinecke1-0/+2
2017-01-25python: default op_keylist_start parameters.Tobias Mueller2-0/+21
2017-01-03python: Improve compatibility with Scheme tests.Justus Winter1-0/+2
2017-01-03python: Add a switch '--quiet' to the test runner.Justus Winter1-5/+12
2016-12-05python: Try to be more helpful when given a string to encrypt().Tobias Mueller2-2/+19
2016-12-05python: Define a macro for wrapping fragile result objects.Tobias Mueller1-57/+12
2016-12-01python: Check "buffer" when writing to sys.stdout for python2 compat.Tobias Mueller1-1/+5
2016-12-01python: Make Context have a repr method.Tobias Mueller1-0/+8
2016-12-01python: Make Results have a nicer __repr__.Tobias Mueller1-3/+3
2016-11-25python: Fix removing the TOFU database.Justus Winter2-2/+2
2016-11-25tests: Remove tofu.db.Justus Winter1-1/+1
2016-11-11tests,python: Atomic directory creationAlon Bar-Lev1-1/+1
2016-11-09python: Require at least GPGME 1.7 for out-of-tree builds.Justus Winter1-2/+2
2016-10-31python: Use vanity modules for constants in tests and examples.Justus Winter25-78/+103
2016-10-31python: Import the topmost module in tests and examples.Justus Winter22-225/+215
2016-10-31python: Improve constants module.Justus Winter12-0/+39
2016-10-31python: Rename Python module from PyME to gpg.Daniel Kahn Gillmor67-286/+286
2016-10-14python: Call ln(1) in a portable way.Werner Koch1-2/+2
2016-10-13python: Make 'get_key' more idiomatic.Justus Winter4-4/+52
2016-10-13python: Return public keys by default.Justus Winter3-7/+18
2016-10-13python: Fix example.Justus Winter1-2/+2
2016-09-30python: Link 'data.h' and 'config.h' into the builddir.Alon Bar-Lev3-10/+11
2016-09-30python: Add 'prepare' target.Alon Bar-Lev1-0/+3
2016-09-27tests: Fix blunder.Justus Winter1-1/+1
2016-09-27tests: Fix check for gpg versions not reporting the critical flag.Justus Winter1-0/+1
2016-09-26python: Get rid of the last C++-style comments.Justus Winter1-7/+7
2016-09-26python: Correctly translate to size_t.Justus Winter1-7/+22
2016-09-26python: Correctly translate off_t.Justus Winter1-5/+34
2016-09-26python: Include 'config.h'.Justus Winter5-1/+23
2016-09-21python: Create install dir.Werner Koch1-0/+1
2016-09-20tests: Make "make -j distcheck" work in Python.Werner Koch2-11/+9
2016-09-20tests: Use --batch for gpg import.Werner Koch1-3/+3
2016-09-20tests: Improve portability.Werner Koch1-2/+2
2016-09-19python: Improve metadata and READMEs.Justus Winter2-20/+23
2016-09-16core: Document the version a function has been deprecated.Werner Koch1-1/+1
2016-09-16python: Release the GIL during calls into GPGME.Justus Winter2-7/+45
2016-09-16python: Adapt to 'gpgme_op_interact'.Justus Winter8-38/+296
2016-09-14python: Clarify that we support Python 2.7 too.Justus Winter3-3/+3
2016-09-14python: Trim imports.Justus Winter4-4/+0
2016-09-14python: Improve error handling.Justus Winter1-2/+12
2016-09-14python: Adapt to TOFU changes.Justus Winter1-4/+1
2016-09-14python: Build for both Python2 and Python3.Justus Winter3-9/+122
2016-09-14python: Import from __future__ to align behavior of Python 2.7.Justus Winter59-0/+177
2016-09-14python: Use more generic shebang.Justus Winter38-38/+38
2016-09-13python: Handle slight differences between Python 2 and 3.Justus Winter6-32/+61
2016-09-13python: Fix types and error handling.Justus Winter1-11/+26