aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python (follow)
Commit message (Expand)AuthorAgeFilesLines
* python: Do not depend on access to internal data structures.Justus Winter2016-07-112-45/+76
* python: Make result wrapping backwards compatible.Justus Winter2016-07-111-5/+4
* python: Fix raising stashed exceptions.Justus Winter2016-07-081-1/+7
* python: Fix distcheck.Justus Winter2016-07-075-23/+68
* python: Improve autmatically generated docstrings.Justus Winter2016-06-162-10/+23
* python: Make result objects more robust.Justus Winter2016-06-164-4/+224
* python: Avoid creating SWIG proxy classes.Justus Winter2016-06-162-2/+2
* python: Simplify wrapping glue.Justus Winter2016-06-162-23/+22
* python: Rework callbacks.Justus Winter2016-06-164-89/+171
* python: Wrap objects implementing the buffer protocol.Justus Winter2016-06-165-63/+179
* python: Add properties to wrapped object.Justus Winter2016-06-161-6/+82
* python: Improve the documentation.Justus Winter2016-06-165-102/+148
* python: Get version information from the build system.Justus Winter2016-06-164-58/+72
* python: Fix exception leak.Justus Winter2016-06-161-0/+1
* python: Fix license.Justus Winter2016-06-161-3/+3
* python: Improve error handling.Justus Winter2016-06-081-6/+23
* python: Add function to raise exceptions from c.Justus Winter2016-06-081-0/+20
* python: Fix stripping deprecated functionality.Justus Winter2016-06-082-3/+8
* python: Fix type.Justus Winter2016-06-081-2/+12
* python: Implement the context manager protocol.Justus Winter2016-06-082-7/+29
* python: Fix error handling.Justus Winter2016-06-071-3/+4
* python: Wrap file-like objects on demand.Justus Winter2016-06-065-3/+127
* python: Move helper function.Justus Winter2016-06-063-31/+38
* python: Fix error handling.Justus Winter2016-06-061-8/+1
* python: Initialize GPGME for the user.Justus Winter2016-06-062-1/+6
* python: Drop obsolete VCS keywords.Justus Winter2016-06-0636-36/+0
* python: Fix test suite with GnuPG prior to 2.1.12.Justus Winter2016-06-011-1/+2
* python: Improve build system integration, fix warnings.Justus Winter2016-06-012-3/+7
* tests: Fix notation tests.Justus Winter2016-06-011-3/+2
* python: use GPG_ERROR_CONFIG variableTobias Mueller2016-05-311-1/+1
* python: Port more tests.Justus Winter2016-05-315-5/+280
* python: Port more tests.Justus Winter2016-05-277-7/+155
* python: Implement data callbacks.Justus Winter2016-05-276-21/+405
* python: Fix object deallocation.Justus Winter2016-05-272-14/+29
* python: Fix reading data from existing files.Justus Winter2016-05-272-16/+51
* python: Improve and test Context.wait.Justus Winter2016-05-243-13/+50
* python: Make all GnuPG errors available.Justus Winter2016-05-243-5/+12
* python: Move the base wrapper class.Justus Winter2016-05-242-79/+77
* python: Support status callbacks.Justus Winter2016-05-244-0/+134
* python: Improve docstring.Justus Winter2016-05-241-4/+9
* python: Improve support for edit callbacks.Justus Winter2016-05-245-7/+114
* python: Fix hook.Justus Winter2016-05-232-2/+3
* python: Move edit callback function.Justus Winter2016-05-233-45/+48
* python: Port more tests.Justus Winter2016-05-235-2/+188
* python: Translate list of strings.Justus Winter2016-05-231-0/+34
* python: Improve progress callbacks.Justus Winter2016-05-193-6/+54
* python: Robust exception handling in callbacks.Justus Winter2016-05-196-13/+187
* python: Add more tests.Justus Winter2016-05-196-8/+157
* python: More type conversion fixes.Justus Winter2016-05-191-2/+24
* python: Fix import.Justus Winter2016-05-191-1/+4