summaryrefslogtreecommitdiff
path: root/M2Crypto/Err.py
Commit message (Expand)AuthorAgeFilesLines
* Move project to src/ layoutMatěj Cepl2021-01-141-76/+0
* Remove support for CentOS 6 and Python 2.6Matěj Cepl2020-11-201-3/+2
* Be resilient against the situation when no erorr happened.Matěj Cepl2019-05-301-8/+12
* Replace util.py3{bytes,str} with six.ensure_{binary,text}Matěj Cepl2018-03-191-8/+8
* Prefer Err module over m2.err* functions.Matěj Cepl2018-02-081-0/+5
* M2Crypto.Err: Add PEP-484 type hints in comments.Matěj Cepl2016-06-201-11/+31
* Fix broken imports (and PEP8ization).Matěj Cepl2016-03-201-5/+4
* Use the new absolute import syntax to fix Python 3. [PEP 328]Craig Rodrigues2016-03-201-2/+4
* Fix whitespace using suggestions from autopep8Craig Rodrigues2015-12-011-3/+1
* Strip trailinig spaces and expand tabs.Matěj Cepl2015-11-191-1/+1
* Bug 7532, added Err.peek_error_code, by Thomas Uram.Heikki Toivonen2006-12-141-0/+3
* Ensure __str__ returns a str object.Heikki Toivonen2006-07-191-1/+5
* 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-4/+3
* More error routines.Ng Pheng Siong2000-02-231-1/+31
* Initial revisionNg Pheng Siong1999-10-011-0/+15