Commit Graph

284 Commits

Author SHA1 Message Date
Kenneth Reitz d0fdf0eb38 no longer required 2011-08-20 19:59:41 -04:00
Kenneth Reitz c5d787d6fd cleanups 2011-08-20 19:59:21 -04:00
Kenneth Reitz 873d128c5a docstrings for utils module 2011-08-20 19:58:00 -04:00
Kenneth Reitz 7f35ec7665 r.fo bugfix 2011-08-20 19:52:18 -04:00
Kenneth Reitz 86cc274cf0 remote read/close methods from response 2011-08-20 19:49:23 -04:00
Kenneth Reitz c19b2c5172 settings.decode_unicode 2011-08-20 19:47:43 -04:00
Kenneth Reitz 4906686186 utils.decode_gzip 2011-08-20 19:46:50 -04:00
Kenneth Reitz f038ec3b6e may have multiple encoding values 2011-08-20 19:44:24 -04:00
Kenneth Reitz a609f726e6 settings.allow_unicode 2011-08-20 19:43:36 -04:00
Kenneth Reitz 21cd47d223 Merge branch 'feature/unicode' into feature/fo
Conflicts:
	AUTHORS
2011-08-20 19:30:46 -04:00
Kenneth Reitz 882ea76aa9 cleanups, response.fo 2011-08-20 19:26:56 -04:00
Kenneth Reitz 850e1c7d40 Merge branch 'develop' of https://github.com/janrito/requests into develop 2011-08-20 19:23:53 -04:00
Kenneth Reitz 8fbb1e6d97 move encoding methods into utils for external consumption 2011-08-20 19:17:41 -04:00
Kenneth Reitz 7fc8c7ccfd move encoding detection out of request object. 2011-08-20 19:17:25 -04:00
Kenneth Reitz 7eb272b299 Merge https://github.com/rickmak/requests into feature/unicode
Conflicts:
	requests/models.py
2011-08-20 18:42:18 -04:00
Kenneth Reitz 8b640979ee v0.6.1 2011-08-20 18:25:32 -04:00
Alejandro Giacometti 5f16a8a6b1 Added readline method to response object. 2011-08-20 23:05:39 +02:00
Kenneth Reitz abc5e27931 config max_redirects 2011-08-19 20:12:41 -04:00
Kenneth Reitz c75eaec852 integrate codes into models.py 2011-08-19 20:12:33 -04:00
Kenneth Reitz d9a349c1a1 303 status code 2011-08-19 20:12:16 -04:00
Kenneth Reitz 9d143ed653 Merge branch 'develop' of https://github.com/jerem/requests into feature/jerem 2011-08-19 19:58:24 -04:00
Den Shabalin 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. 2011-08-19 19:18:26 +03:00
Rick Mak d26f3333e4 Fix tried_encodings scope 2011-08-18 14:42:35 +08:00
Rick Mak 820e2c73e6 Import re 2011-08-18 14:22:54 +08:00
Kenneth Reitz 96e7a60b8d Allow any method, if so inclined
#124
2011-08-17 20:15:28 -04:00
Jérémy Bethmont c22b71fc5b Handle redirection without scheme. 2011-08-17 16:04:53 +02:00
Jérémy Bethmont a17110b32a Merge remote-tracking branch 'upstream/develop' into develop 2011-08-17 15:32:11 +02:00
Jérémy Bethmont 571d808d25 Fixed bad merge. 2011-08-17 15:31:24 +02:00
Armin Ronacher 91e75f7215 As proposed by @davidbgk this is only consistent with \o/ :) 2011-08-17 13:40:29 +03:00
Jérémy Bethmont fe109b27be Merge remote-tracking branch 'upstream/develop' into develop
Conflicts:
	requests/models.py
2011-08-17 10:07:43 +02:00
Kenneth Reitz 3f873dc222 hooks in api layer only 2011-08-17 04:05:20 -04:00
Kenneth Reitz e0ae2b4155 fixes 2011-08-17 04:03:54 -04:00
Kenneth Reitz 3f8f1dc00c cleaner defaults 2011-08-17 03:19:51 -04:00
Kenneth Reitz b7307298d2 merge headers, don't overwrite 2011-08-17 02:49:29 -04:00
Kenneth Reitz e477fce211 add_dict_to_cookiejar
Signed-off-by: Kenneth Reitz <me@kennethreitz.com>
2011-08-17 02:25:56 -04:00
Kenneth Reitz 467766cfe8 cookie session persistence 2011-08-17 02:25:41 -04:00
Kenneth Reitz 66391e5c9d ACTIVVVAATTTEEEEEEE 2011-08-17 02:01:19 -04:00
Kenneth Reitz f7024a6000 super cookiejar_from_dict powwerrrs 2011-08-17 02:01:13 -04:00
Kenneth Reitz ec33ce9d29 sp. 2011-08-17 01:32:12 -04:00
Kenneth Reitz d0aa0175e6 v0.6.0 2011-08-17 01:32:04 -04:00
Kenneth Reitz d9e5717377 cookiejar_from_dict
#12
2011-08-17 01:29:58 -04:00
Kenneth Reitz 7e255177dc get cookies from response
#116
2011-08-17 01:23:49 -04:00
Kenneth Reitz b0a0b509da session at root package level 2011-08-17 01:00:00 -04:00
Rick Mak 8c737069a5 Return the r.content as unicode. 2011-08-17 12:49:19 +08:00
Kenneth Reitz 51038497f6 better 2011-08-17 00:40:49 -04:00
Kenneth Reitz 855c273707 whitespace 2011-08-17 00:40:37 -04:00
Kenneth Reitz 281ab5a8f9 move hooks into api layer only 2011-08-17 00:40:28 -04:00
Kenneth Reitz 7836536459 post_request hook 2011-08-17 00:33:28 -04:00
Kenneth Reitz 2a0eff9c71 docstrings 2011-08-17 00:33:21 -04:00
Kenneth Reitz 3e8a14e133 pre_request hook 2011-08-17 00:28:03 -04:00