summaryrefslogtreecommitdiff
path: root/tests/test_compat.py
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+2
* Implementation of bitwise XOR function for bytes object (#72)Michael Manganiello2017-01-161-1/+46
* Create PY2 constant to simplify compatibility decisions (#82)Michael Manganiello2017-01-151-1/+0
* Drop byte_literal in favour of b''adamantike2016-05-081-2/+2
* xrange compatibility optimization for Python 2 (#69)Michael Manganiello2016-05-081-1/+1
* More CLI tests & clearer bytes stuffSybren A. Stüvel2016-03-171-1/+5
* 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/+2
* 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-0/+14
* Compatibility wrapper module to make rsa work with various versions of Python.Yesudeep Mangalapilly2011-08-111-0/+17