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
Commit message (
Expand
)
Author
Age
Files
Lines
*
skip lock
py3
Gabriel Falcão
2018-04-28
2
-4
/
+4
*
ci
Gabriel Falcão
2018-04-27
4
-5
/
+79
*
include singledispatch dependency
Gabriel Falcão
2018-04-26
4
-32
/
+64
*
update tox
Gabriel Falcão
2018-04-26
1
-4
/
+3
*
comment out passthrough tests for now
Gabriel Falcão
2018-04-26
2
-2
/
+6
*
revert behavior of normalize_headers
Gabriel Falcão
2018-04-26
2
-2
/
+3
*
more documentation
Gabriel Falcão
2018-04-26
8
-82
/
+411
*
improved docs and more cleanup
Gabriel Falcão
2018-04-26
30
-1924
/
+397
*
Merge branch 'master' of github.com:gabrielfalcao/HTTPretty into py3
Gabriel Falcão
2018-04-26
0
-0
/
+0
|
\
|
*
Add support for requests 2.13 (#319)
Samuel Mendes
2018-03-07
10
-72
/
+258
*
|
refactor code style and build targets
Gabriel Falcão
2018-04-26
30
-222
/
+246
*
|
merge with master
Gabriel Falcão
2018-04-26
11
-81
/
+264
*
|
prepare for python3.6 support and migrate to pipenv
Gabriel Falcão
2018-04-26
16
-74
/
+631
|
/
*
removed non-ascii characters (#321)
Tom White
2018-03-07
6
-6
/
+6
*
correct spelling mistake (#326)
Edward Betts
2018-03-07
1
-1
/
+1
*
API compability between Python 2 and Python 3 (#328)
cclauss
2018-03-07
1
-3
/
+3
*
Update version classifiers (#329)
Hugo
2018-03-07
7
-23
/
+24
*
Fixing issue with random binary data sent in the query string. (#330)
Andres Riancho
2018-03-07
1
-1
/
+1
*
Merge branch 'kouk-content-length'
Gabriel Falcão
2017-02-16
0
-0
/
+0
|
\
|
*
Merge branch 'content-length' of github.com:kouk/HTTPretty into kouk-content-...
Ц§¡δəητ
2017-02-16
2
-69
/
+27
|
|
\
|
|
*
Merge branch 'master' of git://github.com/gabrielfalcao/httpretty into conten...
Konstantinos Koukopoulos
2014-05-19
3
-9
/
+34
|
|
|
\
|
|
*
|
add a test for content-length header with callable body
Konstantinos Koukopoulos
2014-04-07
1
-0
/
+18
|
|
*
|
don't overwrite content-length header with callable body
Konstantinos Koukopoulos
2014-04-07
1
-3
/
+5
*
|
|
|
Merge pull request #165 from akun/master
Gabriel Falcão
2017-02-16
2
-1
/
+4
|
\
\
\
\
|
*
|
|
|
Fixed an error when "Content-Length" is not int like
akun
2014-05-19
2
-1
/
+4
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
add a test for content-length header with callable body
Konstantinos Koukopoulos
2017-02-16
1
-61
/
+20
*
|
|
|
don't overwrite content-length header with callable body
Konstantinos Koukopoulos
2017-02-16
1
-8
/
+7
|
|
/
/
|
/
|
|
*
|
|
Squashed commit of the following:
Andrew Gross
2016-10-11
5
-0
/
+122
*
|
|
Update HTTP call recording to properly send headers being tested
Andrew Gross
2016-10-11
1
-1
/
+5
*
|
|
fixing failing test
Gabriel Falcão
2016-05-30
1
-0
/
+9
*
|
|
Merge pull request #169 from chris-martin/unittest_TestCase_decorator
Gabriel Falcão
2016-05-26
2
-3
/
+112
|
\
\
\
|
*
|
|
Decorate unittest.TestCase setUp/tearDown methods
Chris Martin
2014-05-23
2
-3
/
+112
|
|
/
/
*
|
|
Merge pull request #173 from jamielennox/parsed_body
Gabriel Falcão
2016-05-26
1
-2
/
+14
|
\
\
\
|
*
|
|
Reparse the request body when setting body
Jamie Lennox
2014-06-06
1
-2
/
+14
|
|
/
/
*
|
|
Merge pull request #285 from hufman/use_tempfile
Gabriel Falcão
2016-05-26
3
-10
/
+23
|
\
\
\
|
*
|
|
Use a tempfile instead of a StringIO object
Walter Huf
2016-02-03
3
-10
/
+23
*
|
|
|
Merge pull request #287 from hufman/dynamic-content-length
Gabriel Falcão
2016-05-26
2
-1
/
+11
|
\
\
\
\
|
*
|
|
|
Encode callable body length as str and not bytes
Walter Huf
2016-02-06
2
-1
/
+11
|
|
/
/
/
*
|
|
|
Merge pull request #293 from bhodorog/bugfix/recording-uses-headers-body
Gabriel Falcão
2016-05-26
3
-4
/
+16
|
\
\
\
\
|
*
|
|
|
Use body and headers when recording upstream calls.
Bogdan Hodorog
2016-04-06
3
-4
/
+16
|
|
/
/
/
*
|
|
|
Merge pull request #294 from grahamc/patch-1
Gabriel Falcão
2016-05-26
1
-1
/
+3
|
\
\
\
\
|
*
|
|
|
Pass `tests_require` list of packages
Graham Christensen
2016-04-14
1
-1
/
+3
|
|
/
/
/
*
|
|
|
Merge pull request #298 from onovy/master
Gabriel Falcão
2016-05-26
2
-2
/
+2
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Renamed prefixfree.min.js to prefixfree.js because it's not minified
Ondřej Nový
2016-05-24
2
-2
/
+2
|
/
/
/
*
|
|
quit using steadymark, from now on HTTPretty will rely on doctests within the...
Gabriel Falcão
2016-01-20
2
-9
/
+3
*
|
|
readme
Gabriel Falcão
2016-01-20
2
-10
/
+19
*
|
|
not running lint with unit tests
Gabriel Falcão
2016-01-20
1
-1
/
+1
*
|
|
New release: 0.8.14
0.8.14
Gabriel Falcão
2016-01-18
5
-6
/
+6
*
|
|
pep8
Gabriel Falcão
2016-01-18
1
-2
/
+3
*
|
|
Merge pull request #262 from darjus-amzn/master
Gabriel Falcão
2016-01-12
1
-1
/
+3
|
\
\
\
[next]