aboutsummaryrefslogtreecommitdiff
path: root/rsa/parallel.py
AgeCommit message (Expand)Author
2020-06-03Add more type hintsAndrey Semakin
2020-06-03Drop character encoding markers for Python 2.xAndrey Semakin
2019-08-04Added type annotations + some fixes to get them correctSybren A. Stüvel
2019-08-04Removed compatibility code for Python 2.7 and 3.4Sybren A. Stüvel
2018-09-16speedupyjqiang
2016-05-08xrange compatibility optimization for Python 2 (#69)Michael Manganiello
2016-03-17Remove list comprehension used for method executionadamantike
2016-03-17Use specific function for odd integer generationadamantike
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-22Fix #27: Close Pipes at parallel version of genprime.Sybren A. Stüvel
2012-06-18Fixed some more Py32 incompatibilitiesSybren A. Stüvel
2011-08-24Reverts docstring quoting syntax.Yesudeep Mangalapilly
2011-08-16Parellelized testing. Caught a lot of bugs.Yesudeep Mangalapilly
2011-08-10Added parallel.py module and ability to use multiprocessing when generating keysSybren A. Stüvel