aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/tests/t-idiomatic.py (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-30python: Fix skipping tests if running with GnuPG < 2.1.12.Justus Winter1-0/+1
2017-03-20python: Remove superfluous initialization.Justus Winter1-2/+0
2016-10-31python: Use vanity modules for constants in tests and examples.Justus Winter1-4/+4
2016-10-31python: Rename Python module from PyME to gpg.Daniel Kahn Gillmor1-9/+9
2016-09-14python: Import from __future__ to align behavior of Python 2.7.Justus Winter1-0/+3
2016-09-14python: Use more generic shebang.Justus Winter1-1/+1
2016-09-13python: Handle slight differences between Python 2 and 3.Justus Winter1-13/+18
2016-07-15python: Add an idiomatic interface.Justus Winter1-8/+9
2016-06-16python: Wrap objects implementing the buffer protocol.Justus Winter1-8/+27
2016-06-08python: Implement the context manager protocol.Justus Winter1-5/+14
2016-06-06python: Wrap file-like objects on demand.Justus Winter1-16/+21
2016-05-24python: Improve and test Context.wait.Justus Winter1-11/+16
2016-05-23python: Port more tests.Justus Winter1-6/+9
2016-05-19python: Add more tests.Justus Winter1-4/+1
2016-05-17python: Port more tests.Justus Winter1-5/+17
2016-05-12python: Share generated methods between objects.justus/pyme3Justus Winter1-0/+2
2016-05-12python: Add a test suite.Justus Winter1-0/+23