summaryrefslogtreecommitdiff
path: root/M2Crypto/httpslib.py
Commit message (Expand)AuthorAgeFilesLines
* Remove support for CentOS 6 and Python 2.6Matěj Cepl2020-11-201-3/+2
* Fix use of urlunsplitAndreas Schwab2019-04-251-1/+1
* Replace util.py3{bytes,str} with six.ensure_{binary,text}Matěj Cepl2018-03-191-4/+4
* Deal with base64.encodestring being deprecated in py3k.Matěj Cepl2018-02-051-1/+5
* httpslib Connections should support SNIChris Duryee2017-09-271-0/+4
* Fix type comments of dynamic arguments.Matěj Cepl2017-09-271-3/+3
* Change JavaDoc parameters to the Sphinx convention.Matěj Cepl2017-09-201-10/+10
* httpslib: fix imports for python3Matěj Cepl2017-09-141-14/+2
* Fix wrong imports of modules changed between py2k and py3k.Matěj Cepl2017-07-171-3/+4
* Use better defaults for SSL_CTX_new().Matěj Cepl2016-07-191-1/+1
* Add httpslib type hints and docstringsMatěj Cepl2016-07-151-29/+67
* Fix broken imports (and PEP8ization).Matěj Cepl2016-03-201-8/+8
* 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-8/+8
* Python < 2.6 is not supported anymore, so we don’t need to work around it.Matěj Cepl2015-11-181-4/+2
* Merge branch 'PEP3110' into 'master' Matěj Cepl2015-11-141-1/+1
|\
| * Fix exception handling syntax for Python 3. [PEP-3110]Craig Rodrigues2015-11-131-1/+1
* | Fix syntax for raising exceptions for Python 3. [PEP 3109] [PEP 0352]Craig Rodrigues2015-11-141-3/+3
|/
* Remove unnecessary string import.Miloslav Trmač2015-10-171-1/+1
* Fix https connections over a proxy with Python >= 2.6Miloslav Trmač2015-10-131-2/+2
* Support IPv6 in M2Crypto.httpslibMiloslav Trmač2015-10-131-14/+36
* Bug 12910, make httpslib.ProxyHTTPSConnection work with Python 2.3.Heikki Toivonen2010-02-131-1/+4
* Bug 12857, fix regression in httpslib.ProxyHTTPSConnection, by Miloslav Trmac.Heikki Toivonen2009-08-121-2/+3
* Bug 9062, use urlparse for parsing urls instead of urllib.Heikki Toivonen2009-07-221-9/+16
* git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@684 2715db39-9adf-031...Heikki Toivonen2009-06-181-1/+1
* Bug 12760, fixed httpslib to send only path+query+fragment part of URL when u...Heikki Toivonen2009-03-241-1/+1
* Bug 12333, httpslib.HTTPSConnection now raises ValueError for illegal keyword...Heikki Toivonen2008-09-041-1/+1
* Bug 12140, use the proxied User-Agent value in CONNECT requests, by James Ant...Heikki Toivonen2008-06-111-0/+6
* Bug 10884, httpslib.ProxyHTTPSConnection now sends the required Host header, ...Heikki Toivonen2007-09-241-0/+1
* Add unit test for installing global m2urllib2 opener, and an assert. Inspired...Heikki Toivonen2007-06-081-1/+1
* Epydoc documentation fixes.Heikki Toivonen2007-06-081-1/+1
* Bug 9409, added SSL session caching support to HTTPSConnection, by Keith Jack...Heikki Toivonen2007-06-041-0/+9
* Bug 6975, CONNECT proxy for httpslib and m2urllib2, by James Bowes.Heikki Toivonen2006-12-051-0/+111
* 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-130/+57
* Fix $ mess (diff always shows changes).Heikki Toivonen2005-06-091-1/+1
* Bug 2840, deal with Python versions correctly.Heikki Toivonen2005-05-141-3/+3
* *** empty log message ***Ng Pheng Siong2004-03-251-2/+2
* *** empty log message ***Ng Pheng Siong2004-03-211-3/+4
* *** empty log message ***Ng Pheng Siong2003-09-151-3/+5
* *** empty log message ***Ng Pheng Siong2003-01-071-31/+69
* Minor changes.Ng Pheng Siong2002-12-231-2/+4
* Made compatible with Python 2.2.Ng Pheng Siong2002-01-051-5/+9
* Support Python 2.1.Ng Pheng Siong2001-06-031-4/+8
* Supports both Python 1.5.2 and Python 2.0 httplib interface.Ng Pheng Siong2000-11-291-29/+91
* Initial revisionNg Pheng Siong1999-09-121-0/+36