aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-06-06python: Fix error handling.Justus Winter1-8/+1
2016-06-06python: Initialize GPGME for the user.Justus Winter2-1/+6
2016-06-06python: Drop obsolete VCS keywords.Justus Winter36-36/+0
2016-06-01python: Fix test suite with GnuPG prior to 2.1.12.Justus Winter1-1/+2
2016-06-01python: Improve build system integration, fix warnings.Justus Winter2-3/+7
2016-06-01tests: Fix notation tests.Justus Winter1-3/+2
2016-05-31python: use GPG_ERROR_CONFIG variableTobias Mueller1-1/+1
2016-05-31python: Port more tests.Justus Winter5-5/+280
2016-05-27python: Port more tests.Justus Winter7-7/+155
2016-05-27python: Implement data callbacks.Justus Winter6-21/+405
2016-05-27python: Fix object deallocation.Justus Winter2-14/+29
2016-05-27python: Fix reading data from existing files.Justus Winter2-16/+51
2016-05-24python: Improve and test Context.wait.Justus Winter3-13/+50
2016-05-24python: Make all GnuPG errors available.Justus Winter3-5/+12
2016-05-24python: Move the base wrapper class.Justus Winter2-79/+77
2016-05-24python: Support status callbacks.Justus Winter4-0/+134
2016-05-24python: Improve docstring.Justus Winter1-4/+9
2016-05-24python: Improve support for edit callbacks.Justus Winter5-7/+114