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 |
|
Daniel Miller
|
aa04cc9b42
|
Make get and head requests respect allow_redirects=False.
|
2011-10-05 14:36:12 -04:00 |
|
Armin Ronacher
|
0d6773c68c
|
Fail silently if encoding header is missing
|
2011-09-03 18:04:51 +02:00 |
|
verm666
|
6f84ce72f2
|
Fixed logic for auto redirect in GET and HEAD methods.
|
2011-09-02 15:44:18 -04:00 |
|
Kenneth Reitz
|
9322d13f61
|
cleanups
|
2011-08-16 23:58:55 -04:00 |
|
Tom Hogans
|
c2fd568695
|
Added tests for requests.session
|
2011-08-16 01:38:39 -04:00 |
|
Kenneth Reitz
|
b141da36a4
|
test relative redirects
|
2011-08-13 09:37:14 -04:00 |
|
Kenneth Reitz
|
bb16fe8115
|
http/https tests
|
2011-08-13 09:37:07 -04:00 |
|
Kenneth Reitz
|
a987729712
|
whitespace!
|
2011-08-13 09:14:49 -04:00 |
|
Kenneth Reitz
|
074150ff2c
|
test fix
|
2011-07-23 22:42:51 -04:00 |
|
Kenneth Reitz
|
87560d65ca
|
redirect history length test
|
2011-07-23 22:16:21 -04:00 |
|
Kenneth Reitz
|
9b6a190652
|
Merge branch 'develop' of https://github.com/rabad/requests into develop
|
2011-07-23 22:11:59 -04:00 |
|
Kenneth Reitz
|
2edda29448
|
fixing bad url shortner link
|
2011-07-23 21:48:28 -04:00 |
|
Gulácsi Tamás
|
f408829d51
|
test_request: simplejson is just as good as omnijson for test
|
2011-07-23 22:15:28 +02:00 |
|
Rubén Abad
|
73b414ab45
|
We can represent multivalued params with arrays
|
2011-07-13 11:08:54 +02:00 |
|
Jérémy Bethmont
|
868cd3d1cb
|
Implemented idna (fixes #76).
|
2011-06-24 12:21:25 +02:00 |
|
Kenneth Reitz
|
162b751f6d
|
Timeouts are normal errors now.
--
BREAK ALL TEH TESTS!
|
2011-06-21 22:40:27 -04:00 |
|