aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-05-23python: Fix hook.Justus Winter2-2/+3
2016-05-23python: Move edit callback function.Justus Winter3-45/+48
2016-05-23python: Port more tests.Justus Winter5-2/+188
2016-05-23python: Translate list of strings.Justus Winter1-0/+34
2016-05-19python: Improve progress callbacks.Justus Winter3-6/+54
2016-05-19python: Robust exception handling in callbacks.Justus Winter6-13/+187
2016-05-19python: Add more tests.Justus Winter6-8/+157
2016-05-19python: More type conversion fixes.Justus Winter1-2/+24
2016-05-19python: Fix import.Justus Winter1-1/+4