| Commit message (Expand) | Author | Files | Lines |
2025-02-03 | python: Remove Python bindings | Ingo Klöcker | 139 | -29233/+0 |
2024-12-04 | build,python: Fix uninstalling in distcheck | Ingo Klöcker | 1 | -1/+1 |
2024-12-04 | build,python: Add Python 3.13 and remove Python 3.8 | Ingo Klöcker | 1 | -1/+1 |
2024-09-02 | build,python: Fix build with setuptools 72.2.0+ | Ingo Klöcker | 1 | -3/+3 |
2024-05-29 | build,python: Fix make distcheck for Python 3.9+ | Ingo Klöcker | 1 | -2/+6 |
2024-05-29 | build,python: Build Python bindings without distutils | Ben Greiner | 4 | -10/+15 |
2023-10-13 | python,doc: Fix typos in documentation and source code comments | Ingo Klöcker | 4 | -6/+6 |
2023-10-13 | python,examples: Add missing word "License" | Marius P | 35 | -35/+35 |
2023-05-30 | cpp,python: Respect --disable-gpg-test for tests | Biswapriyo Nath | 1 | -1/+7 |
2023-05-23 | python: Fix wrong use of write. | Werner Koch | 2 | -10/+5 |
2023-04-25 | doc: Fix Python example code. | NIIBE Yutaka | 4 | -15/+24 |
2023-02-09 | tests: Stop daemons after setting up test environment | Ingo Klöcker | 1 | -0/+1 |
2022-12-14 | doc:python: Replace gpgme-config to pkg-config. | NIIBE Yutaka | 1 | -2/+2 |
2022-10-26 | python: Fix configure generating setup.py. | NIIBE Yutaka | 1 | -11/+16 |
2022-09-15 | build:python: Don't use gpg-error-config/gpgme-config. | NIIBE Yutaka | 1 | -29/+5 |
2022-08-09 | python: Don't call __del__ from __exit__ method. | NIIBE Yutaka | 2 | -2/+5 |
2022-08-05 | python: Don't access gpgme with wrapped=None. | NIIBE Yutaka | 1 | -0/+12 |
2022-08-05 | python: Reset passphrase callback correctly. | Jasper Spaans | 1 | -8/+4 |
2021-06-24 | python: Allow returning signatures made by unknown keys in `decrypt` | Jasper Spaans | 1 | -3/+9 |
2020-12-03 | python: Fix key_export*. | NIIBE Yutaka | 1 | -3/+3 |
2020-11-12 | python: Fix a test for newer GnuPG (>= 2.3). | NIIBE Yutaka | 1 | -1/+2 |
2020-10-27 | python: Handle the when case __doc__ is None. | NIIBE Yutaka | 1 | -1/+6 |
2020-07-15 | core: Deprecate the non-working trustlist functions. | Werner Koch | 2 | -47/+0 |
2020-07-14 | python: Workaround for a regression in GnuPG 2.2.21 | Werner Koch | 2 | -2/+16 |
2020-03-03 | python: fix minor typo in howto | Bernhard Reiter | 1 | -1/+1 |
2020-02-14 | python: Also detect python 3.9. | Werner Koch | 1 | -2/+2 |
2019-11-06 | python: Fix how to generate documentation. | NIIBE Yutaka | 1 | -46/+35 |
2019-07-12 | python: doc: Remove generated files, put rules in Makefile. | NIIBE Yutaka | 13 | -8017/+39 |
2019-07-12 | python: doc: Add suffix for org files. | NIIBE Yutaka | 6 | -0/+0 |
2019-06-13 | python: Fix regression in t-decrypt-verify test. | Werner Koch | 1 | -11/+11 |
2019-06-13 | python: Set a default-key into gpg.conf for the tests. | Werner Koch | 1 | -2/+1 |
2019-06-04 | python: Fix typo in DecryptionError exception. | NIIBE Yutaka | 1 | -3/+3 |
2019-05-06 | python: Make EXTRA_DIST files explicit | Andre Heinecke | 4 | -5/+171 |
2019-05-06 | Python, doc: Minor style improvement | Andre Heinecke | 1 | -8/+9 |
2019-05-03 | python: stop raising BadSignatures from decrypt(verify=True)dkg/fix-T4276 | Daniel Kahn Gillmor | 2 | -13/+10 |
2019-05-03 | python/tests: try to decrypt and verify new test data | Daniel Kahn Gillmor | 2 | -0/+21 |
2019-05-03 | python: make it easier to run a limited number of tests | Daniel Kahn Gillmor | 1 | -1/+1 |
2019-03-26 | Release GPGME 1.13.0gpgme-1.13.0 | Werner Koch | 1 | -1/+1 |
2019-02-10 | python: examples | Ben McGinnes | 1 | -0/+131 |
2019-01-30 | python: docs | Ben McGinnes | 3 | -6/+6 |
2019-01-27 | python: post installer script | Ben McGinnes | 1 | -0/+4 |
2019-01-27 | python: post installer docs fix script | Ben McGinnes | 10 | -15/+53 |
2019-01-02 | python: post installer doc fix script | Ben McGinnes | 1 | -20/+9 |
2019-01-02 | python: examples | Ben McGinnes | 4 | -6/+3 |
2018-12-26 | python: examples | Ben McGinnes | 4 | -6/+3 |
2018-12-24 | python: docs processing | Ben McGinnes | 2 | -6/+175 |
2018-12-21 | python: docs | Ben McGinnes | 8 | -51/+193 |
2018-12-21 | python: groups example | Ben McGinnes | 2 | -10/+10 |
2018-12-17 | python docs: house keeping | Ben McGinnes | 1 | -14/+27 |
2018-12-16 | python: howto and examples | Ben McGinnes | 4 | -59/+61 |