Kenneth Reitz
080db5ee5d
CaseInsensitiveDict notes
2011-07-23 21:49:08 -04:00
Kenneth Reitz
2edda29448
fixing bad url shortner link
2011-07-23 21:48:28 -04:00
Kenneth Reitz
6ba3523a26
Merge branch 'develop' of https://github.com/tgulacsi/requests into develop
2011-07-23 21:45:45 -04:00
Kenneth Reitz
87e7a04209
v0.5.1 history update
2011-07-23 21:42:12 -04:00
Kenneth Reitz
260e32a7c3
default user agent!
2011-07-23 21:39:14 -04:00
Kenneth Reitz
5fff2c757b
forced_basic default handler.
2011-07-23 21:37:17 -04:00
Kenneth Reitz
30d699b64f
Forced Basic Auth for 404'd resources
2011-07-23 21:36:24 -04:00
Kenneth Reitz
7d91d3fb5c
use patched HTTPBasicAuthHandler
2011-07-23 20:10:37 -04:00
Gulácsi Tamás
747f882b0e
structures: CaseInsensitiveDict.__delitem__ missing "value" fix
2011-07-23 22:25:07 +02:00
Gulácsi Tamás
369e7cb38f
add myself to AUTHORS
2011-07-23 22:19:28 +02:00
Gulácsi Tamás
04c456b877
structures: little bit more general, lower-key-caching version of CaseInsensitiveDict
2011-07-23 22:16:12 +02: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
Kenneth Reitz
f18c40fd36
👍
2011-07-09 10:41:44 -04:00
Jérémy Bethmont
891e52d723
Added the possibility to access headers without fetching the whole body ( fixes #86 ).
2011-06-29 11:10:39 +02:00
Xu Pan
d2ff0f40eb
add doseq to urlencode in model._encode_params to enable list as dict value
2011-06-26 13:32:19 +08:00
Kenneth Reitz
787110c853
international domain name support!
2011-06-24 20:32:28 -04:00
Kenneth Reitz
20319044a3
Added Jérémy Bethmont to AUTHORS.
2011-06-24 18:47:41 -04:00
Kenneth Reitz
6f08c81698
note about indns
2011-06-24 18:24:44 -04:00
Jérémy Bethmont
868cd3d1cb
Implemented idna ( fixes #76 ).
2011-06-24 12:21:25 +02:00
Kenneth Reitz
39edf7a7fa
raise_for_status +URLError
2011-06-23 06:22:46 -04:00
Kenneth Reitz
4cf4362610
typos
2011-06-23 06:06:56 -04:00
Kenneth Reitz
0b719f037c
!
2011-06-23 05:34:44 -04:00
Kenneth Reitz
9603589b06
oops
2011-06-23 05:32:05 -04:00
Kenneth Reitz
5f38c1209e
TURTLES
2011-06-23 05:18:13 -04:00
Kenneth Reitz
749edb3554
new sidebar logo
2011-06-23 05:16:13 -04:00
Kenneth Reitz
882b465968
tox fix
2011-06-23 05:15:09 -04:00
Kenneth Reitz
784fe8bbdb
working requests logo
2011-06-23 03:30:32 -04:00
Kenneth Reitz
6253cf4c18
TODO Docs
2011-06-23 03:30:22 -04:00
Kenneth Reitz
8521075868
playing nice.
2011-06-21 22:55:35 -04:00
Kenneth Reitz
e2d6a92150
Timeouts are normal errors now.
...
--
FIX ALL TEH TESTS!
2011-06-21 22:43:15 -04:00
Kenneth Reitz
162b751f6d
Timeouts are normal errors now.
...
--
BREAK ALL TEH TESTS!
2011-06-21 22:40:27 -04:00
Kenneth Reitz
20aed5488b
Release the v0.5.0!
2011-06-21 22:26:06 -04:00
Kenneth Reitz
2374d0fd7a
so many paramatersssss
2011-06-21 22:22:46 -04:00
Kenneth Reitz
483d00736c
readme update
2011-06-21 22:22:02 -04:00
Kenneth Reitz
15de7d9dba
add PATCH to docs
2011-06-21 22:21:54 -04:00
Kenneth Reitz
34a583b821
PATCH in Docs
2011-06-21 22:06:31 -04:00
Kenneth Reitz
2da86daa3a
update history
2011-06-21 22:03:56 -04:00
Kenneth Reitz
b4eac4c993
redirect fix
2011-06-21 22:00:04 -04:00
Kenneth Reitz
b4a4f38cce
verbose output stream support
2011-06-21 21:59:57 -04:00
Kenneth Reitz
8c81cf64de
proper PATCH testing
2011-06-21 18:24:28 -04:00
Kenneth Reitz
00f066a467
PATCH support
2011-06-21 18:03:06 -04:00
Kenneth Reitz
bdf9f90c8a
omnijson for tests
2011-06-21 17:59:24 -04:00
Kenneth Reitz
428678b2e4
Added Alberto Paro to AUTHORS
2011-06-21 17:35:29 -04:00
Alberto Paro
bcd30f05ab
Added setuptools management to setup.py to allow to install in develop mode
2011-06-21 22:48:31 +02:00
Kenneth Reitz
bd49da067f
updated history
2011-06-21 00:07:41 -04:00
moliware
3e7c682e66
Support for proxies
2011-06-19 22:36:50 +02:00
Kenneth Reitz
bbd1e40bd5
no pypy default
2011-06-17 14:09:33 -04:00
Kenneth Reitz
a25f5ff1dd
that works
2011-06-17 13:51:29 -04:00
Richard Boulton
80d860d2d4
Allow POST and PUT requests to take both querystring params and request body
...
data.
2011-06-16 15:48:43 +01:00
Richard Boulton
f31ade335d
Change documentation comments for "params" and "data" parameters to refer to
...
the request body or the query string, as appropriate. "GET parameters", "POST
data", etc aren't the ideal terminology to use - they come from common usage
with web browsers, rather than the HTTP specification, so are off-putting in
other contexts.
2011-06-16 15:40:14 +01:00