aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-05-18python: Various fixes.Justus Winter1-1/+1
2016-05-17python: Delete duplicated license texts/Werner Koch2-848/+0
2016-05-17python: Clean up examples.Justus Winter10-43/+46
2016-05-17python: Import GPGMEError.Justus Winter1-1/+1
2016-05-17python: Port more tests.Justus Winter4-1/+166
2016-05-12python: Share generated methods between objects.justus/pyme3Justus Winter2-10/+18
2016-05-12python: Raise exceptions on write errors.Justus Winter2-1/+8
2016-05-12python: Fix writing to data buffers.Justus Winter4-3/+71
2016-05-12python: Add a test suite.Justus Winter3-0/+46
2016-05-12python: Cache generated wrapper functions.Justus Winter1-3/+6
2016-05-12python: Fix function invocation.Justus Winter1-1/+1
2016-05-12python: Fix name of exception, make slot methods explicit.Justus Winter1-1/+18
2016-05-12python: Handle interpreter shutdown.Justus Winter1-8/+22