summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-29Remove io.open() py2-ismMichał Górny
2020-08-28Reformat gemato code and fix PEP8 complianceMichał Górny
2020-08-28tests: Port test_verify to pytestMichał Górny
2020-08-27Bump to 15.1Michał Górny
2020-08-27openpgp: Fix WKD→HKP fallback for missing requestsMichał Górny
2020-08-27tests: Convert test_util to pytestMichał Górny
2020-08-27tests: Extend OpenPGP un-expiration testsMichał Górny
2020-08-27tests: Convert test_manifest to pytestMichał Górny
2020-08-27tests: Rewrite test_hash to pytestMichał Górny
2020-08-27tests: Migrate test_find_top_level to pytestMichał Górny
2020-08-27Import names directly, fix coding style issuesMichał Górny
2020-08-27Add tests for keys lacking signaturesMichał Górny
2020-08-27test_compression: fix unused importsMichał Górny
2020-08-26tests: Convert test_compression to pytestMichał Górny
2020-08-26tox.ini: Tests on crippled envs as wellMichał Górny
2020-08-26tests: Properly skip test_openpgp.py::test_cli when no gpgMichał Górny
2020-08-26tests: Rewrite test_openpgp in pure pytestMichał Górny
2020-08-25Bump to 15.0Michał Górny
2020-08-25Remove remaining pyblake2 usesMichał Górny
2020-08-25setup.py: Remove py<3.6 depsMichał Górny
2020-08-25openpgp: Reimplement WKD support via requestsMichał Górny
2020-08-25openpgp: Introduce a helper method to get WKD URLMichał Górny
2020-08-25Remove compatibility code for py<3.6 supportMichał Górny
2020-08-25Stop pretending to test py<3.6Michał Górny
2020-08-25tox.ini: pypy3 shouldn't need pyblake2 anymoreMichał Górny
2020-08-25Stop testing Python 2Michał Górny
2020-08-25tests: Add tests for unexpiring keysMichał Górny
2020-08-25tests: Test for trivial cases of key forgingMichał Górny
2020-08-25tests: Add a test for subkey-signatureMichał Górny
2020-08-25tests: Store key data in split binary formMichał Górny
2020-08-18tox.ini: Use twine for uploadingMichał Górny
2020-08-18Bump to 14.5Michał Górny
2020-08-18openpgp: Support overriding proxy in envMichał Górny
2020-08-18openpgp: Use explicit prefix for temporary directoriesMichał Górny
2020-08-18openpgp: Pass debug flag when cloning envMichał Górny
2020-07-21Allow to override default 'gpg' clientFrédéric Pierret (fepitre)
2020-05-28Enable testing on py3.9Michał Górny
2020-05-17Bump to 14.4Michał Górny
2020-05-16openpgp: Fix killing gpg-agentMichał Górny
2020-05-16openpgp: Explicitly kill gpg-agent when exitingMichał Górny
2020-05-16openpgp: Default stdin='' in _spawn_gpg()Michał Górny
2020-05-16openpgp: Pass 'gpg --batch' to _spawn_gpg() explicitlyMichał Górny
2020-05-16openpgp: Remove gpg-1.4 compatibility codeMichał Górny
2020-05-16openpgp: Remove support for old Debian gpg2 executableMichał Górny
2020-05-15tox: Switch to pytest-cov, coverage runner is brokenMichał Górny
2020-05-15openpgp: Fix unused .format() argMichał Górny
2020-05-15tox: Skip missing interpretersMichał Górny
2020-05-14tox: Add codecov upload envMichał Górny
2020-05-14tox: Enable testing on py38Michał Górny
2019-10-25Bump to 14.3Michał Górny