Commit Graph

592 Commits

Author SHA1 Message Date
Kenneth Reitz a4b87c6fc1 v0.6.3 history 2011-10-13 21:14:31 -04:00
Kenneth Reitz cc350d54b7 v0.6.3 2011-10-13 21:13:46 -04:00
Kenneth Reitz 3afd07451c prefetch=False for async.map 2011-10-13 21:10:34 -04:00
Kenneth Reitz 27ee6e0f45 Async requests docs 2011-10-13 21:10:25 -04:00
Kenneth Reitz 849934ccd6 Merge branch 'develop' into feature/async 2011-10-13 20:50:22 -04:00
Kenneth Reitz 597f0ae5fd Catch raw socket errors 2011-10-13 20:47:58 -04:00
Kenneth Reitz 2115046bbc Merge branch 'develop' into feature/async 2011-10-13 20:33:55 -04:00
Kenneth Reitz 565745f7b7 Make it so. 2011-10-13 20:33:39 -04:00
Kenneth Reitz 76b8afee94 Make tests go to 11! 2011-10-13 20:33:34 -04:00
Kenneth Reitz 892fcd6cc0 store hooks in Request. 2011-10-13 20:19:59 -04:00
Kenneth Reitz 5537902796 Remove keep_alive cruft from urllib3 (for now) 2011-10-13 20:17:22 -04:00
Kenneth Reitz 9518d053a4 _return_request => return_response 2011-10-13 20:11:25 -04:00
Kenneth Reitz 93c44157ba initial import of urllib3 branch async 2011-10-13 20:11:05 -04:00
Kenneth Reitz d47522e6fb v0.6.3 plans 2011-10-13 19:54:59 -04:00
Kenneth Reitz 3e233e4856 v0.6.2 in changelog 2011-10-13 19:53:34 -04:00
Kenneth Reitz 4a7fdef3ea Migrate new docs over. 2011-10-13 14:54:36 -04:00
Kenneth Reitz 98c719f714 Merge branch 'redirect-no-follow' of https://github.com/millerdev/requests 2011-10-09 07:05:14 -04:00
Daniel Miller dda533cf67 Added myself to AUTHORS file 2011-10-05 15:09:57 -04:00
Daniel Miller aa04cc9b42 Make get and head requests respect allow_redirects=False. 2011-10-05 14:36:12 -04:00
Kenneth Reitz 3b085ed20f Merge branch 'develop' 2011-08-20 18:26:04 -04:00
Kenneth Reitz 8b640979ee v0.6.1 v0.6.1 2011-08-20 18:25:32 -04:00
Kenneth Reitz c58ddff3a4 history update 2011-08-20 18:24:58 -04:00
Kenneth Reitz 53a53668d9 no more roadmap 2011-08-19 20:59:16 -04:00
Kenneth Reitz e7d8982583 Merge branch 'feature/jerem' into develop 2011-08-19 20:12:53 -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
Kenneth Reitz ce4927e5d3 added Den Shabalin to AUTHORS 2011-08-19 19:39:53 -04:00
Den Shabalin 17c551539b Merge branch 'master' of github.com:densh/requests into issue-128 2011-08-19 19:20:54 +03: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 efbbb84315 Added Mikko Ohtamaa to AUTHORS
#124
2011-08-17 20:17:22 -04: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
Kenneth Reitz 007963afde authors 2011-08-17 09:45:31 -04:00
Kenneth Reitz 0708736c45 Merge branch 'patch-1' of https://github.com/sharat87/requests into develop 2011-08-17 09:45:23 -04:00
Kenneth Reitz 61d50d531c Authors += Armin 2011-08-17 09:41:24 -04: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
Shrikant Sharat Kandula 5e6ecdad9f Typo in documentation
The kwarg is named `headers`, not `header`. Also, its a dict, not a set.
-
Armin Ronacher 91e75f7215 As proposed by @davidbgk this is only consistent with \o/ :) 2011-08-17 13:40:29 +03:00
Kenneth Reitz 81d599786a Merge branch 'develop' 2011-08-17 04:33:34 -04:00
Kenneth Reitz 9471b0ab88 let's do this v0.6.0 2011-08-17 04:32:46 -04:00
Jeremy Selier 470af42bf2 Fixing myself :) 2011-08-17 11:28:47 +03:00
Kenneth Reitz 0b34812afc readme cleanup 2011-08-17 04:23:16 -04:00
Kenneth Reitz 47a36de74e supported interpreters 2011-08-17 04:17:21 -04:00
Kenneth Reitz 0c21aa5530 doc cleanups 2011-08-17 04:16:19 -04: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