summaryrefslogtreecommitdiff
path: root/M2Crypto/util.py
Commit message (Expand)AuthorAgeFilesLines
* Replace util.py3{bytes,str} with six.ensure_{binary,text}Matěj Cepl2018-03-191-54/+6
* Make BIO Py3 compliantMatěj Cepl2018-02-071-4/+12
* Fix type comments of dynamic arguments.Matěj Cepl2017-09-271-1/+1
* Replace conditional expression with more sensible if ... then ... else constr...Matěj Cepl2017-03-141-8/+28
* allow None in py3str/py3bytesAnna Sirota2017-03-141-2/+2
* M2Crypto.util: py3str and py3bytes works with UTF8 instead of ASCII.Matěj Cepl2016-12-151-2/+2
* M2Crypto/util.py: add type hint typesMatěj Cepl2016-06-141-12/+23
* M2Crypto/util.py: various util methodsMatěj Cepl2016-05-201-1/+21
* Replace util.py3k with six.PY3Matěj Cepl2016-05-121-17/+6
* Fix broken imports (and PEP8ization).Matěj Cepl2016-03-201-6/+17
* 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-16/+15
* Strip trailinig spaces and expand tabs.Matěj Cepl2015-11-191-4/+4
* Remove trailing L from integer literals. [PEP 237]Craig Rodrigues2015-11-161-2/+8
* Fix syntax for raising exceptions for Python 3. [PEP 3109] [PEP 0352]Craig Rodrigues2015-11-141-1/+1
* Bug 5519, various DSA enhancements, by Larry Bugbee.Heikki Toivonen2006-05-101-4/+13
* Removed RCS_id, RCS_ID and _RCS_id from Python files. UnneededHeikki Toivonen2006-03-201-2/+0
* fixing tag issueMike Taylor2005-06-091-1/+1
* Add function no_passphrase_callback.Ng Pheng Siong2004-04-071-1/+3
* *** empty log message ***Ng Pheng Siong2004-03-251-7/+3
* Minor refactorings.Ng Pheng Siong2002-12-231-18/+20
* Code reorg - moved out SSL callbacks.Ng Pheng Siong2000-02-231-16/+18
* Replaced eval() calls.Ng Pheng Siong2000-02-011-37/+52
* Callback routines.Ng Pheng Siong1999-09-121-4/+24
* Initial revisionNg Pheng Siong1999-08-191-0/+27