summaryrefslogtreecommitdiff
path: root/M2Crypto/m2urllib2.py
Commit message (Expand)AuthorAgeFilesLines
* Move project to src/ layoutMatěj Cepl2021-01-141-185/+0
* Remove support for CentOS 6 and Python 2.6Matěj Cepl2020-11-201-3/+2
* Do not by-pass a potential transfer decoding in m2urllib2Marcus Huewe2018-03-131-1/+1
* M2Crypto.m2urllib2: make HTTPSHandler working with py3k as well.Matěj Cepl2018-02-071-2/+8
* Fix type comments of dynamic arguments.Matěj Cepl2017-09-271-1/+1
* Change JavaDoc parameters to the Sphinx convention.Matěj Cepl2017-09-201-0/+3
* Clean up imports and PEP8izationMatěj Cepl2016-12-151-3/+3
* M2Crypto/m2*, DH, Engine: type hint commentsMatěj Cepl2016-07-121-11/+42
* Fix broken imports (and PEP8ization).Matěj Cepl2016-03-201-3/+2
* Use the new absolute import syntax to fix Python 3. [PEP 328]Craig Rodrigues2016-03-201-1/+11
* Removing one more pre 2.5 compatibility hack: socket._fileobject(close=True)Matěj Cepl2015-12-021-19/+1
* PEP8ize M2Crypto/m2urllib2.pyMatěj Cepl2015-12-021-4/+5
* Fix whitespace using suggestions from autopep8Craig Rodrigues2015-12-011-5/+5
* Strip trailinig spaces and expand tabs.Matěj Cepl2015-11-191-3/+3
* Fix exception handling syntax for Python 3. [PEP-3110]Craig Rodrigues2015-11-131-1/+1
* Fix https connections over a proxy with Python >= 2.6Miloslav Trmač2015-10-131-1/+3
* Bug 12718, break circular reference so that sockets get closed properly, by M...Heikki Toivonen2009-02-071-1/+17
* Bug 12458, revert change done in 0.17 that changed URL without hostname to co...Heikki Toivonen2009-02-011-1/+1
* Bug 12139, fixed m2urllib.build_opener when optional handlers were in use,Heikki Toivonen2008-06-121-3/+6
* Add unit test for installing global m2urllib2 opener, and an assert. Inspired...Heikki Toivonen2007-06-081-0/+1
* Epydoc documentation fixes.Heikki Toivonen2007-06-081-3/+3
* Bug 6975, CONNECT proxy for httpslib and m2urllib2, by James Bowes.Heikki Toivonen2006-12-051-3/+12
* Bug 6148, added m2urllib2, original patch by James bowes.Heikki Toivonen2006-08-251-0/+123