aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/src/core.py (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-13python,doc: Fix typos in documentation and source code commentsIngo Klöcker1-3/+3
2022-08-09python: Don't call __del__ from __exit__ method.NIIBE Yutaka1-2/+2
2022-08-05python: Don't access gpgme with wrapped=None.NIIBE Yutaka1-0/+12
2022-08-05python: Reset passphrase callback correctly.Jasper Spaans1-8/+4
2021-06-24python: Allow returning signatures made by unknown keys in `decrypt`Jasper Spaans1-3/+9
2020-12-03python: Fix key_export*.NIIBE Yutaka1-3/+3
2020-10-27python: Handle the when case __doc__ is None.NIIBE Yutaka1-1/+6
2019-05-06Python, doc: Minor style improvementAndre Heinecke1-8/+9
2019-05-03python: stop raising BadSignatures from decrypt(verify=True)dkg/fix-T4276Daniel Kahn Gillmor1-13/+9
2018-12-05python: overhaul logic of Context.decrypt()Daniel Kahn Gillmor1-33/+35
2018-12-05python: ctx.decrypt() has problematic error handlingDaniel Kahn Gillmor1-0/+4
2018-12-05python: Clarify the meaning of ctx.decrypt(verify=[])Daniel Kahn Gillmor1-1/+4
2018-12-05python: gpg.Context.decrypt verify_sigs and sink_result are boolsDaniel Kahn Gillmor1-5/+5
2018-12-05python: clarify documentation for verify argument for Context.decrypt()Daniel Kahn Gillmor1-1/+2
2018-12-05python: simplify Context.decrypt()Daniel Kahn Gillmor1-27/+2
2018-09-30python bindings: fixing decrypt-verifyBen McGinnes1-5/+6
2018-09-30python bindings: ctx.decryptBen McGinnes1-9/+53
2018-08-30python bindings: estreams fixben/estreams-fixBen McGinnes1-7/+7
2018-08-29python bindings: coreBen McGinnes1-6/+7
2018-08-29python bindings: coreBen McGinnes1-0/+1
2018-08-29python bindings: coreBen McGinnes1-1/+7
2018-08-18Python bindings src: PEP8 complianceBen McGinnes1-1/+2
2018-08-10PEP8 compliance and other code fixesBen McGinnes1-98/+141
2018-07-01python bindings: scheming serpentsBen McGinnes1-69/+17
2018-07-01python bindings: gpg.coreBen McGinnes1-27/+79
2018-06-28whitespace police:Ben McGinnes1-2/+2
2018-06-28python bindings: export secret keysBen McGinnes1-1/+42
2018-06-28python bindings: export public keysBen McGinnes1-6/+18
2018-06-28python bindings: export public keysBen McGinnes1-1/+58
2018-06-17python bindings: core import statementsBen McGinnes1-3/+3
2018-06-17python bindings: core — PEP8 complianceBen McGinnes1-77/+101
2018-06-17python bindings: core - key importgsoc/jacob-key-importBen McGinnes1-9/+37
2018-06-16python bindings: core key importBen McGinnes1-0/+19
2017-07-11python: Improve error handling.Justus Winter1-41/+67
2017-04-07python: simplify build, some fixupsAlon Bar-Lev1-0/+0
2017-03-21python: Wrap 'gpgme_op_keylist_from_data_start'.Justus Winter1-3/+20
2017-02-17python: Support manipulating the TOFU policy.Justus Winter1-0/+12
2017-02-17python: Support quick key signing.Justus Winter1-0/+41
2017-02-17python: Fix using strings as commands in the assuan protocol.Justus Winter1-1/+1
2017-02-16python: Support adding and revoking UIDs.Justus Winter1-0/+24
2017-02-16python: Support quick subkey creation.Justus Winter1-0/+72
2017-02-16python: Support quick key creation.Justus Winter1-1/+79
2017-02-15python: Update lists of functions returning gpgme_error_t.Justus Winter1-6/+18
2017-02-14python: Wrap utility functions.Justus Winter1-0/+49
2017-02-14python: Add keylist mode parameter.Justus Winter1-2/+5
2017-02-14python: Add convenience functions for the home directory.Justus Winter1-2/+12
2016-12-01python: Make Context have a repr method.Tobias Mueller1-0/+8
2016-10-31python: Rename Python module from PyME to gpg.Daniel Kahn Gillmor1-15/+15
2016-10-13python: Make 'get_key' more idiomatic.Justus Winter1-1/+9
2016-10-13python: Return public keys by default.Justus Winter1-5/+16