summaryrefslogtreecommitdiff
path: root/M2Crypto/DH.py
Commit message (Expand)AuthorAgeFilesLines
* Remove support for CentOS 6 and Python 2.6Matěj Cepl2020-11-201-3/+3
* Replace all old-style classes with the new onesMatěj Cepl2018-03-131-1/+1
* MSVC expects C89 and declarations must be at the top of functionsMatěj Cepl2018-02-221-1/+1
* Whitespace problems.Matěj Cepl2018-02-051-4/+2
* Don't use deprecated *_generate_key functions, update.Matěj Cepl2017-09-201-1/+3
* Replaced DH set_params to uniified dh_set_pg()Jim Carroll2017-09-151-3/+1
* M2Crypto/m2*, DH, Engine: type hint commentsMatěj Cepl2016-07-121-3/+20
* Fix broken imports (and PEP8ization).Matěj Cepl2016-03-201-3/+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/+2
* Strip trailinig spaces and expand tabs.Matěj Cepl2015-11-191-3/+3
* Fix syntax for raising exceptions for Python 3. [PEP 3109] [PEP 0352]Craig Rodrigues2015-11-141-2/+2
* Removed RCS_id, RCS_ID and _RCS_id from Python files. UnneededHeikki Toivonen2006-03-201-2/+0
* Bug 3805, do not access global objects from __del__ methodsHeikki Toivonen2005-08-231-6/+5
* Bug 3121, fix set_tmp_dh_callback crash by ensuring/releasing GIL. Heikki Toivonen2005-06-301-0/+3
* Fix $ mess (diff always shows changes).Heikki Toivonen2005-06-091-1/+1
* Prepare for import into CVS.Ng Pheng Siong2002-12-231-45/+63
* Handle memory deallocation in Python where necessary.Ng Pheng Siong2000-02-251-49/+64
* Clean up namespace.Ng Pheng Siong1999-09-121-29/+24
* Initial revisionNg Pheng Siong1999-08-161-0/+68