~jamesh/pygpgme/trunk

  • Committer: James Henstridge
  • Author(s): Werner Koch
  • Date: 2013-02-13 02:18:22 UTC
  • Revision ID: james@jamesh.id.au-20130213021822-cnlkpyz1zv67gh8e
Allow building with gpgme versions < 1.4.

This makes use of the new GPGME_VERSION_NUMBER macro to link to the
new functions only if they are available.  A configure test would be
better but I don't known whether the python build system supports this.
Filename Latest Rev Last Changed Committer Comment Size
..
keys 18 19 years ago James Henstridge Add some PGP keys for use in tests Diff
__init__.py 73 13 years ago James Henstridge Move the tests out of the gpgme module, and make a 1.8 KB Diff Download File
test_context.py 79 13 years ago James Henstridge Use file object as context manager in tests to avo 5.2 KB Diff Download File
test_delete.py 75 13 years ago James Henstridge More Python 3 compat changes to tests: str vs. byt 2.2 KB Diff Download File
test_editkey.py 77 13 years ago James Henstridge Fix os.write() calls to send byte strings. 3.3 KB Diff Download File
test_encrypt_decrypt.py 78 13 years ago James Henstridge More test changes to improve Python 3 compatibilit 8.3 KB Diff Download File
test_export.py 82 13 years ago James Henstridge Fix export() and keylist() to accept bytestrings a 2 KB Diff Download File
test_genkey.py 81 13 years ago James Henstridge Fix another bytes vs strings test failure. 3.7 KB Diff Download File
test_import.py 79 13 years ago James Henstridge Use file object as context manager in tests to avo 7.5 KB Diff Download File
test_keylist.py 73 13 years ago James Henstridge Move the tests out of the gpgme module, and make a 2.7 KB Diff Download File
test_keys.py 73 13 years ago James Henstridge Move the tests out of the gpgme module, and make a 12 KB Diff Download File
test_passphrase.py 77 13 years ago James Henstridge Fix os.write() calls to send byte strings. 2.9 KB Diff Download File
test_progress.py 75 13 years ago James Henstridge More Python 3 compat changes to tests: str vs. byt 1.9 KB Diff Download File
test_sign_verify.py 78 13 years ago James Henstridge More test changes to improve Python 3 compatibilit 12.9 KB Diff Download File
util.py 79 13 years ago James Henstridge Use file object as context manager in tests to avo 1.6 KB Diff Download File