summaryrefslogtreecommitdiff
path: root/create_timing_table.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | Also: - changed http to https in the code - changed header underlines in the documentation to match the header length
* Updated doctests to Python 3.5 and automatically running with Tox.Sybren A. Stüvel2016-01-221-2/+3
| | | | | I've also removed doctests from the obsolete rsa/_versionXXX.py files, as those files aren't even compatible with Python 3.x anyway.
* Big refactor to become more PEP8 compliant.Sybren A. Stüvel2016-01-221-5/+4
| | | | | Mostly focused on docstrings (''' → """), indentation, empty lines, and superfluous parenthesis.
* Added character encoding markers for Python 2.xSybren A. Stüvel2015-11-051-0/+1
|
* Added per-file licensesRoy Kokkelkoren2015-10-251-0/+14
|
* Added parallel.py module and ability to use multiprocessing when generating keysSybren A. Stüvel2011-08-101-0/+29