aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/pyme/core.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* python: Rename Python module from PyME to gpg.Daniel Kahn Gillmor2016-10-311-1164/+0
* python: Make 'get_key' more idiomatic.Justus Winter2016-10-131-1/+9
* python: Return public keys by default.Justus Winter2016-10-131-5/+16
* python: Adapt to 'gpgme_op_interact'.Justus Winter2016-09-161-11/+48
* python: Import from __future__ to align behavior of Python 2.7.Justus Winter2016-09-141-0/+3
* python: Handle slight differences between Python 2 and 3.Justus Winter2016-09-131-2/+2
* python: Avoid Python3-only form of super().Justus Winter2016-09-121-4/+5
* python: Add a nicer interface to list keys.Justus Winter2016-08-031-0/+15
* python: Improve error handling.Justus Winter2016-07-281-8/+18
* python: Rename compiled SWIG module.Justus Winter2016-07-281-98/+98
* python: Rename exported functions.Justus Winter2016-07-281-15/+15
* python: Support the Assuan engine.Justus Winter2016-07-281-0/+50
* python: Improve engine information handling.Justus Winter2016-07-281-8/+30
* python: Add accessors for the protocol.Justus Winter2016-07-281-0/+11
* python: Add an idiomatic interface.Justus Winter2016-07-151-26/+298
* python: Port more tests.Justus Winter2016-07-121-2/+4
* python: Improve autmatically generated docstrings.Justus Winter2016-06-161-8/+11
* python: Simplify wrapping glue.Justus Winter2016-06-161-21/+20
* python: Rework callbacks.Justus Winter2016-06-161-47/+17
* python: Add properties to wrapped object.Justus Winter2016-06-161-6/+82
* python: Improve the documentation.Justus Winter2016-06-161-26/+60
* python: Implement the context manager protocol.Justus Winter2016-06-081-2/+15
* python: Initialize GPGME for the user.Justus Winter2016-06-061-0/+6
* python: Drop obsolete VCS keywords.Justus Winter2016-06-061-1/+0
* python: Port more tests.Justus Winter2016-05-271-5/+6
* python: Implement data callbacks.Justus Winter2016-05-271-19/+42
* python: Fix object deallocation.Justus Winter2016-05-271-11/+10
* python: Fix reading data from existing files.Justus Winter2016-05-271-15/+18
* python: Improve and test Context.wait.Justus Winter2016-05-241-12/+6
* python: Move the base wrapper class.Justus Winter2016-05-241-1/+77
* python: Support status callbacks.Justus Winter2016-05-241-0/+32
* python: Improve docstring.Justus Winter2016-05-241-4/+9
* python: Improve support for edit callbacks.Justus Winter2016-05-241-2/+9
* python: Improve progress callbacks.Justus Winter2016-05-191-2/+2
* python: Robust exception handling in callbacks.Justus Winter2016-05-191-5/+5
* Merge branch 'justus/pyme3'Justus Winter2016-05-171-1/+0
* python: Import GPGMEError.Justus Winter2016-05-171-1/+1
* python: Raise exceptions on write errors.Justus Winter2016-05-121-1/+4
* python: Fix writing to data buffers.Justus Winter2016-05-121-2/+4
* python: Fix function invocation.Justus Winter2016-05-121-1/+1
* python: Handle interpreter shutdown.Justus Winter2016-05-121-8/+22
* python: Fix type translation.Justus Winter2016-05-121-5/+6
* python: Delete trailing whitespace.Justus Winter2016-05-101-13/+13
* python: Rename bindings.Justus Winter2016-05-101-0/+463