Commit Graph

413 Commits

Author SHA1 Message Date
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
Richard Boulton 023ab755e5 Move the code to encode the request data into a static helper method - I think this makes the code clearer, but it also prepares the way for reusing the encoding code 2011-06-16 13:35:33 +01:00
Richard Boulton 4320f81bf4 Actually use the HTTPSBIN variable for test https requests 2011-06-16 13:06:22 +01:00
Kenneth Reitz 47f1f28385 + Richard Boulton to AUTHOURS 2011-06-16 06:27:13 -04:00
Richard Boulton 3d1444b829 Update documentation of the "data" parameter for requests.post() to indicate that it allows bytes. Update documentation of requests.put() to refer to the "data" parameter rather than the (hidden, but functional) "params" parameter, and note that that also allows both bytes and dictionaries. 2011-06-16 03:18:47 -07:00
Zbigniew Siciarz 4d3a9defd2 Porting cookie test to httpbin.org. 2011-06-16 09:08:32 +02:00
Zbigniew Siciarz 1f1211747b Merge remote-tracking branch 'upstream/develop' into develop 2011-06-16 08:56:38 +02:00
Kenneth Reitz 45e30048f0 port request tests to httpbin.org 2011-06-16 00:11:47 -04:00
Kenneth Reitz 245c6edec3 todo 2011-06-15 22:56:14 -04:00
Kenneth Reitz cb0a96fbf3 Redirect chain flag default off. 2011-06-15 22:43:26 -04:00