Commit Graph

  • 39edf7a7fa raise_for_status +URLError Kenneth Reitz 2011-06-23 06:22:46 -04:00
  • 4cf4362610 typos Kenneth Reitz 2011-06-23 06:06:56 -04:00
  • 0b719f037c ! Kenneth Reitz 2011-06-23 05:34:44 -04:00
  • 9603589b06 oops Kenneth Reitz 2011-06-23 05:32:05 -04:00
  • 5f38c1209e TURTLES Kenneth Reitz 2011-06-23 05:18:13 -04:00
  • 749edb3554 new sidebar logo Kenneth Reitz 2011-06-23 05:16:13 -04:00
  • 882b465968 tox fix Kenneth Reitz 2011-06-23 05:15:09 -04:00
  • 784fe8bbdb working requests logo Kenneth Reitz 2011-06-23 03:30:32 -04:00
  • 6253cf4c18 TODO Docs Kenneth Reitz 2011-06-23 03:30:22 -04:00
  • 8521075868 playing nice. Kenneth Reitz 2011-06-21 22:55:35 -04:00
  • 2d98ca7477 Merge branch 'release/0.5.0' Kenneth Reitz 2011-06-21 22:44:02 -04:00
  • e2d6a92150 Timeouts are normal errors now. Kenneth Reitz 2011-06-21 22:43:15 -04:00
  • 162b751f6d Timeouts are normal errors now. Kenneth Reitz 2011-06-21 22:40:27 -04:00
  • 20aed5488b Release the v0.5.0! Kenneth Reitz 2011-06-21 22:26:06 -04:00
  • 2374d0fd7a so many paramatersssss Kenneth Reitz 2011-06-21 22:22:46 -04:00
  • 483d00736c readme update Kenneth Reitz 2011-06-21 22:22:02 -04:00
  • 15de7d9dba add PATCH to docs Kenneth Reitz 2011-06-21 22:21:54 -04:00
  • 34a583b821 PATCH in Docs Kenneth Reitz 2011-06-21 22:06:31 -04:00
  • 2da86daa3a update history Kenneth Reitz 2011-06-21 22:03:56 -04:00
  • b4eac4c993 redirect fix Kenneth Reitz 2011-06-21 22:00:04 -04:00
  • b4a4f38cce verbose output stream support Kenneth Reitz 2011-06-21 21:59:57 -04:00
  • 8c81cf64de proper PATCH testing Kenneth Reitz 2011-06-21 18:24:28 -04:00
  • 00f066a467 PATCH support Kenneth Reitz 2011-06-21 18:03:06 -04:00
  • bdf9f90c8a omnijson for tests Kenneth Reitz 2011-06-21 17:59:24 -04:00
  • 428678b2e4 Added Alberto Paro to AUTHORS Kenneth Reitz 2011-06-21 17:35:29 -04:00
  • bcd30f05ab Added setuptools management to setup.py to allow to install in develop mode Alberto Paro 2011-06-21 22:48:31 +02:00
  • bd49da067f updated history Kenneth Reitz 2011-06-21 00:07:41 -04:00
  • 3e7c682e66 Support for proxies moliware 2011-06-19 22:36:50 +02:00
  • bbd1e40bd5 no pypy default Kenneth Reitz 2011-06-17 14:09:33 -04:00
  • a25f5ff1dd that works Kenneth Reitz 2011-06-17 13:51:29 -04:00
  • 80d860d2d4 Allow POST and PUT requests to take both querystring params and request body data. Richard Boulton 2011-06-16 15:48:43 +01:00
  • 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. Richard Boulton 2011-06-16 15:40:14 +01:00
  • 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 Richard Boulton 2011-06-16 13:35:33 +01:00
  • 4320f81bf4 Actually use the HTTPSBIN variable for test https requests Richard Boulton 2011-06-16 13:06:22 +01:00
  • 47f1f28385 + Richard Boulton to AUTHOURS Kenneth Reitz 2011-06-16 06:27:13 -04:00
  • 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. Richard Boulton 2011-06-16 03:18:47 -07:00
  • 4d3a9defd2 Porting cookie test to httpbin.org. Zbigniew Siciarz 2011-06-16 09:08:32 +02:00
  • 1f1211747b Merge remote-tracking branch 'upstream/develop' into develop Zbigniew Siciarz 2011-06-16 08:56:38 +02:00
  • 45e30048f0 port request tests to httpbin.org Kenneth Reitz 2011-06-16 00:11:47 -04:00
  • 245c6edec3 todo Kenneth Reitz 2011-06-15 22:56:14 -04:00
  • cb0a96fbf3 Redirect chain flag default off. Kenneth Reitz 2011-06-15 22:43:26 -04:00
  • fade9e36b6 Merge branch 'develop' of git://github.com/kennethreitz/requests into develop Zbigniew Siciarz 2011-06-13 12:41:40 +02:00
  • 24e2a05605 Merge branch 'master' of git://github.com/kennethreitz/requests into develop Zbigniew Siciarz 2011-06-13 12:41:33 +02:00
  • 1749260c97 update tests Kenneth Reitz 2011-06-12 22:02:35 -04:00
  • 3b86c3c0e3 httpbin Kenneth Reitz 2011-06-12 22:00:17 -04:00
  • 8f3da7b72c added Daniele Tricoli 'Eriol' to authors Kenneth Reitz 2011-06-12 13:14:56 -04:00
  • d6cde6a5df add Zbigniew Siciarz to authors Kenneth Reitz 2011-06-09 18:09:39 -04:00
  • 54fd24b757 Testing that cookies actually work. Zbigniew Siciarz 2011-06-09 12:30:43 +02:00
  • 2153b21152 less hostility Kenneth Reitz 2011-06-08 19:22:19 -04:00
  • 74013d751c rackspace cloud's net connection is insane Kenneth Reitz 2011-06-08 19:18:11 -04:00
  • 1fa1cdd2a3 WHITESPACE Kenneth Reitz 2011-06-08 19:11:08 -04:00
  • cd0d0a2b17 whitespace Kenneth Reitz 2011-06-05 21:22:35 -04:00
  • e63569041a Update AUTHORS Refs #46 Kenneth Reitz 2011-05-27 08:02:57 -04:00
  • 54449483b6 Merge branch 'patch-1' of https://github.com/JNRowe/requests into develop Kenneth Reitz 2011-05-27 08:00:22 -04:00
  • 52bedf4c0b default post data to empty byte string Refs #45 Kenneth Reitz 2011-05-27 07:59:28 -04:00
  • 5962c0ea86 Subclass dict for CaseInsensitiveDict. James Rowe 2011-05-27 00:17:44 -07:00
  • 9b2d7382bf Conform api.* arguments to api.request arguments. Johannes 2011-05-26 20:04:17 +02:00
  • d91af4cadf add debian packaging Bruno Clermont 2011-05-26 15:37:31 -04:00
  • 7e3d265b0f gauge.es Kenneth Reitz 2011-05-24 18:38:45 -04:00
  • f990a7b453 Merge branch 'develop' of github.com:kennethreitz/requests into develop Kenneth Reitz 2011-05-24 17:18:28 -04:00
  • ef02d02b1f testimonial cleanup Kenneth Reitz 2011-05-24 17:18:19 -04:00
  • 04c169ecfe Merge pull request #39 from mrtazz/patch-1 Kenneth Reitz 2011-05-23 08:42:52 -07:00
  • 5593f12347 e.g. should be i.e. I guess Daniel Schauenberg 2011-05-23 08:39:15 -07:00
  • 3189d8690e refactor^2 Kenneth Reitz 2011-05-22 18:01:21 -04:00
  • b51e042e73 Merge pull request #38 from jgorset/requests Kenneth Reitz 2011-05-22 17:54:10 -04:00
  • 82f1320ed5 Refactor api.request Johannes 2011-05-22 23:43:00 +02:00
  • add6feab02 Merge branch 'release/0.4.1' Kenneth Reitz 2011-05-22 14:16:48 -04:00
  • 670c4aecdd version bump (v0.4.1) Kenneth Reitz 2011-05-22 14:13:49 -04:00
  • 215d3984cc setup cleanup Kenneth Reitz 2011-05-22 13:58:37 -04:00
  • 0b36d925f6 remove debug print Kenneth Reitz 2011-05-22 13:56:57 -04:00
  • bc290f62d7 defaults Kenneth Reitz 2011-05-22 13:55:13 -04:00
  • c0faa9e79c new settings location Kenneth Reitz 2011-05-22 13:31:17 -04:00
  • f887906ec3 cleanup — comments Kenneth Reitz 2011-05-22 13:31:09 -04:00
  • 982fd9d803 new config module Kenneth Reitz 2011-05-22 13:30:55 -04:00
  • d64bf501d0 no import packages Kenneth Reitz 2011-05-22 13:30:22 -04:00
  • 49f1ec1efb settings -> config reimpliment settings as singleton Kenneth Reitz 2011-05-22 13:27:17 -04:00
  • 0741448798 pypy binary moved Kenneth Reitz 2011-05-22 12:14:50 -04:00
  • 8a4d5c4683 useragent Kenneth Reitz 2011-05-22 12:10:56 -04:00
  • 3cdb777c23 restore allow_redirect behavior Kenneth Reitz 2011-05-22 11:35:01 -04:00
  • ddc5452978 Merge pull request #37 from jgorset/requests Kenneth Reitz 2011-05-22 11:25:31 -04:00
  • 8aa6fabd4d Support relative redirects. Fixes #36 Johannes 2011-05-22 11:39:49 +02:00
  • 398f5b501f not tablib.. Kenneth Reitz 2011-05-21 16:24:28 -04:00
  • 8d9bcefa9d Merge pull request #35 from jgorset/requests Kenneth Reitz 2011-05-21 13:04:32 -04:00
  • 0b29964bf8 updated history Kenneth Reitz 2011-05-21 13:00:21 -04:00
  • 06e662be86 python2.5 with Kenneth Reitz 2011-05-21 12:47:29 -04:00
  • e153b94190 Improved redirection behavior for 301/303 Kenneth Reitz 2011-05-21 12:44:58 -04:00
  • 7d0374df2f Slight refactor Johannes 2011-05-20 22:50:50 +02:00
  • 2f60748c73 Stop importing inspect Johannes 2011-05-20 20:45:51 +02:00
  • bbd58b922b Migrate settings to new module Johannes 2011-05-20 20:32:39 +02:00
  • 21e51b504e no toys Kenneth Reitz 2011-05-20 12:55:36 -04:00
  • ba79a2eb97 new settings module Kenneth Reitz 2011-05-20 12:53:20 -04:00
  • ef81c16611 Fix typos Johannes 2011-05-20 18:34:43 +02:00
  • da26f1f377 Adjust tests Johannes 2011-05-20 18:31:23 +02:00
  • c8cc2d0421 Relocate exceptions Johannes 2011-05-20 18:20:17 +02:00
  • a00dc1abf3 Raise Timeout on request timeouts Johannes 2011-05-20 18:17:46 +02:00
  • 59c747b793 Fix typos Johannes 2011-05-19 23:32:27 +02:00
  • baddc5b6ad Refactor Request#__init__ Johannes Gorset 2011-05-19 10:16:54 +02:00
  • 637d0330c2 Add test for non-urlencoded post data Johannes Gorset 2011-05-19 10:14:15 +02:00
  • 21e2d0c34a Add tests for settings Johannes Gorset 2011-05-19 10:13:42 +02:00
  • ec5f227381 Refactor settings Johannes Gorset 2011-05-19 10:13:37 +02:00