summaryrefslogtreecommitdiff
path: root/tests/test_integers.py
Commit message (Expand)AuthorAgeFilesLines
* modified: Fixed a bug in rsa/core.py where the message should not be equal...Shengkai Sun2023-04-231-0/+28
* Clean up stdout when using unittest test runnerSaif Hakim2021-02-241-2/+2
* Drop character encoding markers for Python 2.xAndrey Semakin2020-06-031-2/+0
* 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-7/+5
* Removed dependency on unittest2, also merged requirements.txt for py 2.x and 3.xSybren A. Stüvel2016-01-211-2/+2
* Added character encoding markers for Python 2.xSybren A. Stüvel2015-11-051-0/+1
* Added per-file licensesRoy Kokkelkoren2015-10-251-0/+15
* Reverts docstring quoting syntax.Yesudeep Mangalapilly2011-08-241-1/+1
* Parellelized testing. Caught a lot of bugs.Yesudeep Mangalapilly2011-08-161-1/+1
* Update tests to use unittest2.Yesudeep Mangalapilly2011-08-111-2/+2
* Tests are now functional (only running without syntax errors) on Python 3 too.Yesudeep Mangalapilly2011-08-111-5/+5
* Removed insecure code from rsa/__init__.pySybren A. Stüvel2011-07-301-5/+5
* Added unittestsSybren A. Stüvel2011-06-201-0/+36