summaryrefslogtreecommitdiff
path: root/httpretty
Commit message (Expand)AuthorAgeFilesLines
...
| * | Expose httpretty.reset() to public APIRoman Imankulov2013-08-191-1/+1
| |/
* | Merge pull request #95 from mikewaters/masterGabriel Falcão2013-09-291-2/+2
|\ \
| * | Use common string case for URIInfo hostname comparison.Mike Waters2013-09-131-2/+2
| |/
* | Merge pull request #101 from mgood/masterGabriel Falcão2013-09-291-1/+1
|\ \
| * | Fix fake_gethostbyname for requests 2.0Matt Good2013-09-241-1/+1
* | | Continue on EAGAIN errorsKonstantinos Koukopoulos2013-09-261-2/+4
|/ /
* | New release: 0.6.4Gabriel Falcao2013-09-231-1/+1
* | Merge pull request #98 from ametaireau/match-querystringGabriel Falcão2013-09-231-4/+8
|\ \
| * | Add a way to match the querystrings.Alexis Métaireau2013-09-231-4/+8
| |/
* | New release: 0.6.3Gabriel Falcao2013-09-221-1/+1
|/
* Use the real socket if it's not HTTPGuillaume Gauvrit2013-07-251-13/+31
* fix for nonexisting basestring in python3.3gcetusic2013-06-272-0/+3
* fixing string check in python 3.2Gabriel Falcao2013-06-201-0/+2
* release 0.6.20.6.2Gabriel Falcao2013-06-201-1/+1
* Merge pull request #72 from andresriancho/feature/inet_atonGabriel Falcão2013-06-191-4/+0
|\
| * There is no need to monkeypatch inet_atonAndres Riancho2013-06-141-4/+0
* | Merge pull request #71 from andresriancho/masterGabriel Falcão2013-06-191-1/+2
|\ \ | |/
| * Fixing method signature to match original socket.socket.Andres Riancho2013-06-141-1/+2
* | Fixing bug of trailing slash. closes #73Gabriel Falcao2013-06-201-0/+6
|/
* 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
* | Merge pull request #61 from maxmind/masterGabriel Falcão2013-06-111-5/+5
|\ \
| * | Removed 2.x-style unicode literalsGregory Oschwald2013-05-061-5/+5
| |/
* | Merge pull request #67 from dupuy/py26-supportGabriel Falcão2013-06-111-9/+9
|\ \
| * | Coerce keyword args to str for 2.6 <= Python < 2.6.6Alexander Dupuy2013-06-071-9/+9
* | | Fix the calculation of Content-Lengthpapaeye2013-06-101-2/+4
|/ /
* | release 0.6.10.6.1Gabriel Falcao2013-06-041-1/+1
* | add http OPTIONS verbGrigouze2013-05-231-1/+2
|/
* python 2.6 fixSteve Pulec2013-05-031-1/+2
* make sure that streaming data for callbacks is received properlySteve Pulec2013-05-031-2/+6
* Merge pull request #56 from spulec/fix-querystring-with-regex2Gabriel Falcão2013-05-011-3/+3
|\
| * regex matching should ignore querystringsSteve Pulec2013-04-301-3/+3
* | fixes for other python versionSteve Pulec2013-05-011-1/+1
* | Fixes streaming data requests when using regexes. Closes #42Steve Pulec2013-04-302-4/+23
|/
* Fix Python 3 compatibilityRonan Amicel2013-04-251-1/+1
* Moving code around, simplifying API interface and releasing 0.6.00.6.0Gabriel Falcao2013-04-186-904/+1106
* 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
| |/ |/|