summaryrefslogtreecommitdiff
path: root/httpretty/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* New release: 0.7.1Gabriel Falcao2013-11-211-1/+1
* Replaced dynamic module attributes with actual references.Simon König2013-10-271-6/+15
* New release: 0.7.0Gabriel Falcao2013-10-071-1/+1
* reaching 80% of unit test coverageGabriel Falcao2013-10-071-0/+1
* teaching HTTPretty how to record requests. refs #10Gabriel Falcao2013-10-011-0/+1
* New release: 0.6.5Gabriel Falcao2013-09-301-1/+1
* Merge pull request #91 from imankulov/extended_apiGabriel Falcão2013-09-291-1/+1
|\
| * Expose httpretty.reset() to public APIRoman Imankulov2013-08-191-1/+1
* | New release: 0.6.4Gabriel Falcao2013-09-231-1/+1
* | New release: 0.6.3Gabriel Falcao2013-09-221-1/+1
|/
* release 0.6.20.6.2Gabriel Falcao2013-06-201-1/+1
* Merge pull request #59 from maxmind/greg/latest_requestGabriel Falcão2013-06-111-0/+3
|\
| * Add last_request function to httprequest moduleGregory Oschwald2013-05-061-0/+3
* | release 0.6.10.6.1Gabriel Falcao2013-06-041-1/+1
|/
* Fix Python 3 compatibilityRonan Amicel2013-04-251-1/+1
* Moving code around, simplifying API interface and releasing 0.6.00.6.0Gabriel Falcao2013-04-181-904/+9
* 0.5.140.5.14Gabriel Falcao2013-04-151-4/+4
* Merge branch 'url-normalization' of git://github.com/spulec/HTTPretty into sp...Gabriel Falcao2013-04-151-4/+20
|\
| * fix tests for py26 and py33Steve Pulec2013-03-161-2/+2
| * Normalize urls matching for url quotingSteve Pulec2013-03-161-4/+20
* | Merge pull request #47 from kairichard/masterGabriel Falcão2013-04-151-7/+22
|\ \
| * \ Merge remote-tracking branch 'upstream/master'Kai Richard Koenig2013-03-251-1/+1
| |\ \
| * | | Fixed an issue were callbacks would override them selfs with strKai Richard Koenig2013-03-201-1/+3
| * | | Introduced more flexible callbacks.Kai Richard Koenig2013-03-201-7/+20
| | |/ | |/|
* | | refactor to use getattr mechanism rather than overriding every method individ...Tim Cowlishaw2013-04-111-8/+2
* | | ensure that calls to the 'getsockopt' method on fake sockets are delegated to...Tim Cowlishaw2013-04-111-0/+3
* | | ensure that calls to the 'fileno' method on fake sockets are delegated to the...Tim Cowlishaw2013-04-111-0/+3
* | | ensure that calls to the 'setblocking' method on fake sockets are delegated t...Tim Cowlishaw2013-04-111-0/+2
* | | fix headers capitalization on Entry classIgor Sobreira2013-04-021-1/+1
* | | add missing return to Py3kObjectIgor Sobreira2013-04-021-1/+1
| |/ |/|
* | 0.5.13Gabriel Falcao2013-03-241-1/+1
|/
* httpretty now works well with non-http protocols. closes #34Gabriel Falcao2013-03-151-9/+22
* 0.5.11Gabriel Falcao2013-03-121-1/+1
* global stateGabriel Falcao2013-03-121-0/+7
* httprettified decorator for TestCasescoagulant2013-03-021-9/+31
* bumping to 0.5.10 + updating readme, changelog and adding a contributors listGabriel Falcao2013-02-191-2/+2
* fix missing dictionary conversion in get_next_entry and add new test for thisHugh Saunders2013-02-191-1/+1
* Allow multiple methods for the same URIHugh Saunders2013-02-181-12/+23
* releasing 0.5.9 with py3k fixes0.5.9Gabriel Falcao2013-02-181-1/+1
* Additional fixes for py3kSteve Pulec2013-02-171-48/+55
* compatibility changeGabriel Falcao2013-02-171-1/+1
* removing print statementGabriel Falcao2013-02-171-1/+1
* 0.5.80.5.8Gabriel Falcao2013-02-141-1/+1
* implementing regex support. closes #26Gabriel Falcao2013-02-141-33/+87
* raising a RuntimeError when unexpected socket methods are called,Gabriel Falcao2013-02-141-5/+16
* adding @spulec's changes to support py3k. closes #27Gabriel Falcao2013-02-141-25/+54
|\
| * use __str__ instead of __unicode__Steve Pulec2013-02-141-6/+6
| * py3k supportSteve Pulec2013-02-131-24/+53
* | Merge pull request #28 from spulec/feature/callbacksGabriel Falcão2013-02-141-5/+11
|\ \
| * | remove commented out codeSteve Pulec2013-02-141-3/+0