Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python: Fix skipping tests if running with GnuPG < 2.1.12. | Justus Winter | 2017-03-30 | 1 | -0/+1 |
* | python: Remove superfluous initialization. | Justus Winter | 2017-03-20 | 1 | -2/+0 |
* | python: Use vanity modules for constants in tests and examples. | Justus Winter | 2016-10-31 | 1 | -4/+4 |
* | python: Rename Python module from PyME to gpg. | Daniel Kahn Gillmor | 2016-10-31 | 1 | -9/+9 |
* | python: Import from __future__ to align behavior of Python 2.7. | Justus Winter | 2016-09-14 | 1 | -0/+3 |
* | python: Use more generic shebang. | Justus Winter | 2016-09-14 | 1 | -1/+1 |
* | python: Handle slight differences between Python 2 and 3. | Justus Winter | 2016-09-13 | 1 | -13/+18 |
* | python: Add an idiomatic interface. | Justus Winter | 2016-07-15 | 1 | -8/+9 |
* | python: Wrap objects implementing the buffer protocol. | Justus Winter | 2016-06-16 | 1 | -8/+27 |
* | python: Implement the context manager protocol. | Justus Winter | 2016-06-08 | 1 | -5/+14 |
* | python: Wrap file-like objects on demand. | Justus Winter | 2016-06-06 | 1 | -0/+47 |