summaryrefslogtreecommitdiff
path: root/rsa/_compat.py
Commit message (Expand)AuthorAgeFilesLines
* Fix #133: Remove rsa/_compat.pySybren A. Stüvel2022-03-131-48/+0
* Add more type hintsAndrey Semakin2020-06-031-1/+1
* Drop character encoding markers for Python 2.xAndrey Semakin2020-06-031-2/+0
* Added flake8 as development dependency and fixed reported issuesSybren A. Stüvel2019-08-041-2/+0
* Added type annotations + some fixes to get them correctSybren A. Stüvel2019-08-041-5/+2
* Removed compatibility code for Python 2.7 and 3.4Sybren A. Stüvel2019-08-041-108/+1
* Use iterative zip in Python 2 (#85)Michael Manganiello2017-01-171-0/+3
* Implementation of bitwise XOR function for bytes object (#72)Michael Manganiello2017-01-161-0/+21
* Create PY2 constant to simplify compatibility decisions (#82)Michael Manganiello2017-01-151-10/+17
* Drop byte_literal in favour of b''adamantike2016-05-081-21/+0
* xrange compatibility optimization for Python 2 (#69)Michael Manganiello2016-05-081-0/+8
* Remove sys.maxint fallback usageadamantike2016-04-231-5/+1
* Updated documentation, mostly http -> https changesSybren A. Stüvel2016-02-051-1/+1
* Removed some compatibility code for Python 2.6Sybren A. Stüvel2016-01-271-8/+1
* Simplified test structure a bit, so we no longer need to set PYTHONPATHSybren A. Stüvel2016-01-271-2/+0
* Big refactor to become more PEP8 compliant.Sybren A. Stüvel2016-01-221-3/+0
* Adds common includes and tests.Yesudeep Mangalapilly2011-08-161-0/+5
* Parellelized testing. Caught a lot of bugs.Yesudeep Mangalapilly2011-08-161-6/+1
* Much cleaner implementation of int2bytes. No loss in speed.Yesudeep Mangalapilly2011-08-141-2/+2
* Adds verification tests for int2bytes and bytes2intYesudeep Mangalapilly2011-08-121-0/+61
* Compatibility wrapper module to make rsa work with various versions of Python.Yesudeep Mangalapilly2011-08-111-0/+99