Justus Winter
|
0ebd6a1b43
|
python: Move the base wrapper class.
* python/lang/pyme/util.py (GpgmeWrapper): Move...
* python/lang/pyme/core.py: ... here.
Signed-off-by: Justus Winter <justus@gnupg.org>
|
2016-05-24 18:00:16 +02:00 |
|
Justus Winter
|
d90857a08c
|
python: Robust exception handling in callbacks.
* lang/python/helpers.c (pygpgme_stash_callback_exception): New
function.
(pygpgme_raise_callback_exception): Likewise.
(pyPassphraseCb): Stash python errors.
* lang/python/helpers.h (pygpgme_raise_callback_exception): New
prototype.
* lang/python/pyme/core.py ({Context,Data}.__init__): Move common
initialization to superclass.
(Context.set_progress_cb): Hand in 'self'.
* lang/python/pyme/util.py (GpgmeWrapper.__init__): New function.
(GpgmeWrapper.__getattr__): Raise stashed exceptions.
* lang/python/tests/Makefile.am (py_tests): Add new test.
* lang/python/tests/t-callbacks.py: New file.
Signed-off-by: Justus Winter <justus@gnupg.org>
|
2016-05-19 15:58:45 +02:00 |
|
Justus Winter
|
db34332535
|
Merge branch 'justus/pyme3'
|
2016-05-17 15:10:28 +02:00 |
|
Justus Winter
|
11314f0db6
|
python: Share generated methods between objects.
* lang/python/pyme/util.py (GpgmeWrapper.__getattr__): Monkey-patch
the class.
* lang/python/tests/t-wrapper.py: Demonstrate the sharing.
Signed-off-by: Justus Winter <justus@gnupg.org>
|
2016-05-12 18:29:04 +02:00 |
|
Justus Winter
|
ed0ce84fbd
|
python: Cache generated wrapper functions.
* lang/python/util.py (GpgmeWrap.__getattr__): Cache generated wrapper
functions.
Signed-off-by: Justus Winter <justus@gnupg.org>
|
2016-05-12 14:57:42 +02:00 |
|
Justus Winter
|
af9371eb63
|
python: Fix name of exception, make slot methods explicit.
* lang/python/pyme/util.py (GpgmeWrapper._getctype): Fix exception,
add docstring.
(GpgmeWrapper._getnameprepend): New function.
(GpgmeWrapper._errorcheck): Likewise.
Signed-off-by: Justus Winter <justus@gnupg.org>
|
2016-05-12 12:59:05 +02:00 |
|
Justus Winter
|
aade53a12b
|
python: Delete trailing whitespace.
--
Signed-off-by: Justus Winter <justus@gnupg.org>
|
2016-05-10 13:30:30 +02:00 |
|
Justus Winter
|
f4ba16b31e
|
python: Rename bindings.
--
Signed-off-by: Justus Winter <justus@gnupg.org>
|
2016-05-10 13:19:26 +02:00 |
|