summaryrefslogtreecommitdiff
path: root/tests/test_pem.py
Commit message (Expand)AuthorAgeFilesLines
* Reformatting with BlackSybren A. Stüvel2021-03-291-19/+20
* Drop character encoding markers for Python 2.xAndrey Semakin2020-06-031-2/+0
* Removed compatibility code for Python 2.7 and 3.4Sybren A. Stüvel2019-08-041-9/+8
* Drop byte_literal in favour of b''adamantike2016-05-081-3/+3
* More CLI tests & clearer bytes stuffSybren A. Stüvel2016-03-171-0/+14
* Ensuring that PEM output is always in bytes.Sybren A. Stüvel2016-03-171-1/+15
* Allow loading PEM from strings (not just bytes), closes issue #49Sybren A. Stüvel2016-03-171-2/+49
* Updated documentation, mostly http -> https changesSybren A. Stüvel2016-02-051-1/+1
* Big refactor to become more PEP8 compliant.Sybren A. Stüvel2016-01-221-1/+1
* Removed dependency on unittest2, also merged requirements.txt for py 2.x and 3.xSybren A. Stüvel2016-01-211-2/+2
* Added per-file licensesRoy Kokkelkoren2015-10-251-1/+14
* Moves incompatible doctests to unit test modules.Yesudeep Mangalapilly2011-08-161-0/+14