summaryrefslogtreecommitdiff
path: root/httpretty
Commit message (Expand)AuthorAgeFilesLines
* removed non-ascii characters (#321)Tom White2018-03-076-6/+6
* correct spelling mistake (#326)Edward Betts2018-03-071-1/+1
* Update version classifiers (#329)Hugo2018-03-071-5/+5
* Fixing issue with random binary data sent in the query string. (#330)Andres Riancho2018-03-071-1/+1
* Merge pull request #165 from akun/masterGabriel Falcão2017-02-161-1/+2
|\
| * Fixed an error when "Content-Length" is not int likeakun2014-05-191-1/+2
* | don't overwrite content-length header with callable bodyKonstantinos Koukopoulos2017-02-161-8/+7
* | Squashed commit of the following:Andrew Gross2016-10-111-0/+15
* | fixing failing testGabriel Falcão2016-05-301-0/+9
* | Merge pull request #169 from chris-martin/unittest_TestCase_decoratorGabriel Falcão2016-05-261-2/+44
|\ \
| * | Decorate unittest.TestCase setUp/tearDown methodsChris Martin2014-05-231-2/+44
| |/
* | Merge pull request #173 from jamielennox/parsed_bodyGabriel Falcão2016-05-261-2/+14
|\ \
| * | Reparse the request body when setting bodyJamie Lennox2014-06-061-2/+14
| |/
* | Merge pull request #285 from hufman/use_tempfileGabriel Falcão2016-05-261-4/+17
|\ \
| * | Use a tempfile instead of a StringIO objectWalter Huf2016-02-031-4/+17
* | | Merge pull request #287 from hufman/dynamic-content-lengthGabriel Falcão2016-05-261-1/+1
|\ \ \
| * | | Encode callable body length as str and not bytesWalter Huf2016-02-061-1/+1
| |/ /
* | | Use body and headers when recording upstream calls.Bogdan Hodorog2016-04-061-1/+4
|/ /
* | New release: 0.8.140.8.14Gabriel Falcão2016-01-181-1/+1
* | pep8Gabriel Falcão2016-01-181-2/+3
* | Merge pull request #262 from darjus-amzn/masterGabriel Falcão2016-01-121-1/+3
|\ \
| * | Make Jython SRE_Pattern object recognizedDarjus Loktevic2015-10-081-1/+3
* | | Merge pull request #279 from yarikoptic/bf-3.xGabriel Falcão2016-01-051-1/+1
|\ \ \
| * | | BF: PY3 etc -- no need to byte_type an in which later %s-ed, assume sending b...Yaroslav Halchenko2015-12-151-1/+1
* | | | New release: 0.8.13Jiri Kuncar2015-12-141-1/+1
|/ / /
* | | Python 3.x compatibility fixJohan Hägg2015-12-141-1/+1
* | | New release: 0.8.12Gabriel Falcão2015-12-141-1/+1
* | | New release: 0.8.11Gabriel Falcão2015-12-131-1/+1
* | | fixing functional testGabriel Falcão2015-12-131-1/+1
* | | revamping docs + testsGabriel Falcão2015-12-136-61/+142
|/ /
* | Merge pull request #192 from cj1324/masterGabriel Falcão2015-07-291-3/+3
|\ \
| * | fixed invalid content-length bugHan Chen2014-10-011-3/+3
* | | Merge pull request #193 from dstanek/py34-issueGabriel Falcão2015-07-291-2/+3
|\ \ \
| * | | Fixes a Py3.4 issue where faking SocketType breaksDavid Stanek2014-10-151-2/+3
| |/ /
* | | Merge pull request #201 from BenjamenMeyer/enhancement_decorator_with_contextGabriel Falcão2015-07-291-5/+12
|\ \ \
| * | | Enhancement: HTTPretty Context ManagerBenjamenMeyer2014-12-041-5/+12
| |/ /
* | | Merge pull request #202 from ecarreras/simulating_timeoutGabriel Falcão2015-07-291-1/+12
|\ \ \
| * | | Simulating timeout on socketEduard Carreras2014-12-051-1/+12
| |/ /
* | | Merge pull request #210 from tmgardner/masterGabriel Falcão2015-07-291-1/+3
|\ \ \
| * | | Allow 'server' header to be unset.Todd Gardner2015-01-191-1/+3
* | | | Merge pull request #233 from jmcarp/matcher-priorityGabriel Falcão2015-07-291-3/+10
|\ \ \ \
| * | | | Add priority argument to register_uri.Joshua Carp2015-03-131-3/+10
* | | | | New release: 0.8.100.8.10Gabriel Falcão2015-05-181-1/+1
* | | | | Fix py34 hangingBen Picolo2015-05-131-3/+9
* | | | | New release: 0.8.9Gabriel Falcão2015-05-111-1/+1
* | | | | add httpretty.has_request() and testjsa2015-05-071-1/+5
|/ / / /
* | | | New release: 0.8.8Gabriel Falcão2015-03-111-1/+1
* | | | New release: 0.8.7Gabriel Falcão2015-03-111-1/+1
* | | | New release: 0.8.6Gabriel Falcão2015-03-111-1/+1
* | | | Update and test PR #208.Joshua Carp2015-02-271-5/+3