Commit Graph

266 Commits

Author SHA1 Message Date
Daniel Miller aa04cc9b42 Make get and head requests respect allow_redirects=False. 2011-10-05 14:36:12 -04:00
Kenneth Reitz 8b640979ee v0.6.1 2011-08-20 18:25:32 -04: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
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
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
Kenneth Reitz 8ef0e88220 attach hooks to Request 2011-08-17 00:27:41 -04:00
Kenneth Reitz 5ba43d0fe5 hook plans 2011-08-17 00:16:57 -04:00
Kenneth Reitz 783e540d6d sigh 2011-08-17 00:09:47 -04:00
Kenneth Reitz 24da41005c hmmm 2011-08-17 00:09:38 -04:00
Kenneth Reitz 17d3e1d498 whitespace 2011-08-17 00:08:39 -04:00
Kenneth Reitz 8d2ab68a97 space 2011-08-17 00:08:06 -04:00
Kenneth Reitz 7322aa5b64 newlines 2011-08-17 00:02:18 -04:00
Kenneth Reitz 6b11cf21f3 todo 2011-08-17 00:00:47 -04:00
Kenneth Reitz 86a06c5c18 auth_manager internal 2011-08-16 23:58:07 -04:00
Kenneth Reitz d0cb56932c new hooks system
#118
2011-08-16 23:57:44 -04:00
Kenneth Reitz fc04d8a368 cleanups 2011-08-16 22:55:18 -04:00
Kenneth Reitz 519b9cee96 relative imports 2011-08-16 22:55:10 -04:00
Kenneth Reitz efba606e57 doctoring for Session 2011-08-16 22:20:26 -04:00
Kenneth Reitz 5bb18810d4 memory location repr for requests-client 2011-08-16 22:19:49 -04:00
Kenneth Reitz 853383a8d3 docstring fix 2011-08-16 22:16:22 -04:00
Kenneth Reitz f319006813 session => sessions 2011-08-16 22:15:03 -04:00
Kenneth Reitz 2fa021582b Merge branch 'feature/session' of https://github.com/tomhsx/requests into feature/session
Conflicts:
	AUTHORS
2011-08-16 02:34:44 -04:00
alopatin 08a821381a Fixed misc spelling mistakes. 2011-08-15 22:53:22 -03:00