aboutsummaryrefslogtreecommitdiff
path: root/tests/test_compat.py
AgeCommit message (Expand)Author
2020-06-03Drop character encoding markers for Python 2.xAndrey Semakin
2019-08-04Removed compatibility code for Python 2.7 and 3.4Sybren A. Stüvel
2017-01-16Implementation of bitwise XOR function for bytes object (#72)Michael Manganiello
2017-01-15Create PY2 constant to simplify compatibility decisions (#82)Michael Manganiello
2016-05-08Drop byte_literal in favour of b''adamantike
2016-05-08xrange compatibility optimization for Python 2 (#69)Michael Manganiello
2016-03-17More CLI tests & clearer bytes stuffSybren A. Stüvel
2016-02-05Updated documentation, mostly http -> https changesSybren A. Stüvel
2016-01-22Big refactor to become more PEP8 compliant.Sybren A. Stüvel
2016-01-21Removed dependency on unittest2, also merged requirements.txt for py 2.x and 3.xSybren A. Stüvel
2015-10-25Added per-file licensesRoy Kokkelkoren
2011-08-11Compatibility wrapper module to make rsa work with various versions of Python.Yesudeep Mangalapilly