Commit Graph

456 Commits

Author SHA1 Message Date
Mark Story 95dcdd8a05 Fixing a small typo. 2011-08-14 09:13:50 -04:00
Kenneth Reitz 9469b4bb69 status_codes lookup dict 2011-08-13 14:50:59 -04:00
Kenneth Reitz 6cead64345 supporting codes class 2011-08-13 14:50:48 -04:00
Kenneth Reitz 773630b010 requests.codes 2011-08-13 14:50:38 -04:00
Kenneth Reitz 907e529471 changing history muahaha 2011-08-13 13:17:41 -04:00
Kenneth Reitz 2d70647f72 attach request object to responses 2011-08-13 13:17:17 -04:00
Kenneth Reitz 10cc4673f9 remove Response.cached 2011-08-13 13:14:10 -04:00
Kenneth Reitz 629d730da6 all main functions are **kwargs now. People shouldn't be relying on the order. 2011-08-13 13:11:16 -04:00
Kenneth Reitz d4eabaaacc better 2011-08-13 13:04:14 -04:00
Kenneth Reitz 5693314a37 response error handling rework 2011-08-13 13:01:44 -04:00
Kenneth Reitz 2e4724ccea history 2011-08-13 12:34:13 -04:00
Kenneth Reitz e7084940e1 added Jeremy Selie to AUTHORS 2011-08-13 09:40:24 -04:00
Kenneth Reitz b141da36a4 test relative redirects 2011-08-13 09:37:14 -04:00
Kenneth Reitz bb16fe8115 http/https tests 2011-08-13 09:37:07 -04:00
Kenneth Reitz a987729712 whitespace! 2011-08-13 09:14:49 -04:00
Kenneth Reitz f7cc7b1778 Merge branch 'patch-1' of https://github.com/jeremys/requests into develop 2011-08-13 08:39:16 -04:00
Zbigniew Siciarz e4adef5226 Added proxies to requests.settings 2011-08-09 10:03:09 +02:00
Kenneth Reitz e1714e678e Added Peter Manser to AUTHORS 2011-08-04 22:08:32 -03:00
Kenneth Reitz d10b08ff88 Merge pull request #99 from petermanser/develop
Fixing minor bug in code example - missing apostrophe
2011-08-04 18:07:49 -07:00
Peter Manser 18c42e88f5 Fixing minor bug in code example - missing apostrophe 2011-08-04 21:47:15 +02:00
Kenneth Reitz f238dffc18 Merge https://github.com/bclermont/requests into develop 2011-08-02 23:23:41 -04:00
Jeremy Selier 5a7ec361f4 Join with the latest URL not the first one. 2011-08-02 18:51:21 +03:00
Jeremy Selier 291d4742d6 Fixes correct "relative" redirections. Example: http://digg.com/d1qIwX, which redirects to "/news/story/A_Manifesto_How_to_Save_Media", which requests transforms to: http://digg.com//news/story/A_Manifesto_How_to_Save_Media" which results in an endless redirect loop. 2011-08-02 18:05:03 +03:00
Kenneth Reitz 1cdd1d04ce v0.5.1 2011-07-23 22:58:32 -04:00
Kenneth Reitz 3293c0e8f4 Python 2.5 bugfix 2011-07-23 22:49:01 -04:00
Kenneth Reitz 074150ff2c test fix 2011-07-23 22:42:51 -04:00
Kenneth Reitz c3c90bb09c default headers and content encoding settings
Closes #78
2011-07-23 22:35:46 -04:00
Kenneth Reitz 87560d65ca redirect history length test 2011-07-23 22:16:21 -04:00
Kenneth Reitz 7e4f7fa600 added Rubén Abad to AUTHORS 2011-07-23 22:12:41 -04:00
Kenneth Reitz 7f9c6233bb history bugfix in history 2011-07-23 22:12:34 -04:00
Kenneth Reitz 9b6a190652 Merge branch 'develop' of https://github.com/rabad/requests into develop 2011-07-23 22:11:59 -04:00
Kenneth Reitz 1e1fb1e7a8 Redirect history fix (Closes #91) 2011-07-23 22:11:54 -04:00
Kenneth Reitz 080db5ee5d CaseInsensitiveDict notes 2011-07-23 21:49:08 -04:00
Kenneth Reitz 2edda29448 fixing bad url shortner link 2011-07-23 21:48:28 -04:00
Kenneth Reitz 6ba3523a26 Merge branch 'develop' of https://github.com/tgulacsi/requests into develop 2011-07-23 21:45:45 -04:00
Kenneth Reitz 87e7a04209 v0.5.1 history update 2011-07-23 21:42:12 -04:00
Kenneth Reitz 260e32a7c3 default user agent! 2011-07-23 21:39:14 -04:00
Kenneth Reitz 5fff2c757b forced_basic default handler. 2011-07-23 21:37:17 -04:00
Kenneth Reitz 30d699b64f Forced Basic Auth for 404'd resources 2011-07-23 21:36:24 -04:00
Kenneth Reitz 7d91d3fb5c use patched HTTPBasicAuthHandler 2011-07-23 20:10:37 -04:00
Gulácsi Tamás 747f882b0e structures: CaseInsensitiveDict.__delitem__ missing "value" fix 2011-07-23 22:25:07 +02:00
Gulácsi Tamás 369e7cb38f add myself to AUTHORS 2011-07-23 22:19:28 +02:00
Gulácsi Tamás 04c456b877 structures: little bit more general, lower-key-caching version of CaseInsensitiveDict 2011-07-23 22:16:12 +02:00
Gulácsi Tamás f408829d51 test_request: simplejson is just as good as omnijson for test 2011-07-23 22:15:28 +02:00
Rubén Abad 73b414ab45 We can represent multivalued params with arrays 2011-07-13 11:08:54 +02:00
Kenneth Reitz f18c40fd36 👍 2011-07-09 10:41:44 -04:00
Jérémy Bethmont 891e52d723 Added the possibility to access headers without fetching the whole body (fixes #86). 2011-06-29 11:10:39 +02:00
Xu Pan d2ff0f40eb add doseq to urlencode in model._encode_params to enable list as dict value 2011-06-26 13:32:19 +08:00
Kenneth Reitz 787110c853 international domain name support! 2011-06-24 20:32:28 -04:00
Kenneth Reitz 20319044a3 Added Jérémy Bethmont to AUTHORS. 2011-06-24 18:47:41 -04:00