summaryrefslogtreecommitdiff
path: root/httpretty/compat.py
Commit message (Collapse)AuthorAgeFilesLines
* removed non-ascii characters (#321)Tom White2018-03-071-1/+1
|
* Fixing issue with random binary data sent in the query string. (#330)Andres Riancho2018-03-071-1/+1
|
* revamping docs + testsGabriel Falcão2015-12-131-5/+9
|
* core: fix for working with python 3.3Mika Eloranta2013-10-231-0/+10
| | | | | | | | | | The unfixed parse_querystring() raises the following exception in Python 3.3: TypeError: Type str doesn't support the buffer API Also removed iteritems() as it is deprecated and no longer supported in Python 3.x
* reaching 80% of unit test coverageGabriel Falcao2013-10-071-8/+8
|
* fixing bug when unicode query string had unicode chars. closes #36Gabriel Falcao2013-10-011-2/+2
|
* fix for nonexisting basestring in python3.3gcetusic2013-06-271-0/+2
|
* Moving code around, simplifying API interface and releasing 0.6.00.6.0Gabriel Falcao2013-04-181-0/+88