index
:
GpgME
aheinecke/json-test
ben/cffi/test-001
ben/docs/2018-02
ben/docs/2018-03
ben/estreams-fix
ben/export-keys
ben/gitsettings
ben/gpygme
ben/howto-dita
ben/howto-update-02
ben/howto-update-03
ben/howto-update-05
ben/key-import
ben/master
ben/minor-docs-fixes
ben/python-docs-01
ben/xml
bjk/custom-engine-options
bjk/master
bjk/passphrase-inquire
dkg/fix-4820
dkg/fix-4821
dkg/fix-T3464
dkg/fix-T4271
dkg/fix-T4276
gpgme-0-3-branch
gpgme-1-0-branch
gpgme-1.10-branch
gpgme-1.24-branch
gpgme-1.3.0
gpgme-1.4-branch
gpgme-1.7-branch
gpgme-1.9-branch
gpgmepp
gsoc/jacob-key-import
howto-update-01
ikloecker/qt6
ikloecker/t6342-gpgtar
ikloecker/t6550
ikloecker/t7110-nested-bindings-packages
ikloecker/t7118-revkeys
javascript-binding
justus/idiomatic-py-0
justus/pyme3
master
pyme
pyme3
tobias/fix-expires
tobias/fix-proc-all-sigs-gpgtar
wk-master
wk/new-wait
origin/bjk/master
GnuPG Made Easy.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lang
/
python
/
pyme
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
python: Rename Python module from PyME to gpg.
Daniel Kahn Gillmor
2016-10-31
22
-2180
/
+0
*
python: Make 'get_key' more idiomatic.
Justus Winter
2016-10-13
2
-4
/
+28
*
python: Return public keys by default.
Justus Winter
2016-10-13
1
-5
/
+16
*
python: Adapt to 'gpgme_op_interact'.
Justus Winter
2016-09-16
3
-13
/
+257
*
python: Clarify that we support Python 2.7 too.
Justus Winter
2016-09-14
1
-1
/
+1
*
python: Adapt to TOFU changes.
Justus Winter
2016-09-14
1
-4
/
+1
*
python: Import from __future__ to align behavior of Python 2.7.
Justus Winter
2016-09-14
22
-0
/
+66
*
python: Handle slight differences between Python 2 and 3.
Justus Winter
2016-09-13
2
-2
/
+14
*
python: Avoid Python3-only form of super().
Justus Winter
2016-09-12
1
-4
/
+5
*
python: Add a nicer interface to list keys.
Justus Winter
2016-08-03
1
-0
/
+15
*
python: Add a flag identifying in-tree builds.
Justus Winter
2016-08-02
1
-0
/
+1
*
python: Improve error handling.
Justus Winter
2016-07-28
1
-8
/
+18
*
python: Drop superfluous imports and trim public interface.
Justus Winter
2016-07-28
4
-4
/
+26
*
python: Rename compiled SWIG module.
Justus Winter
2016-07-28
4
-112
/
+112
*
python: Rename exported functions.
Justus Winter
2016-07-28
1
-15
/
+15
*
python: Support the Assuan engine.
Justus Winter
2016-07-28
2
-0
/
+56
*
python: Improve engine information handling.
Justus Winter
2016-07-28
2
-8
/
+33
*
python: Add accessors for the protocol.
Justus Winter
2016-07-28
1
-0
/
+11
*
python: Make GPGME's version easily accessible.
Justus Winter
2016-07-15
1
-4
/
+3
*
python: Add an idiomatic interface.
Justus Winter
2016-07-15
4
-87
/
+388
*
python: Port more tests.
Justus Winter
2016-07-12
1
-2
/
+4
*
python: Make result wrapping backwards compatible.
Justus Winter
2016-07-11
1
-5
/
+4
*
python: Improve autmatically generated docstrings.
Justus Winter
2016-06-16
1
-8
/
+11
*
python: Make result objects more robust.
Justus Winter
2016-06-16
1
-0
/
+116
*
python: Simplify wrapping glue.
Justus Winter
2016-06-16
1
-21
/
+20
*
python: Rework callbacks.
Justus Winter
2016-06-16
1
-47
/
+17
*
python: Add properties to wrapped object.
Justus Winter
2016-06-16
1
-6
/
+82
*
python: Improve the documentation.
Justus Winter
2016-06-16
2
-52
/
+84
*
python: Get version information from the build system.
Justus Winter
2016-06-16
2
-42
/
+62
*
python: Implement the context manager protocol.
Justus Winter
2016-06-08
1
-2
/
+15
*
python: Initialize GPGME for the user.
Justus Winter
2016-06-06
1
-0
/
+6
*
python: Drop obsolete VCS keywords.
Justus Winter
2016-06-06
21
-21
/
+0
*
python: Port more tests.
Justus Winter
2016-05-27
1
-5
/
+6
*
python: Implement data callbacks.
Justus Winter
2016-05-27
1
-19
/
+42
*
python: Fix object deallocation.
Justus Winter
2016-05-27
1
-11
/
+10
*
python: Fix reading data from existing files.
Justus Winter
2016-05-27
1
-15
/
+18
*
python: Improve and test Context.wait.
Justus Winter
2016-05-24
1
-12
/
+6
*
python: Make all GnuPG errors available.
Justus Winter
2016-05-24
1
-2
/
+3
*
python: Move the base wrapper class.
Justus Winter
2016-05-24
2
-79
/
+77
*
python: Support status callbacks.
Justus Winter
2016-05-24
1
-0
/
+32
*
python: Improve docstring.
Justus Winter
2016-05-24
1
-4
/
+9
*
python: Improve support for edit callbacks.
Justus Winter
2016-05-24
1
-2
/
+9
*
python: Improve progress callbacks.
Justus Winter
2016-05-19
1
-2
/
+2
*
python: Robust exception handling in callbacks.
Justus Winter
2016-05-19
2
-8
/
+18
*
Merge branch 'justus/pyme3'
Justus Winter
2016-05-17
2
-2
/
+0
*
python: Clean up examples.
Justus Winter
2016-05-17
1
-2
/
+4
*
python: Import GPGMEError.
Justus Winter
2016-05-17
1
-1
/
+1
*
python: Share generated methods between objects.
justus/pyme3
Justus Winter
2016-05-12
1
-10
/
+16
*
python: Raise exceptions on write errors.
Justus Winter
2016-05-12
2
-1
/
+8
*
python: Fix writing to data buffers.
Justus Winter
2016-05-12
1
-2
/
+4
[next]