summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* skip lockpy3Gabriel Falcão2018-04-282-4/+4
* ciGabriel Falcão2018-04-274-5/+79
* include singledispatch dependencyGabriel Falcão2018-04-264-32/+64
* update toxGabriel Falcão2018-04-261-4/+3
* comment out passthrough tests for nowGabriel Falcão2018-04-262-2/+6
* revert behavior of normalize_headersGabriel Falcão2018-04-262-2/+3
* more documentationGabriel Falcão2018-04-268-82/+411
* improved docs and more cleanupGabriel Falcão2018-04-2630-1924/+397
* Merge branch 'master' of github.com:gabrielfalcao/HTTPretty into py3Gabriel Falcão2018-04-260-0/+0
|\
| * Add support for requests 2.13 (#319)Samuel Mendes2018-03-0710-72/+258
* | refactor code style and build targetsGabriel Falcão2018-04-2630-222/+246
* | merge with masterGabriel Falcão2018-04-2611-81/+264
* | prepare for python3.6 support and migrate to pipenvGabriel Falcão2018-04-2616-74/+631
|/
* removed non-ascii characters (#321)Tom White2018-03-076-6/+6
* correct spelling mistake (#326)Edward Betts2018-03-071-1/+1
* API compability between Python 2 and Python 3 (#328)cclauss2018-03-071-3/+3
* Update version classifiers (#329)Hugo2018-03-077-23/+24
* Fixing issue with random binary data sent in the query string. (#330)Andres Riancho2018-03-071-1/+1
* Merge branch 'kouk-content-length'Gabriel Falcão2017-02-160-0/+0
|\
| * Merge branch 'content-length' of github.com:kouk/HTTPretty into kouk-content-...Ц§¡δəητ2017-02-162-69/+27
| |\
| | * Merge branch 'master' of git://github.com/gabrielfalcao/httpretty into conten...Konstantinos Koukopoulos2014-05-193-9/+34
| | |\
| | * | add a test for content-length header with callable bodyKonstantinos Koukopoulos2014-04-071-0/+18
| | * | don't overwrite content-length header with callable bodyKonstantinos Koukopoulos2014-04-071-3/+5
* | | | Merge pull request #165 from akun/masterGabriel Falcão2017-02-162-1/+4
|\ \ \ \
| * | | | Fixed an error when "Content-Length" is not int likeakun2014-05-192-1/+4
| | |_|/ | |/| |
* | | | add a test for content-length header with callable bodyKonstantinos Koukopoulos2017-02-161-61/+20
* | | | don't overwrite content-length header with callable bodyKonstantinos Koukopoulos2017-02-161-8/+7
| |/ / |/| |
* | | Squashed commit of the following:Andrew Gross2016-10-115-0/+122
* | | Update HTTP call recording to properly send headers being testedAndrew Gross2016-10-111-1/+5
* | | fixing failing testGabriel Falcão2016-05-301-0/+9
* | | Merge pull request #169 from chris-martin/unittest_TestCase_decoratorGabriel Falcão2016-05-262-3/+112
|\ \ \
| * | | Decorate unittest.TestCase setUp/tearDown methodsChris Martin2014-05-232-3/+112
| |/ /
* | | 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-263-10/+23
|\ \ \
| * | | Use a tempfile instead of a StringIO objectWalter Huf2016-02-033-10/+23
* | | | Merge pull request #287 from hufman/dynamic-content-lengthGabriel Falcão2016-05-262-1/+11
|\ \ \ \
| * | | | Encode callable body length as str and not bytesWalter Huf2016-02-062-1/+11
| |/ / /
* | | | Merge pull request #293 from bhodorog/bugfix/recording-uses-headers-bodyGabriel Falcão2016-05-263-4/+16
|\ \ \ \
| * | | | Use body and headers when recording upstream calls.Bogdan Hodorog2016-04-063-4/+16
| |/ / /
* | | | Merge pull request #294 from grahamc/patch-1Gabriel Falcão2016-05-261-1/+3
|\ \ \ \
| * | | | Pass `tests_require` list of packagesGraham Christensen2016-04-141-1/+3
| |/ / /
* | | | Merge pull request #298 from onovy/masterGabriel Falcão2016-05-262-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Renamed prefixfree.min.js to prefixfree.js because it's not minifiedOndřej Nový2016-05-242-2/+2
|/ / /
* | | quit using steadymark, from now on HTTPretty will rely on doctests within the...Gabriel Falcão2016-01-202-9/+3
* | | readmeGabriel Falcão2016-01-202-10/+19
* | | not running lint with unit testsGabriel Falcão2016-01-201-1/+1
* | | New release: 0.8.140.8.14Gabriel Falcão2016-01-185-6/+6
* | | pep8Gabriel Falcão2016-01-181-2/+3
* | | Merge pull request #262 from darjus-amzn/masterGabriel Falcão2016-01-121-1/+3
|\ \ \