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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
python: Fix exception leak.
Justus Winter
2016-06-16
1
-0
/
+1
*
python: Fix license.
Justus Winter
2016-06-16
1
-3
/
+3
*
python: Improve error handling.
Justus Winter
2016-06-08
1
-6
/
+23
*
python: Add function to raise exceptions from c.
Justus Winter
2016-06-08
1
-0
/
+20
*
python: Fix stripping deprecated functionality.
Justus Winter
2016-06-08
2
-3
/
+8
*
python: Fix type.
Justus Winter
2016-06-08
1
-2
/
+12
*
python: Implement the context manager protocol.
Justus Winter
2016-06-08
2
-7
/
+29
*
python: Fix error handling.
Justus Winter
2016-06-07
1
-3
/
+4
*
python: Wrap file-like objects on demand.
Justus Winter
2016-06-06
5
-3
/
+127
*
python: Move helper function.
Justus Winter
2016-06-06
3
-31
/
+38
*
python: Fix error handling.
Justus Winter
2016-06-06
1
-8
/
+1
*
python: Initialize GPGME for the user.
Justus Winter
2016-06-06
2
-1
/
+6
*
python: Drop obsolete VCS keywords.
Justus Winter
2016-06-06
36
-36
/
+0
*
python: Fix test suite with GnuPG prior to 2.1.12.
Justus Winter
2016-06-01
1
-1
/
+2
*
python: Improve build system integration, fix warnings.
Justus Winter
2016-06-01
2
-3
/
+7
*
tests: Fix notation tests.
Justus Winter
2016-06-01
1
-3
/
+2
*
python: use GPG_ERROR_CONFIG variable
Tobias Mueller
2016-05-31
1
-1
/
+1
*
python: Port more tests.
Justus Winter
2016-05-31
5
-5
/
+280
*
python: Port more tests.
Justus Winter
2016-05-27
7
-7
/
+155
*
python: Implement data callbacks.
Justus Winter
2016-05-27
6
-21
/
+405
*
python: Fix object deallocation.
Justus Winter
2016-05-27
2
-14
/
+29
*
python: Fix reading data from existing files.
Justus Winter
2016-05-27
2
-16
/
+51
*
python: Improve and test Context.wait.
Justus Winter
2016-05-24
3
-13
/
+50
*
python: Make all GnuPG errors available.
Justus Winter
2016-05-24
3
-5
/
+12
*
python: Move the base wrapper class.
Justus Winter
2016-05-24
2
-79
/
+77
*
python: Support status callbacks.
Justus Winter
2016-05-24
4
-0
/
+134
*
python: Improve docstring.
Justus Winter
2016-05-24
1
-4
/
+9
*
python: Improve support for edit callbacks.
Justus Winter
2016-05-24
5
-7
/
+114
*
python: Fix hook.
Justus Winter
2016-05-23
2
-2
/
+3
*
python: Move edit callback function.
Justus Winter
2016-05-23
3
-45
/
+48
*
python: Port more tests.
Justus Winter
2016-05-23
5
-2
/
+188
*
python: Translate list of strings.
Justus Winter
2016-05-23
1
-0
/
+34
*
python: Improve progress callbacks.
Justus Winter
2016-05-19
3
-6
/
+54
*
python: Robust exception handling in callbacks.
Justus Winter
2016-05-19
6
-13
/
+187
*
python: Add more tests.
Justus Winter
2016-05-19
6
-8
/
+157
*
python: More type conversion fixes.
Justus Winter
2016-05-19
1
-2
/
+24
*
python: Fix import.
Justus Winter
2016-05-19
1
-1
/
+4
*
python: Various fixes.
Justus Winter
2016-05-18
1
-1
/
+1
*
python: Delete duplicated license texts/
Werner Koch
2016-05-17
2
-848
/
+0
*
Merge branch 'justus/pyme3'
Justus Winter
2016-05-17
9
-12
/
+1
*
python: Clean up examples.
Justus Winter
2016-05-17
10
-43
/
+46
*
python: Import GPGMEError.
Justus Winter
2016-05-17
1
-1
/
+1
*
python: Port more tests.
Justus Winter
2016-05-17
4
-1
/
+166
*
python: Share generated methods between objects.
justus/pyme3
Justus Winter
2016-05-12
2
-10
/
+18
*
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
4
-3
/
+71
*
python: Add a test suite.
Justus Winter
2016-05-12
3
-0
/
+46
*
python: Cache generated wrapper functions.
Justus Winter
2016-05-12
1
-3
/
+6
*
python: Fix function invocation.
Justus Winter
2016-05-12
1
-1
/
+1
*
python: Fix name of exception, make slot methods explicit.
Justus Winter
2016-05-12
1
-1
/
+18
[next]