Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-08-05 | python: Clean up and modernize examples. | Justus Winter | 1 | -7/+0 | |
* lang/python/examples/Examples.rst: Delete file. * lang/python/examples/t-edit.py: Likewise. This is actually a test case and has been moved to 'tests'. * lang/python/examples/assuan.py: New file. * lang/python/examples/decryption-filter.py: Likewise. * lang/python/examples/delkey.py: Modernize. * lang/python/examples/encrypt-to-all.py: Likewise. * lang/python/examples/exportimport.py: Likewise. * lang/python/examples/genkey.py: Likewise. * lang/python/examples/inter-edit.py: Likewise. * lang/python/examples/sign.py: Likewise. * lang/python/examples/signverify.py: Likewise. * lang/python/examples/simple.py: Likewise. * lang/python/examples/testCMSgetkey.py: Likewise. * lang/python/examples/verifydetails.py: Likewise. Signed-off-by: Justus Winter <[email protected]> | |||||
2016-05-10 | python: Rename bindings. | Justus Winter | 1 | -0/+0 | |
-- Signed-off-by: Justus Winter <[email protected]> | |||||
2015-05-16 | Explaining why not all scripts work | Ben McGinnes | 1 | -0/+7 | |
* Some of them cannot be properly tested on OS X, especially with GTK in the mix (it works on OS X, but is unlikely to be as easily accessible as Cocoa or Qt). * Most major functions are showcased and do work, albeit sometimes with false positives of error messages, at least on OS X. |