aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/examples/simple.py (unfollow)
Commit message (Expand)AuthorFilesLines
2016-06-14core: Make sure FD_SET is not used with an out of range fd.Werner Koch1-0/+12
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: Make Python detection more robust.Justus Winter2-2/+11
2016-06-01python: Improve build system integration, fix warnings.Justus Winter2-3/+7
2016-06-01Cpp: Use whitelist for status messagesAndre Heinecke1-12/+8
2016-06-01Qt: Fix debug output in t-ownertrustAndre Heinecke1-1/+3
2016-06-01tests: Fix notation tests.Justus Winter2-6/+5
2016-06-01core: Set notation flags for verify.Werner Koch5-10/+60
2016-05-31python: use GPG_ERROR_CONFIG variableTobias Mueller1-1/+1
2016-05-31python: Port more tests.Justus Winter5-5/+280
2016-05-31build: Fix URL.Justus Winter1-1/+1
2016-05-27Speedup closing of fds before exec.Werner Koch1-7/+47
2016-05-27python: Port more tests.Justus Winter7-7/+155
2016-05-27src: Fix typo.Justus Winter1-1/+1
2016-05-27tests: Fix test.Justus Winter1-1/+1
2016-05-27python: Implement data callbacks.Justus Winter6-21/+405
2016-05-27python: Fix object deallocation.Justus Winter2-14/+29
2016-05-27Improve comments.Justus Winter1-4/+6
2016-05-27python: Fix reading data from existing files.Justus Winter2-16/+51
2016-05-25src: Fix trace string.Justus Winter1-1/+1
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-24Qt: Fix test build with clangAndre Heinecke1-1/+1
2016-05-24Cpp: Set -std=c++11 also if CXXCPP is already setAndre Heinecke1-6/+2
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-21api: Return Tofu info for signatures.Werner Koch5-2/+306
2016-05-21api: Add new context flag "raw-description".Werner Koch3-2/+22
2016-05-21core: New functions to help parsing of status lines.Werner Koch2-0/+56
2016-05-20Qt: Add test for changeownertrustAndre Heinecke2-3/+109
2016-05-20Cpp: Ignore STATUS_KEY_CONSIDERED when editingAndre Heinecke1-0/+1
2016-05-19api: Add new function gpgme_set_ctx_flag.Werner Koch23-54/+225
2016-05-19api: Remove arbitrary restriction from gpgme_op_verify.Werner Koch1-2/+0