summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* httpretty now works well with non-http protocols. closes #34Gabriel Falcao2013-03-155-17/+187
* 0.5.11Gabriel Falcao2013-03-122-2/+6
* global stateGabriel Falcao2013-03-123-9/+34
* Merge pull request #41 from coagulant/feature/class_decoratorGabriel Falcão2013-03-082-9/+79
|\
| * httprettified decorator for TestCasescoagulant2013-03-022-9/+79
|/
* bumping to 0.5.10 + updating readme, changelog and adding a contributors listGabriel Falcao2013-02-1911-13/+31
* Merge pull request #33 from hughsaunders/masterGabriel Falcão2013-02-192-1/+33
|\
| * fix missing dictionary conversion in get_next_entry and add new test for thisHugh Saunders2013-02-192-1/+33
* | Merge pull request #32 from hughsaunders/masterGabriel Falcão2013-02-182-12/+41
|\ \ | |/
| * Merge remote-tracking branch 'upstream/master'Hugh Saunders2013-02-181-0/+1
| |\ | |/ |/|
* | adding python 3.3 to travis configurationGabriel Falcao2013-02-181-0/+1
| * use .text instead of .contentHugh Saunders2013-02-181-1/+1
| * Allow multiple methods for the same URIHugh Saunders2013-02-182-12/+41
|/
* releasing 0.5.9 with py3k fixes0.5.9Gabriel Falcao2013-02-183-4/+4
* Merge pull request #31 from spulec/masterGabriel Falcão2013-02-178-114/+154
|\
| * Additional fixes for py3kSteve Pulec2013-02-178-114/+154
|/
* compatibility changeGabriel Falcao2013-02-171-1/+1
* upgrading steadymark versionGabriel Falcao2013-02-171-1/+1
* removing print statementGabriel Falcao2013-02-171-1/+1
* adding a little changelog to the readmeGabriel Falcao2013-02-141-0/+8
* 0.5.80.5.8Gabriel Falcao2013-02-142-2/+2
* implementing regex support. closes #26Gabriel Falcao2013-02-146-35/+173
* bumping to 0.5.70.5.7Gabriel Falcao2013-02-141-1/+1
* raising a RuntimeError when unexpected socket methods are called,Gabriel Falcao2013-02-142-5/+120
* adding @spulec's changes to support py3k. closes #27Gabriel Falcao2013-02-1412-53/+114
|\
| * use __str__ instead of __unicode__Steve Pulec2013-02-141-6/+6
| * py3k supportSteve Pulec2013-02-1312-52/+113
* | Merge pull request #28 from spulec/feature/callbacksGabriel Falcão2013-02-145-5/+129
|\ \
| * | adding formatting indexes for py26 compatSteve Pulec2013-02-143-3/+3
| * | remove commented out codeSteve Pulec2013-02-141-3/+0
| * | Add ability set callback functions for response bodiesSteve Pulec2013-02-145-5/+132
| |/
* | Merge pull request #24 from lorin/patch-1Gabriel Falcão2013-01-311-2/+2
|\ \
| * | response.json is now a method, not a propertyLorin Hochstein2013-01-021-2/+2
| |/
* | releasing 0.5.60.5.6Gabriel Falcao2013-01-292-2/+2
* | supporting easy syntax for testing querystrings. closes #25Gabriel Falcao2013-01-295-13/+90
|/
* using specific versions of depsGabriel Falcao2012-12-211-18/+18
* Mentioning that responses can be rotate as much as needed/wanted. closes #23Gabriel Falcao2012-12-211-2/+5
* Merge pull request #21 from jbochi/masterGabriel Falcão2012-12-141-1/+1
|\
| * Fix typo in READMEJuarez Bochi2012-12-141-1/+1
|/
* releasing 0.5.5 with @z4r's contribution:0.5.5Gabriel Falcao2012-12-102-3/+3
* Merge pull request #20 from z4r/masterGabriel Falcão2012-12-102-9/+36
|\
| * count requests fix #20ademarco2012-12-102-6/+15
| * rfile fix #19ademarco2012-12-101-2/+1
| * Multipart func test as requested in #19ademarco2012-12-071-1/+20
* | Merge pull request #19 from z4r/masterGabriel Falcão2012-12-072-3/+43
|\ \ | |/
| * Request-Line regex. it will fix #18 (added a test)ademarco2012-12-071-0/+1
| * Request-Line regex. it will fix #18 (python 2.7 fix)ademarco2012-12-071-1/+1
| * Request-Line regex. it will fix #18ademarco2012-12-072-2/+41
|/
* upgrading sure versionGabriel Falcao2012-11-275-79/+77
* Merge pull request #17 from mhluongo/masterGabriel Falcão2012-11-273-12/+104
|\