index
:
delta/python-packages/httpretty.git
388-failed-url
andresriancho-master
black
bug/417/pyopenssl
bug/fix-issues-with-ndg-monkeypatching
dirty
docs-guides
fix-466
fix/345/ssl-wrap-socket
fix/387/trailing-slash
fix/399/multiple-instances-of-same-header
fix/413/regex
fix/414/httpx
fix/416/boto3
fix/425/duplicates
fix/426/segfault
fix/430/timeout
fix/issue/402
fix_ndg_break
frankamp-master
gh-pages
main
master
merging-prs
prepare-for-0.10.0
py3
python-3.3-support
python3
renovate/configure
timcowlishaw-feature-delegate-calls-to-other-methods-on-socket
vphilippon-urllib3-126-compat
github.com: gabrielfalcao/httpretty.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
httpretty
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Expose httpretty.reset() to public API
Roman Imankulov
2013-08-19
1
-1
/
+1
|
|
/
*
|
Merge pull request #95 from mikewaters/master
Gabriel Falcão
2013-09-29
1
-2
/
+2
|
\
\
|
*
|
Use common string case for URIInfo hostname comparison.
Mike Waters
2013-09-13
1
-2
/
+2
|
|
/
*
|
Merge pull request #101 from mgood/master
Gabriel Falcão
2013-09-29
1
-1
/
+1
|
\
\
|
*
|
Fix fake_gethostbyname for requests 2.0
Matt Good
2013-09-24
1
-1
/
+1
*
|
|
Continue on EAGAIN errors
Konstantinos Koukopoulos
2013-09-26
1
-2
/
+4
|
/
/
*
|
New release: 0.6.4
Gabriel Falcao
2013-09-23
1
-1
/
+1
*
|
Merge pull request #98 from ametaireau/match-querystring
Gabriel Falcão
2013-09-23
1
-4
/
+8
|
\
\
|
*
|
Add a way to match the querystrings.
Alexis Métaireau
2013-09-23
1
-4
/
+8
|
|
/
*
|
New release: 0.6.3
Gabriel Falcao
2013-09-22
1
-1
/
+1
|
/
*
Use the real socket if it's not HTTP
Guillaume Gauvrit
2013-07-25
1
-13
/
+31
*
fix for nonexisting basestring in python3.3
gcetusic
2013-06-27
2
-0
/
+3
*
fixing string check in python 3.2
Gabriel Falcao
2013-06-20
1
-0
/
+2
*
release 0.6.2
0.6.2
Gabriel Falcao
2013-06-20
1
-1
/
+1
*
Merge pull request #72 from andresriancho/feature/inet_aton
Gabriel Falcão
2013-06-19
1
-4
/
+0
|
\
|
*
There is no need to monkeypatch inet_aton
Andres Riancho
2013-06-14
1
-4
/
+0
*
|
Merge pull request #71 from andresriancho/master
Gabriel Falcão
2013-06-19
1
-1
/
+2
|
\
\
|
|
/
|
*
Fixing method signature to match original socket.socket.
Andres Riancho
2013-06-14
1
-1
/
+2
*
|
Fixing bug of trailing slash. closes #73
Gabriel Falcao
2013-06-20
1
-0
/
+6
|
/
*
Merge pull request #59 from maxmind/greg/latest_request
Gabriel Falcão
2013-06-11
1
-0
/
+3
|
\
|
*
Add last_request function to httprequest module
Gregory Oschwald
2013-05-06
1
-0
/
+3
*
|
Merge pull request #61 from maxmind/master
Gabriel Falcão
2013-06-11
1
-5
/
+5
|
\
\
|
*
|
Removed 2.x-style unicode literals
Gregory Oschwald
2013-05-06
1
-5
/
+5
|
|
/
*
|
Merge pull request #67 from dupuy/py26-support
Gabriel Falcão
2013-06-11
1
-9
/
+9
|
\
\
|
*
|
Coerce keyword args to str for 2.6 <= Python < 2.6.6
Alexander Dupuy
2013-06-07
1
-9
/
+9
*
|
|
Fix the calculation of Content-Length
papaeye
2013-06-10
1
-2
/
+4
|
/
/
*
|
release 0.6.1
0.6.1
Gabriel Falcao
2013-06-04
1
-1
/
+1
*
|
add http OPTIONS verb
Grigouze
2013-05-23
1
-1
/
+2
|
/
*
python 2.6 fix
Steve Pulec
2013-05-03
1
-1
/
+2
*
make sure that streaming data for callbacks is received properly
Steve Pulec
2013-05-03
1
-2
/
+6
*
Merge pull request #56 from spulec/fix-querystring-with-regex2
Gabriel Falcão
2013-05-01
1
-3
/
+3
|
\
|
*
regex matching should ignore querystrings
Steve Pulec
2013-04-30
1
-3
/
+3
*
|
fixes for other python version
Steve Pulec
2013-05-01
1
-1
/
+1
*
|
Fixes streaming data requests when using regexes. Closes #42
Steve Pulec
2013-04-30
2
-4
/
+23
|
/
*
Fix Python 3 compatibility
Ronan Amicel
2013-04-25
1
-1
/
+1
*
Moving code around, simplifying API interface and releasing 0.6.0
0.6.0
Gabriel Falcao
2013-04-18
6
-904
/
+1106
*
0.5.14
0.5.14
Gabriel Falcao
2013-04-15
1
-4
/
+4
*
Merge branch 'url-normalization' of git://github.com/spulec/HTTPretty into sp...
Gabriel Falcao
2013-04-15
1
-4
/
+20
|
\
|
*
fix tests for py26 and py33
Steve Pulec
2013-03-16
1
-2
/
+2
|
*
Normalize urls matching for url quoting
Steve Pulec
2013-03-16
1
-4
/
+20
*
|
Merge pull request #47 from kairichard/master
Gabriel Falcão
2013-04-15
1
-7
/
+22
|
\
\
|
*
\
Merge remote-tracking branch 'upstream/master'
Kai Richard Koenig
2013-03-25
1
-1
/
+1
|
|
\
\
|
*
|
|
Fixed an issue were callbacks would override them selfs with str
Kai Richard Koenig
2013-03-20
1
-1
/
+3
|
*
|
|
Introduced more flexible callbacks.
Kai Richard Koenig
2013-03-20
1
-7
/
+20
|
|
|
/
|
|
/
|
*
|
|
refactor to use getattr mechanism rather than overriding every method individ...
Tim Cowlishaw
2013-04-11
1
-8
/
+2
*
|
|
ensure that calls to the 'getsockopt' method on fake sockets are delegated to...
Tim Cowlishaw
2013-04-11
1
-0
/
+3
*
|
|
ensure that calls to the 'fileno' method on fake sockets are delegated to the...
Tim Cowlishaw
2013-04-11
1
-0
/
+3
*
|
|
ensure that calls to the 'setblocking' method on fake sockets are delegated t...
Tim Cowlishaw
2013-04-11
1
-0
/
+2
*
|
|
fix headers capitalization on Entry class
Igor Sobreira
2013-04-02
1
-1
/
+1
*
|
|
add missing return to Py3kObject
Igor Sobreira
2013-04-02
1
-1
/
+1
|
|
/
|
/
|
[prev]
[next]