aboutsummaryrefslogtreecommitdiff
path: root/tests/test_varblock.py
AgeCommit message (Collapse)Author
2016-03-17Removed deprecated functionality.Sybren A. Stüvel
The following modules have been removed: - rsa._version133 - rsa._version200 - rsa.bigfile - rsa.varblock The encrypt/decrypt-bigfile CLI commands have also been removed.
2016-02-05Updated documentation, mostly http -> https changesSybren A. Stüvel
Also: - changed http to https in the code - changed header underlines in the documentation to match the header length
2016-01-22Big refactor to become more PEP8 compliant.Sybren A. Stüvel
Mostly focused on docstrings (''' → """), indentation, empty lines, and superfluous parenthesis.
2015-11-05Added character encoding markers for Python 2.xSybren A. Stüvel
2015-10-25Added per-file licensesRoy Kokkelkoren
2011-08-24Reverts docstring quoting syntax.Yesudeep Mangalapilly
2011-08-16Parellelized testing. Caught a lot of bugs.Yesudeep Mangalapilly
2011-08-11Update tests to use unittest2.Yesudeep Mangalapilly
2011-08-11Tests are now functional (only running without syntax errors) on Python 3 too.Yesudeep Mangalapilly
2011-07-31Made hashing efficient for large filesSybren A. Stüvel