summaryrefslogtreecommitdiff
path: root/M2Crypto/m2urllib.py
Commit message (Expand)AuthorAgeFilesLines
* Move project to src/ layoutMatěj Cepl2021-01-141-120/+0
* Remove support for CentOS 6 and Python 2.6Matěj Cepl2020-11-201-3/+2
* Two tiny typos to make mypy happy.Matěj Cepl2018-02-281-1/+1
* Deal with base64.encodestring being deprecated in py3k.Matěj Cepl2018-02-051-2/+5
* Switch off use of urllib.URLOpener for py3k.Matěj Cepl2018-02-051-1/+6
* Change JavaDoc parameters to the Sphinx convention.Matěj Cepl2017-09-201-4/+4
* Use better defaults for SSL_CTX_new().Matěj Cepl2016-07-191-3/+1
* M2Crypto/m2*, DH, Engine: type hint commentsMatěj Cepl2016-07-121-19/+59
* Remove unnecessary imports of libraries.Matěj Cepl2016-03-211-3/+2
* Fix broken imports (and PEP8ization).Matěj Cepl2016-03-201-16/+22
* Use the new absolute import syntax to fix Python 3. [PEP 328]Craig Rodrigues2016-03-201-3/+3
* Fix whitespace using suggestions from autopep8Craig Rodrigues2015-12-011-4/+2
* Strip trailinig spaces and expand tabs.Matěj Cepl2015-11-191-3/+3
* Use print as a function for Python 3. [PEP 3105]Craig Rodrigues2015-11-161-1/+3
* Fix syntax for raising exceptions for Python 3. [PEP 3109] [PEP 0352]Craig Rodrigues2015-11-141-1/+1
* Bug 6969, m2urllib.open_https needs to return response headers orHeikki Toivonen2006-10-161-1/+1
* Fix minor import and indentation problems found with pylint.Heikki Toivonen2006-04-281-49/+49
* Removed erronous call to set_debuglevel(1) in m2urllib whichHeikki Toivonen2006-04-051-1/+1
* 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-25/+4
* Fix $ mess (diff always shows changes).Heikki Toivonen2005-06-091-1/+1
* *** empty log message ***Ng Pheng Siong2003-01-071-5/+8
* Prepare for import into CVS.Ng Pheng Siong2002-12-231-5/+6
* Added missing 'import string'.Ng Pheng Siong2001-09-191-2/+3
* Support Python 2.1.Ng Pheng Siong2001-06-031-15/+25
* Supports both Python 1.5.2 and Python 2.0.Ng Pheng Siong2000-11-291-13/+15
* Initial revisionNg Pheng Siong1999-09-121-0/+76