summaryrefslogtreecommitdiff
path: root/M2Crypto/SSL/cb.py
Commit message (Expand)AuthorAgeFilesLines
* Move project to src/ layoutMatěj Cepl2021-01-141-96/+0
* Remove support for CentOS 6 and Python 2.6Matěj Cepl2020-11-201-3/+3
* Fix PEP-484 type signatures.Matěj Cepl2017-10-091-1/+1
* Clean up imports and PEP8izationMatěj Cepl2016-12-151-7/+7
* SSL and SMIME modules: Add PEP-484 type hints in comments.Matěj Cepl2016-06-301-4/+10
* Fix broken imports (and PEP8ization).Matěj Cepl2016-03-201-15/+20
* 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-1/+1
* Improve the quality of the generated epydoc documentation. All modules should...Heikki Toivonen2008-09-301-0/+3
* Epydoc documentation fixes.Heikki Toivonen2007-06-081-1/+3
* Fix minor import and indentation problems found with pylint.Heikki Toivonen2006-04-281-2/+2
* Bug 3257, fix non-hashable type problems with SSL._ctxmap and users,Heikki Toivonen2006-04-031-10/+14
* 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-17/+2
* Cleaned up the code somewhat.Ng Pheng Siong2000-08-231-18/+36
* Support an cert-authentication callback code new in OpenSSL 0.9.5.Ng Pheng Siong2000-04-011-2/+3
* Initial revisionNg Pheng Siong2000-02-231-0/+72