Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-05-12 | python: Fix writing to data buffers. | Justus Winter | 1 | -2/+28 | |
* lang/python/gpgme.i: Add typemap for buffers. * lang/python/pyme/core.py (Data.write): Fix function. * lang/python/tests/Makefile.am: Add new test. * lang/python/tests/t-data.py: New file. Signed-off-by: Justus Winter <[email protected]> | |||||
2016-05-12 | python: Add a test suite. | Justus Winter | 1 | -0/+23 | |
* configure.ac: Add new Makefile. * lang/python/Makefile.am: Add subdirectory. * lang/python/tests/Makefile.am: New file. * lang/python/tests/t-wrapper.py: Likewise. Signed-off-by: Justus Winter <[email protected]> |