Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python: Fix type translation. | Justus Winter | 2016-05-12 | 1 | -3/+3 |
| | | | | | | | | | | | | * lang/python/gpgme.i: Adjust to Python3's string type being 'Unicode', not 'bytes'. Fix type checking. * lang/python/core.py (Data.write): Add docstring mentioning the expected type of parameter 'buffer'. (Data.read): Adjust read loop. Also, use a saner chunk size, and join all chunks at the end instead of adding them. * lang/python/examples/simple.py: Adjust example. Signed-off-by: Justus Winter <[email protected]> | ||||
* | python: Fix simple example. | Justus Winter | 2016-05-11 | 1 | -1/+2 |
| | | | | | | | * lang/python/examples/simple.py: Flush stdout, encode name as UTF-8 before passing it to GPGME. Signed-off-by: Justus Winter <[email protected]> | ||||
* | python: Rename bindings. | Justus Winter | 2016-05-10 | 1 | -0/+52 |
-- Signed-off-by: Justus Winter <[email protected]> |