aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/src/core.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* python: Remove Python bindingsIngo Klöcker2025-02-031-1795/+0
* python,doc: Fix typos in documentation and source code commentsIngo Klöcker2023-10-131-3/+3
* python: Don't call __del__ from __exit__ method.NIIBE Yutaka2022-08-091-2/+2
* python: Don't access gpgme with wrapped=None.NIIBE Yutaka2022-08-051-0/+12
* python: Reset passphrase callback correctly.Jasper Spaans2022-08-051-8/+4
* python: Allow returning signatures made by unknown keys in `decrypt`Jasper Spaans2021-06-241-3/+9
* python: Fix key_export*.NIIBE Yutaka2020-12-031-3/+3
* python: Handle the when case __doc__ is None.NIIBE Yutaka2020-10-271-1/+6
* Python, doc: Minor style improvementAndre Heinecke2019-05-061-8/+9
* python: stop raising BadSignatures from decrypt(verify=True)dkg/fix-T4276Daniel Kahn Gillmor2019-05-031-13/+9
* python: overhaul logic of Context.decrypt()Daniel Kahn Gillmor2018-12-051-33/+35
* python: ctx.decrypt() has problematic error handlingDaniel Kahn Gillmor2018-12-051-0/+4
* python: Clarify the meaning of ctx.decrypt(verify=[])Daniel Kahn Gillmor2018-12-051-1/+4
* python: gpg.Context.decrypt verify_sigs and sink_result are boolsDaniel Kahn Gillmor2018-12-051-5/+5
* python: clarify documentation for verify argument for Context.decrypt()Daniel Kahn Gillmor2018-12-051-1/+2
* python: simplify Context.decrypt()Daniel Kahn Gillmor2018-12-051-27/+2
* python bindings: fixing decrypt-verifyBen McGinnes2018-09-301-5/+6
* python bindings: ctx.decryptBen McGinnes2018-09-301-9/+53
* python bindings: estreams fixben/estreams-fixBen McGinnes2018-08-301-7/+7
* python bindings: coreBen McGinnes2018-08-291-6/+7
* python bindings: coreBen McGinnes2018-08-291-0/+1
* python bindings: coreBen McGinnes2018-08-291-1/+7
* Python bindings src: PEP8 complianceBen McGinnes2018-08-181-1/+2
* PEP8 compliance and other code fixesBen McGinnes2018-08-101-98/+141
* python bindings: scheming serpentsBen McGinnes2018-07-011-69/+17
* python bindings: gpg.coreBen McGinnes2018-07-011-27/+79
* whitespace police:Ben McGinnes2018-06-281-2/+2
* python bindings: export secret keysBen McGinnes2018-06-281-1/+42
* python bindings: export public keysBen McGinnes2018-06-281-6/+18
* python bindings: export public keysBen McGinnes2018-06-281-1/+58
* python bindings: core import statementsBen McGinnes2018-06-171-3/+3
* python bindings: core — PEP8 complianceBen McGinnes2018-06-171-77/+101
* python bindings: core - key importgsoc/jacob-key-importBen McGinnes2018-06-171-9/+37
* python bindings: core key importBen McGinnes2018-06-161-0/+19
* python: Improve error handling.Justus Winter2017-07-111-41/+67
* python: simplify build, some fixupsAlon Bar-Lev2017-04-071-0/+1490