summaryrefslogtreecommitdiff
path: root/M2Crypto/m2xmlrpclib.py
Commit message (Expand)AuthorAgeFilesLines
* Remove support for CentOS 6 and Python 2.6Matěj Cepl2020-11-201-3/+2
* Fixed bug with usage of unexisting method getreply at SSL_Transportroman-nagaev2020-07-131-5/+5
* Replace all old-style classes with the new onesMatěj Cepl2018-03-131-1/+1
* Fix type comments of dynamic arguments.Matěj Cepl2017-09-271-1/+1
* Use better defaults for SSL_CTX_new().Matěj Cepl2016-07-191-1/+1
* Add httpslib type hints and docstringsMatěj Cepl2016-07-151-0/+1
* M2Crypto/m2*, DH, Engine: type hint commentsMatěj Cepl2016-07-121-6/+16
* Remove unnecessary imports of libraries.Matěj Cepl2016-03-211-3/+2
* Fix broken imports (and PEP8ization).Matěj Cepl2016-03-201-6/+9
* 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-4/+3
* Bug 8937, fix m2xmlrpclib.py to work with Python 2.5, by Miloslav Trmac.Heikki Toivonen2007-04-271-1/+3
* Removed RCS_id, RCS_ID and _RCS_id from Python files. UnneededHeikki Toivonen2006-03-201-2/+0
* Get rid of pre-2.3 junk.Heikki Toivonen2006-02-271-7/+3
* Fix $ mess (diff always shows changes).Heikki Toivonen2005-06-091-1/+1
* *** empty log message ***Ng Pheng Siong2003-09-151-3/+3
* *** empty log message ***Ng Pheng Siong2003-01-071-3/+3
* Added "verbose" parameter to SSL_Transport for Python 2.2 compatibility.Ng Pheng Siong2002-01-051-6/+8
* Support Python 2.1.Ng Pheng Siong2001-06-031-4/+4
* Made compatible with 0.05p1.Ng Pheng Siong2000-12-131-7/+12
* Now handles basic authentication over https.Ng Pheng Siong2000-04-011-15/+17
* Initial revisionNg Pheng Siong1999-10-181-0/+60