aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/tests/t-idiomatic.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* python: Remove Python bindingsIngo Klöcker2025-02-031-89/+0
* python: Don't call __del__ from __exit__ method.NIIBE Yutaka2022-08-091-0/+3
* doc: convert more http:// links to https://Daniel Kahn Gillmor2018-10-181-1/+1
* doc: use https:// for www.gnu.orgDaniel Kahn Gillmor2018-10-181-1/+1
* Python bindings tests: Near PEP8 complianceBen McGinnes2018-08-181-5/+8
* python: Fix skipping tests if running with GnuPG < 2.1.12.Justus Winter2017-03-301-0/+1
* python: Remove superfluous initialization.Justus Winter2017-03-201-2/+0
* python: Use vanity modules for constants in tests and examples.Justus Winter2016-10-311-4/+4
* python: Rename Python module from PyME to gpg.Daniel Kahn Gillmor2016-10-311-9/+9
* python: Import from __future__ to align behavior of Python 2.7.Justus Winter2016-09-141-0/+3
* python: Use more generic shebang.Justus Winter2016-09-141-1/+1
* python: Handle slight differences between Python 2 and 3.Justus Winter2016-09-131-13/+18
* python: Add an idiomatic interface.Justus Winter2016-07-151-8/+9
* python: Wrap objects implementing the buffer protocol.Justus Winter2016-06-161-8/+27
* python: Implement the context manager protocol.Justus Winter2016-06-081-5/+14
* python: Wrap file-like objects on demand.Justus Winter2016-06-061-0/+47