Johannes Gorset
|
7647e52943
|
Facilitate for multiple hooks
|
2012-01-21 12:14:55 +01:00 |
|
Johannes Gorset
|
b37fbf30a3
|
Decode response URL to a unicode string.
Fixes #182
|
2012-01-20 00:34:44 +01:00 |
|
Ronny Pfannschmidt
|
4d38790b5b
|
even more evil, fixes my misstakes with chunked reading
|
2012-01-17 17:38:52 +01:00 |
|
Bryan Helmig
|
459a91c54f
|
highway to the danger_mode
|
2012-01-05 12:50:44 -06:00 |
|
Bryan Helmig
|
115b51e68c
|
add eager mode for raising errors immediately
|
2012-01-04 22:08:01 -06:00 |
|
Ori Livneh
|
e1615e0f1e
|
Make safe_mode handle exceptions more consistently
|
2011-12-23 16:14:46 -05:00 |
|
Ori Livneh
|
716d29c49c
|
fix iteration on null responses in safe_mode
|
2011-12-22 21:10:43 -05:00 |
|
Ori Livneh
|
2c0ff95d4d
|
Revert "Revert "Make safe_mode play nice with timeout (fixes #312)""
This reverts commit 91766548d1.
|
2011-12-22 17:50:43 -05:00 |
|
Ori Livneh
|
91766548d1
|
Revert "Make safe_mode play nice with timeout (fixes #312)"
This reverts commit 805c4db55413c96c5d6e0f95560119c000f660c9.
|
2011-12-22 17:42:57 -05:00 |
|
Ori Livneh
|
12f3c65e5a
|
Make safe_mode play nice with timeout (fixes #312)
|
2011-12-22 16:52:29 -05:00 |
|
Ori Livneh
|
f214b91d77
|
fix bug that causes iter_lines to truncate content
Currently, if the response does not terminate with a newline, iter_lines
truncates the trailing remainder.
|
2011-12-20 02:01:37 -05:00 |
|
Kenneth Reitz
|
5a3aae73ba
|
test iter_lines
|
2011-12-14 10:34:31 -05:00 |
|
Kenneth Reitz
|
47510486ec
|
httpbin reports multiple values now
|
2011-12-14 10:33:47 -05:00 |
|
Kenneth Reitz
|
03ddf26596
|
more assertive
|
2011-12-11 11:57:50 -05:00 |
|
Kenneth Reitz
|
c71ac7917a
|
Test for #303
|
2011-12-11 11:22:33 -05:00 |
|
Kenneth Reitz
|
a76f4925b5
|
didn't mean to save that
|
2011-11-27 15:07:05 -05:00 |
|
Kenneth Reitz
|
6bb4c4ebe6
|
Added test for Request.sent.
#291
|
2011-11-27 11:24:59 -05:00 |
|
Kenneth Reitz
|
ee36baf4f3
|
test tuple'd auth
|
2011-11-27 10:41:06 -05:00 |
|
Idan Gazit
|
1933d3c707
|
Added support for HTTP Basic Auth credentials in 2-tuple
|
2011-11-19 23:59:27 +02:00 |
|
Idan Gazit
|
7fdb09b766
|
Converted auth to use callable objects instead of tuples.
My attempt to address #275 on kennethreitz/requests.
|
2011-11-17 13:44:13 +02:00 |
|
Kenneth Reitz
|
ec926a4958
|
test fix
|
2011-11-12 16:46:53 -05:00 |
|
Kenneth Reitz
|
df2c80e28e
|
fix form data tests
|
2011-11-12 12:45:35 -08:00 |
|
Kenneth Reitz
|
7a1a40e445
|
ultra cookie compatibility
|
2011-11-09 16:26:15 -08:00 |
|
Kenneth Reitz
|
0c4b973dcf
|
keep_alive is now disable-able!
|
2011-11-09 15:54:24 -08:00 |
|
Kenneth Reitz
|
0f2dcff725
|
add query data yourself, foo'
|
2011-11-09 15:44:14 -08:00 |
|
Kenneth Reitz
|
c48f0d990f
|
Merge branch 'develop' into feature/rewrite
Conflicts:
requests/__init__.py
test_requests.py
|
2011-11-09 15:13:38 -08:00 |
|
Kenneth Reitz
|
f9141f51ec
|
Make sure that session-level cookies work.
|
2011-11-09 15:04:13 -08:00 |
|
Kenneth Reitz
|
e649003974
|
test the cookies!
|
2011-11-09 15:02:53 -08:00 |
|
Kenneth Reitz
|
f5bbb9714d
|
Note about terrible DNS providers for testing
|
2011-11-09 10:24:41 -05:00 |
|
Kenneth Reitz
|
f7968b6797
|
r.content is None of there's an invalid response.
Fixes #236
|
2011-11-04 23:24:38 -04:00 |
|
Kenneth Reitz
|
b8c55da48d
|
stuff and things and stuff
|
2011-10-27 01:08:51 -04:00 |
|
Kenneth Reitz
|
5b54b3e53f
|
Merge branch 'develop' into feature/rewrite
Conflicts:
requests/__init__.py
|
2011-10-27 00:57:03 -04:00 |
|
Kenneth Reitz
|
e43b438729
|
test fix
|
2011-10-26 18:42:58 -04:00 |
|
Kenneth Reitz
|
428fc9c0bd
|
PASS ALL TEH TESTS
|
2011-10-24 01:46:05 -04:00 |
|
Kenneth Reitz
|
53c7b77735
|
Digest Authentication test.
|
2011-10-23 14:46:44 -04:00 |
|
Kenneth Reitz
|
06a5aed8e2
|
assert sessions are using new auth
|
2011-10-23 11:15:11 -04:00 |
|
Kenneth Reitz
|
185450c5e1
|
test entry points
|
2011-10-22 19:40:45 -04:00 |
|
Kenneth Reitz
|
958c424c89
|
I don't even want to know.
|
2011-10-22 19:39:23 -04:00 |
|
Kenneth Reitz
|
d552e6c884
|
pep8 all the things
|
2011-10-22 18:07:14 -04:00 |
|
Kenneth Reitz
|
3a6d9b09db
|
test improvements
|
2011-10-22 12:27:10 -04:00 |
|
Kenneth Reitz
|
7dc75ce3ce
|
test session persistent params
|
2011-10-19 03:37:52 -04:00 |
|
Kenneth Reitz
|
ec94f5030c
|
testing session method attribute merging
|
2011-10-19 01:10:06 -04:00 |
|
Kenneth Reitz
|
a688f026dc
|
settings are being deprecated
|
2011-10-15 12:37:08 -04:00 |
|
Kenneth Reitz
|
60917e0b9f
|
timeout adjustment
|
2011-10-15 12:35:47 -04:00 |
|
Kenneth Reitz
|
7a0f3638b5
|
Test suite cleanup
|
2011-10-15 12:32:42 -04:00 |
|
Kenneth Reitz
|
12997080a8
|
use gunicorn to serve tests
|
2011-10-15 12:30:49 -04:00 |
|
Kenneth Reitz
|
d85c5356dc
|
remove idna tests, for now
|
2011-10-15 12:05:35 -04:00 |
|
Kenneth Reitz
|
35bfa9e91d
|
HTTP Integration
|
2011-10-15 11:55:57 -04:00 |
|
Kenneth Reitz
|
46f0146adf
|
Merge branch 'feature-content-streaming' of https://github.com/mitsuhiko/requests into feature/content-stream
Conflicts:
AUTHORS
HISTORY.rst
docs/api.rst
docs/community/faq.rst
docs/user/intro.rst
requests/api.py
requests/models.py
|
2011-10-13 21:54:42 -04:00 |
|
Kenneth Reitz
|
76b8afee94
|
Make tests go to 11!
|
2011-10-13 20:33:34 -04:00 |
|