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
/
tests
/
unit
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #285 from hufman/use_tempfile
Gabriel Falcão
2016-05-26
2
-6
/
+6
|
\
|
*
Use a tempfile instead of a StringIO object
Walter Huf
2016-02-03
2
-6
/
+6
*
|
Encode callable body length as str and not bytes
Walter Huf
2016-02-06
1
-0
/
+10
|
/
*
BF: PY3 etc -- no need to byte_type an in which later %s-ed, assume sending b...
Yaroslav Halchenko
2015-12-15
1
-3
/
+3
*
revamping docs + tests
Gabriel Falcão
2015-12-13
4
-20
/
+32
*
Fix py34 hanging
Ben Picolo
2015-05-13
1
-0
/
+24
*
add httpretty.has_request() and test
jsa
2015-05-07
1
-0
/
+7
*
Update and test PR #208.
Joshua Carp
2015-02-27
1
-9
/
+43
*
updating tests to reflect blocking underlying socket
Josh Frankamp
2015-02-16
1
-15
/
+12
*
Added test to reproduce https://github.com/gabrielfalcao/HTTPretty/issues/206
Andres Riancho
2015-01-07
1
-0
/
+12
*
Fix bug that occurs when using custom schema/port/regex
Luqmaan
2014-04-03
1
-1
/
+2
*
Python3: use bytes where needed.
Cyril Roelandt
2014-01-21
1
-4
/
+4
*
Python 3: fix test_request_stubs_internals
Cyril Roelandt
2014-01-21
1
-5
/
+5
*
Python 3: do not hardcode class name in test_request_stubs_internals().
Cyril Roelandt
2014-01-21
1
-2
/
+5
*
Python 3: Pass bytes to sendall() and friends.
Cyril Roelandt
2014-01-21
1
-21
/
+21
*
reaching 80% of unit test coverage
Gabriel Falcao
2013-10-07
1
-0
/
+12
*
refactoring sendall
Gabriel Falcao
2013-10-07
1
-1
/
+110
*
more refactoring
Gabriel Falcao
2013-10-07
1
-13
/
+88
*
more refactoring
Gabriel Falcao
2013-10-07
1
-0
/
+66
*
more refactoring
Gabriel Falcao
2013-10-04
1
-0
/
+34
*
Starting to refactor the core module
Gabriel Falcao
2013-10-04
1
-0
/
+285
*
adding the CONNECT method. closes #85
Gabriel Falcao
2013-09-30
1
-0
/
+17
*
Merge pull request #88 from toumorokoshi/parsed_post
Gabriel Falcão
2013-09-29
1
-1
/
+41
|
\
|
*
fixing tests for python3
Yusuke Tsutsumi
2013-09-08
1
-2
/
+2
|
*
Adding parsed_body parameter to simplify checks
Yusuke Tsutsumi
2013-07-29
1
-1
/
+41
*
|
Merge pull request #89 from Gandi/master
Gabriel Falcão
2013-09-29
1
-4
/
+2
|
\
\
|
*
|
Don't duplicate http ports number
Guillaume Gauvrit
2013-07-29
1
-4
/
+2
|
|
/
*
|
Use common string case for URIInfo hostname comparison.
Mike Waters
2013-09-13
1
-1
/
+25
|
/
*
Fix Python 3 support
Guillaume Gauvrit
2013-07-26
1
-2
/
+2
*
Fix tests
Guillaume Gauvrit
2013-07-26
1
-0
/
+1
*
Add tests about the RuntimeError issue
Guillaume Gauvrit
2013-07-26
1
-1
/
+42
*
partial fix for some tests, 2 tests still fail
gcetusic
2013-06-27
1
-1
/
+5
*
Merge pull request #61 from maxmind/master
Gabriel Falcão
2013-06-11
1
-7
/
+7
|
\
|
*
Whitespace and 'u' string fixes
Gregory Oschwald
2013-05-06
1
-4
/
+4
|
*
Removed 2.x-style unicode literals
Gregory Oschwald
2013-05-06
1
-5
/
+5
*
|
Fix the calculation of Content-Length
papaeye
2013-06-10
1
-1
/
+9
|
/
*
regex matching should ignore querystrings
Steve Pulec
2013-04-30
1
-0
/
+4
*
Moving code around, simplifying API interface and releasing 0.6.0
0.6.0
Gabriel Falcao
2013-04-18
1
-2
/
+4
*
test all delegated socket methods using mock
Tim Cowlishaw
2013-04-11
1
-7
/
+23
*
failing tests for other socket methods - as they call through to the real soc...
Tim Cowlishaw
2013-04-11
1
-0
/
+47
*
ensure that calls to the 'getsockopt' method on fake sockets are delegated to...
Tim Cowlishaw
2013-04-11
1
-0
/
+6
*
ensure that calls to the 'fileno' method on fake sockets are delegated to the...
Tim Cowlishaw
2013-04-11
1
-0
/
+6
*
ensure that calls to the 'setblocking' method on fake sockets are delegated t...
Tim Cowlishaw
2013-04-11
1
-0
/
+7
*
fix headers capitalization on Entry class
Igor Sobreira
2013-04-02
1
-1
/
+12
*
add missing return to Py3kObject
Igor Sobreira
2013-04-02
1
-1
/
+10
*
global state
Gabriel Falcao
2013-03-12
1
-9
/
+16
*
bumping to 0.5.10 + updating readme, changelog and adding a contributors list
Gabriel Falcao
2013-02-19
2
-2
/
+2
*
Additional fixes for py3k
Steve Pulec
2013-02-17
1
-1
/
+20
*
py3k support
Steve Pulec
2013-02-13
1
-0
/
+1
*
adding missing status codes. closes #14
Gabriel Falcao
2012-11-19
1
-16
/
+94
[next]