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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-10-31
python: Rename Python module from PyME to gpg.
Daniel Kahn Gillmor
22
-2180
/
+0
2016-10-13
python: Make 'get_key' more idiomatic.
Justus Winter
2
-4
/
+28
2016-10-13
python: Return public keys by default.
Justus Winter
1
-5
/
+16
2016-09-16
python: Adapt to 'gpgme_op_interact'.
Justus Winter
3
-13
/
+257
2016-09-14
python: Clarify that we support Python 2.7 too.
Justus Winter
1
-1
/
+1
2016-09-14
python: Adapt to TOFU changes.
Justus Winter
1
-4
/
+1
2016-09-14
python: Import from __future__ to align behavior of Python 2.7.
Justus Winter
22
-0
/
+66
2016-09-13
python: Handle slight differences between Python 2 and 3.
Justus Winter
2
-2
/
+14
2016-09-12
python: Avoid Python3-only form of super().
Justus Winter
1
-4
/
+5
2016-08-03
python: Add a nicer interface to list keys.
Justus Winter
1
-0
/
+15
2016-08-02
python: Add a flag identifying in-tree builds.
Justus Winter
1
-0
/
+1
2016-07-28
python: Improve error handling.
Justus Winter
1
-8
/
+18
2016-07-28
python: Drop superfluous imports and trim public interface.
Justus Winter
4
-4
/
+26
2016-07-28
python: Rename compiled SWIG module.
Justus Winter
4
-112
/
+112
2016-07-28
python: Rename exported functions.
Justus Winter
1
-15
/
+15
2016-07-28
python: Support the Assuan engine.
Justus Winter
2
-0
/
+56
2016-07-28
python: Improve engine information handling.
Justus Winter
2
-8
/
+33
2016-07-28
python: Add accessors for the protocol.
Justus Winter
1
-0
/
+11
2016-07-15
python: Make GPGME's version easily accessible.
Justus Winter
1
-4
/
+3
2016-07-15
python: Add an idiomatic interface.
Justus Winter
4
-87
/
+388
2016-07-12
python: Port more tests.
Justus Winter
1
-2
/
+4
2016-07-11
python: Make result wrapping backwards compatible.
Justus Winter
1
-5
/
+4
2016-06-16
python: Improve autmatically generated docstrings.
Justus Winter
1
-8
/
+11
2016-06-16
python: Make result objects more robust.
Justus Winter
1
-0
/
+116
2016-06-16
python: Simplify wrapping glue.
Justus Winter
1
-21
/
+20
2016-06-16
python: Rework callbacks.
Justus Winter
1
-47
/
+17
2016-06-16
python: Add properties to wrapped object.
Justus Winter
1
-6
/
+82
2016-06-16
python: Improve the documentation.
Justus Winter
2
-52
/
+84
2016-06-16
python: Get version information from the build system.
Justus Winter
2
-42
/
+62
2016-06-08
python: Implement the context manager protocol.
Justus Winter
1
-2
/
+15
2016-06-06
python: Initialize GPGME for the user.
Justus Winter
1
-0
/
+6
2016-06-06
python: Drop obsolete VCS keywords.
Justus Winter
21
-21
/
+0
2016-05-27
python: Port more tests.
Justus Winter
1
-5
/
+6
2016-05-27
python: Implement data callbacks.
Justus Winter
1
-19
/
+42
2016-05-27
python: Fix object deallocation.
Justus Winter
1
-11
/
+10
2016-05-27
python: Fix reading data from existing files.
Justus Winter
1
-15
/
+18
2016-05-24
python: Improve and test Context.wait.
Justus Winter
1
-12
/
+6
2016-05-24
python: Make all GnuPG errors available.
Justus Winter
1
-2
/
+3
2016-05-24
python: Move the base wrapper class.
Justus Winter
2
-79
/
+77
2016-05-24
python: Support status callbacks.
Justus Winter
1
-0
/
+32
2016-05-24
python: Improve docstring.
Justus Winter
1
-4
/
+9
2016-05-24
python: Improve support for edit callbacks.
Justus Winter
1
-2
/
+9
2016-05-19
python: Improve progress callbacks.
Justus Winter
1
-2
/
+2
2016-05-19
python: Robust exception handling in callbacks.
Justus Winter
2
-8
/
+18
2016-05-17
python: Clean up examples.
Justus Winter
1
-2
/
+4
2016-05-17
python: Import GPGMEError.
Justus Winter
1
-1
/
+1
2016-05-12
python: Share generated methods between objects.
justus/pyme3
Justus Winter
1
-10
/
+16
2016-05-12
python: Raise exceptions on write errors.
Justus Winter
2
-1
/
+8
2016-05-12
python: Fix writing to data buffers.
Justus Winter
1
-2
/
+4
2016-05-12
python: Cache generated wrapper functions.
Justus Winter
1
-3
/
+6
[next]