Commit Graph

  • 59924b9223 Merge branch 'develop' of git://github.com/kennethreitz/requests into develop Den Shabalin 2011-08-21 14:06:31 +03:00
  • c8110222a5 no need to set content avoids 2.5 workaround Kenneth Reitz 2011-08-21 07:01:29 -04:00
  • 1143d4237f AUTHORS += 'Den Shabalin' Kenneth Reitz 2011-08-21 06:59:13 -04:00
  • 8d5108b142 faq Kenneth Reitz 2011-08-21 06:58:34 -04:00
  • 03e18bb7ca Merge branch 'master' of git://github.com/kennethreitz/requests into develop Den Shabalin 2011-08-21 12:13:56 +03:00
  • 6a96652396 Refactor response.content into a property. This makes content attribute discoverable through dir(response) and also guards from errors like forgetting to raise AttributeError in __getattr__. Also you don't have to create fake self.content to fool Sphinx any more. Den Shabalin 2011-08-21 11:57:03 +03:00
  • d4bdd84364 new FAQs Kenneth Reitz 2011-08-20 23:00:17 -04:00
  • b45b329861 history Kenneth Reitz 2011-08-20 22:55:30 -04:00
  • 28ee9788a0 Request Kenneth Reitz 2011-08-20 22:51:24 -04:00
  • 596aceb185 big docs update Kenneth Reitz 2011-08-20 22:47:03 -04:00
  • 1f3e53b32e yay Kenneth Reitz 2011-08-20 20:05:38 -04:00
  • 13db806861 docstringin' it up Kenneth Reitz 2011-08-20 20:04:11 -04:00
  • d0fdf0eb38 no longer required Kenneth Reitz 2011-08-20 19:59:41 -04:00
  • c5d787d6fd cleanups Kenneth Reitz 2011-08-20 19:59:21 -04:00
  • 873d128c5a docstrings for utils module Kenneth Reitz 2011-08-20 19:58:00 -04:00
  • 7f35ec7665 r.fo bugfix Kenneth Reitz 2011-08-20 19:52:18 -04:00
  • 86cc274cf0 remote read/close methods from response Kenneth Reitz 2011-08-20 19:49:23 -04:00
  • c19b2c5172 settings.decode_unicode Kenneth Reitz 2011-08-20 19:47:43 -04:00
  • 4906686186 utils.decode_gzip Kenneth Reitz 2011-08-20 19:46:50 -04:00
  • f038ec3b6e may have multiple encoding values Kenneth Reitz 2011-08-20 19:44:24 -04:00
  • a609f726e6 settings.allow_unicode Kenneth Reitz 2011-08-20 19:43:36 -04:00
  • 7bd47777a9 no separate test suite Kenneth Reitz 2011-08-20 19:40:33 -04:00
  • 21cd47d223 Merge branch 'feature/unicode' into feature/fo Kenneth Reitz 2011-08-20 19:30:46 -04:00
  • 882ea76aa9 cleanups, response.fo Kenneth Reitz 2011-08-20 19:26:56 -04:00
  • 850e1c7d40 Merge branch 'develop' of https://github.com/janrito/requests into develop Kenneth Reitz 2011-08-20 19:23:53 -04:00
  • 01411e37d6 AUTHORS += Alejandro Giacometti Kenneth Reitz 2011-08-20 19:22:48 -04:00
  • 4922daf498 added Rick Mak to AUTHORS Kenneth Reitz 2011-08-20 19:22:18 -04:00
  • 8fbb1e6d97 move encoding methods into utils for external consumption Kenneth Reitz 2011-08-20 19:17:41 -04:00
  • 7fc8c7ccfd move encoding detection out of request object. Kenneth Reitz 2011-08-20 19:17:25 -04:00
  • 7eb272b299 Merge https://github.com/rickmak/requests into feature/unicode Kenneth Reitz 2011-08-20 18:42:18 -04:00
  • 8bfa909ff2 merge remnant (oops) Kenneth Reitz 2011-08-20 18:34:33 -04:00
  • 3b085ed20f Merge branch 'develop' Kenneth Reitz 2011-08-20 18:26:04 -04:00
  • 8b640979ee v0.6.1 v0.6.1 Kenneth Reitz 2011-08-20 18:25:32 -04:00
  • c58ddff3a4 history update Kenneth Reitz 2011-08-20 18:24:58 -04:00
  • 5f16a8a6b1 Added readline method to response object. Alejandro Giacometti 2011-08-20 23:05:39 +02:00
  • 53a53668d9 no more roadmap Kenneth Reitz 2011-08-19 20:59:16 -04:00
  • e7d8982583 Merge branch 'feature/jerem' into develop Kenneth Reitz 2011-08-19 20:12:53 -04:00
  • abc5e27931 config max_redirects Kenneth Reitz 2011-08-19 20:12:41 -04:00
  • c75eaec852 integrate codes into models.py Kenneth Reitz 2011-08-19 20:12:33 -04:00
  • d9a349c1a1 303 status code Kenneth Reitz 2011-08-19 20:12:16 -04:00
  • 9d143ed653 Merge branch 'develop' of https://github.com/jerem/requests into feature/jerem Kenneth Reitz 2011-08-19 19:58:24 -04:00
  • ce4927e5d3 added Den Shabalin to AUTHORS Kenneth Reitz 2011-08-19 19:39:53 -04:00
  • 17c551539b Merge branch 'master' of github.com:densh/requests into issue-128 Den Shabalin 2011-08-19 19:20:54 +03:00
  • 2f55393593 Fixes an issue #128: `Response not working with lxml''. This error happend due to lxml's attempt to do .geturl() call on the response object. __getattr__ didn't raise AttributeError so response.geturl'' returned None and response.geturl()'' resulted into `TypeError: 'NoneType' object is not callable'' seen in the issue. Den Shabalin 2011-08-19 19:18:26 +03:00
  • d26f3333e4 Fix tried_encodings scope Rick Mak 2011-08-18 14:42:35 +08:00
  • 820e2c73e6 Import re Rick Mak 2011-08-18 14:22:54 +08:00
  • efbbb84315 Added Mikko Ohtamaa to AUTHORS #124 Kenneth Reitz 2011-08-17 20:17:22 -04:00
  • 96e7a60b8d Allow any method, if so inclined #124 Kenneth Reitz 2011-08-17 20:13:44 -04:00
  • c22b71fc5b Handle redirection without scheme. Jérémy Bethmont 2011-08-17 16:04:53 +02:00
  • 007963afde authors Kenneth Reitz 2011-08-17 09:45:31 -04:00
  • 0708736c45 Merge branch 'patch-1' of https://github.com/sharat87/requests into develop Kenneth Reitz 2011-08-17 09:45:23 -04:00
  • 61d50d531c Authors += Armin Kenneth Reitz 2011-08-17 09:41:24 -04:00
  • a17110b32a Merge remote-tracking branch 'upstream/develop' into develop Jérémy Bethmont 2011-08-17 15:32:11 +02:00
  • 571d808d25 Fixed bad merge. Jérémy Bethmont 2011-08-17 15:31:24 +02:00
  • 5e6ecdad9f Typo in documentation Shrikant Sharat Kandula -
  • 91e75f7215 As proposed by @davidbgk this is only consistent with \o/ :) Armin Ronacher 2011-08-17 13:40:29 +03:00
  • 81d599786a Merge branch 'develop' Kenneth Reitz 2011-08-17 04:33:34 -04:00
  • 9471b0ab88 let's do this v0.6.0 Kenneth Reitz 2011-08-17 04:32:46 -04:00
  • 470af42bf2 Fixing myself :) Jeremy Selier 2011-08-17 11:28:47 +03:00
  • 0b34812afc readme cleanup Kenneth Reitz 2011-08-17 04:23:16 -04:00
  • 47a36de74e supported interpreters Kenneth Reitz 2011-08-17 04:17:21 -04:00
  • 0c21aa5530 doc cleanups Kenneth Reitz 2011-08-17 04:16:19 -04:00
  • fe109b27be Merge remote-tracking branch 'upstream/develop' into develop Jérémy Bethmont 2011-08-17 10:07:43 +02:00
  • 3f873dc222 hooks in api layer only Kenneth Reitz 2011-08-17 04:05:20 -04:00
  • e0ae2b4155 fixes Kenneth Reitz 2011-08-17 04:03:54 -04:00
  • 5f603ae787 typo Kenneth Reitz 2011-08-17 04:01:11 -04:00
  • d4502aff87 consiserererr Kenneth Reitz 2011-08-17 04:00:12 -04:00
  • 3992ed6ad1 cookies docs Kenneth Reitz 2011-08-17 03:58:55 -04:00
  • b72eb53a73 changing history Kenneth Reitz 2011-08-17 03:25:31 -04:00
  • 4d0c6cefd0 yawns Kenneth Reitz 2011-08-17 03:21:31 -04:00
  • 3f8f1dc00c cleaner defaults Kenneth Reitz 2011-08-17 03:19:51 -04:00
  • 008c77c911 hijack arguments Kenneth Reitz 2011-08-17 03:19:46 -04:00
  • 77b37687b6 advanced docs Kenneth Reitz 2011-08-17 03:07:24 -04:00
  • b7307298d2 merge headers, don't overwrite Kenneth Reitz 2011-08-17 02:49:29 -04:00
  • abcf81e2a8 docs update Kenneth Reitz 2011-08-17 02:49:13 -04:00
  • e477fce211 add_dict_to_cookiejar Kenneth Reitz 2011-08-17 02:25:56 -04:00
  • 467766cfe8 cookie session persistence Kenneth Reitz 2011-08-17 02:25:41 -04:00
  • 66391e5c9d ACTIVVVAATTTEEEEEEE Kenneth Reitz 2011-08-17 02:01:19 -04:00
  • f7024a6000 super cookiejar_from_dict powwerrrs Kenneth Reitz 2011-08-17 02:01:13 -04:00
  • ec33ce9d29 sp. Kenneth Reitz 2011-08-17 01:32:12 -04:00
  • d0aa0175e6 v0.6.0 Kenneth Reitz 2011-08-17 01:32:04 -04:00
  • d9e5717377 cookiejar_from_dict #12 Kenneth Reitz 2011-08-17 01:29:58 -04:00
  • 7e255177dc get cookies from response #116 Kenneth Reitz 2011-08-17 01:23:49 -04:00
  • b0a0b509da session at root package level Kenneth Reitz 2011-08-17 01:00:00 -04:00
  • 8c737069a5 Return the r.content as unicode. Rick Mak 2011-08-17 12:49:19 +08:00
  • 51038497f6 better Kenneth Reitz 2011-08-17 00:40:49 -04:00
  • 855c273707 whitespace Kenneth Reitz 2011-08-17 00:40:37 -04:00
  • 281ab5a8f9 move hooks into api layer only Kenneth Reitz 2011-08-17 00:40:28 -04:00
  • 7836536459 post_request hook Kenneth Reitz 2011-08-17 00:33:28 -04:00
  • 2a0eff9c71 docstrings Kenneth Reitz 2011-08-17 00:33:21 -04:00
  • 3e8a14e133 pre_request hook Kenneth Reitz 2011-08-17 00:27:53 -04:00
  • 8ef0e88220 attach hooks to Request Kenneth Reitz 2011-08-17 00:27:41 -04:00
  • e102c1b4ca RTD doesn't work w/ this Kenneth Reitz 2011-08-17 00:17:58 -04:00
  • 5ba43d0fe5 hook plans Kenneth Reitz 2011-08-17 00:16:57 -04:00
  • 783e540d6d sigh Kenneth Reitz 2011-08-17 00:09:47 -04:00
  • 24da41005c hmmm Kenneth Reitz 2011-08-17 00:09:38 -04:00
  • 17d3e1d498 whitespace Kenneth Reitz 2011-08-17 00:08:39 -04:00
  • 8d2ab68a97 space Kenneth Reitz 2011-08-17 00:08:06 -04:00
  • 7322aa5b64 newlines Kenneth Reitz 2011-08-17 00:02:18 -04:00
  • 6b11cf21f3 todo Kenneth Reitz 2011-08-17 00:00:47 -04:00