summaryrefslogtreecommitdiff
path: root/M2Crypto/Rand.py
Commit message (Expand)AuthorAgeFilesLines
* Remove support for CentOS 6 and Python 2.6Matěj Cepl2020-11-201-3/+2
* PEP8isationMatěj Cepl2018-03-201-1/+1
* Replace util.py3{bytes,str} with six.ensure_{binary,text}Matěj Cepl2018-03-191-4/+4
* Make Rand.rand_file_name() return str both on py2k and py3k.Matěj Cepl2018-02-051-2/+2
* Fixing PyBytesMatěj Cepl2017-10-301-1/+1
* Class local exception should inherit from ValueError.Matěj Cepl2017-10-301-0/+6
* Added exception to C functions rand_pseudo_bytes and rand_bytes.Matěj Cepl2017-10-301-12/+2
* Fix PEP-484 type signatures.Matěj Cepl2017-10-091-1/+1
* Rearrange Rand module to be more presentable.Matěj Cepl2017-10-051-18/+136
* Mark Rand.rand_pseudo_bytes() as deprecated.Matěj Cepl2017-09-191-1/+8
* M2Crypto/Rand.rand_file_name should produce str, not bytes.Matěj Cepl2017-09-141-2/+2
* M2Crypto/Rand.py: Add PEP-484 type hints in comments.Matěj Cepl2016-06-301-9/+16
* add rand_file_name and rand_statusKonstantinos Koukopoulos2016-05-171-3/+5
* 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
* Fix whitespace using suggestions from autopep8Craig Rodrigues2015-12-011-8/+6
* Improve the quality of the generated epydoc documentation. All modules should...Heikki Toivonen2008-09-301-0/+3
* Remove unimplemented function estimate_entropy.Heikki Toivonen2006-03-291-3/+0
* Removed RCS_id, RCS_ID and _RCS_id from Python files. UnneededHeikki Toivonen2006-03-201-2/+0
* Fix $ mess (diff always shows changes).Heikki Toivonen2005-06-091-1/+1
* Prepare for import into CVS.Ng Pheng Siong2002-12-231-5/+4
* OpenSSL 0.9.5 compatible.Ng Pheng Siong2000-04-171-3/+17
* Initial revisionNg Pheng Siong1999-08-161-0/+6