summaryrefslogtreecommitdiff
path: root/M2Crypto/BN.py
Commit message (Expand)AuthorAgeFilesLines
* Change JavaDoc parameters to the Sphinx convention.Matěj Cepl2017-09-201-7/+7
* Make BN.randfname() deprecated. Let's see who complains.Matěj Cepl2017-02-131-0/+4
* M2Crypto/BN.py: Add PEP-484 type hints in comments.Matěj Cepl2016-06-141-3/+8
* M2Crypto/BN.py: shouldn't have executable bit set.Matěj Cepl2016-05-201-0/+0
* Fix broken imports (and PEP8ization).Matěj Cepl2016-03-201-1/+1
* Use the new absolute import syntax to fix Python 3. [PEP 328]Craig Rodrigues2016-03-201-1/+3
* Strip trailinig spaces and expand tabs.Matěj Cepl2015-11-191-3/+3
* Removed RCS_id, RCS_ID and _RCS_id from Python files. UnneededHeikki Toivonen2006-03-201-2/+0
* Added BN module with rand, rand_range and randfname methods and associated te...Heikki Toivonen2005-05-191-0/+49