summaryrefslogtreecommitdiff
path: root/httpretty
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Disable sendall/recv magic for non-http(s) socketsMarco Paolini2015-02-271-0/+2
* | | | Merge pull request #216 from frankamp/masterGabriel Falcão2015-02-211-11/+13
|\ \ \ \
| * | | | removing bad setsockopt implementation and replacing with a passthrough to th...Josh Frankamp2015-02-081-11/+13
* | | | | New release: 0.8.5Gabriel Falcão2015-02-191-1/+1
* | | | | fixing build in python 3.4Gabriel Falcão2015-02-122-3/+5
* | | | | not building against pypyGabriel Falcão2015-02-121-0/+4
|/ / / /
* | | | New release: 0.8.4Gabriel Falcão2015-02-031-1/+1
* | | | Fix for https://github.com/gabrielfalcao/HTTPretty/issues/206Andres Riancho2015-01-071-2/+11
|/ / /
* | | Merge pull request #170 from chris-martin/disallow-real-connectionsGabriel Falcão2014-12-113-13/+36
|\ \ \ | |/ / |/| |
| * | Allow_net_connect, prevent real connections (#157)Chris Martin2014-05-233-13/+36
| |/
* | New release: 0.8.30.8.3Gabriel Falcao2014-06-191-1/+1
* | New release: 0.8.20.8.2Gabriel Falcao2014-06-191-1/+1
* | New release: 0.8.10.8.1Gabriel Falcao2014-06-191-1/+1
* | Fix bug that occurs when using custom schema/port/regexLuqmaan2014-04-031-8/+24
|/
* Unit test for mocking of octet stream and fix to the codeMatt Millar2014-03-141-1/+1
* New release: 0.8.00.8.0Gabriel Falcao2014-02-031-1/+1
* Python 3: fix test_httpretty_should_allow_registering_regexes_with_streaming_...Cyril Roelandt2014-01-211-2/+2
* Python 3: fix encoding issueCyril Roelandt2014-01-211-0/+4
* Python3: Fix test_recording_calls()Cyril Roelandt2014-01-211-2/+2
* Python 3: fix parse_requestline().Cyril Roelandt2014-01-212-12/+13
* Python 3: cast return values of map() to list().Cyril Roelandt2014-01-211-3/+3
* Python 3: Pass bytes to sendall() and friends.Cyril Roelandt2014-01-211-1/+1
* Python 3: fix parse_request_body()Cyril Roelandt2014-01-211-0/+1
* Reset POTENTIAL_HTTP_PORTS with resetJamie Lennox2014-01-151-0/+2
* Remove bytes in calls to str.split()Cyril Roelandt2013-12-181-2/+2
* New release: 0.7.1Gabriel Falcao2013-11-211-1/+1
* Merge pull request #115 from melor/py33Gabriel Falcão2013-11-212-4/+14
|\
| * core: fix for working with python 3.3Mika Eloranta2013-10-232-4/+14
* | 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-072-8/+9
* comment cleanupGabriel Falcao2013-10-071-4/+0
* refactoring sendallGabriel Falcao2013-10-071-17/+15
* more refactoringGabriel Falcao2013-10-071-7/+9
* more refactoringGabriel Falcao2013-10-071-2/+4
* more refactoringGabriel Falcao2013-10-041-11/+29
* Starting to refactor the core moduleGabriel Falcao2013-10-041-26/+86
* temporarily solving #42 in a ugly way. Ready to refactor some codeGabriel Falcao2013-10-031-2/+7
* fixing the POST callback being called twice. closes #100, but might regress #42Gabriel Falcao2013-10-031-9/+9
* teaching HTTPretty to playback recorded responses. refs #10Gabriel Falcao2013-10-011-0/+14
* teaching HTTPretty how to record requests. refs #10Gabriel Falcao2013-10-012-5/+58
* fixing bug when unicode query string had unicode chars. closes #36Gabriel Falcao2013-10-012-6/+19
* adding the CONNECT method. closes #85Gabriel Falcao2013-09-301-1/+2
* New release: 0.6.5Gabriel Falcao2013-09-301-1/+1
* Merge pull request #88 from toumorokoshi/parsed_postGabriel Falcão2013-09-291-1/+16
|\
| * fixing tests for python3Yusuke Tsutsumi2013-09-081-7/+8
| * Adding parsed_body parameter to simplify checksYusuke Tsutsumi2013-07-291-0/+14
* | Merge pull request #89 from Gandi/masterGabriel Falcão2013-09-291-3/+3
|\ \
| * | Don't duplicate http ports numberGuillaume Gauvrit2013-07-291-3/+3
| |/
* | Merge pull request #91 from imankulov/extended_apiGabriel Falcão2013-09-291-1/+1
|\ \