Commit Graph

388 Commits

Author SHA1 Message Date
Kenneth Reitz e32840f631 fix request docs 2011-11-02 20:39:06 -04:00
Kenneth Reitz 3a4f6ba8b3 v0.7.4 2011-10-26 18:36:14 -04:00
Kenneth Reitz 6ac1e02691 hooks fix #227 2011-10-26 18:35:01 -04:00
Kenneth Reitz 6140fac6aa Default Accept header, a la curl 2011-10-25 16:10:49 -04:00
Kenneth Reitz 73ed950e70 simplify 2011-10-24 20:55:35 -04:00
Kenneth Reitz 6ef5094be6 Merge remote-tracking branch 'origin/develop' into develop 2011-10-24 20:55:01 -04:00
Kenneth Reitz 077758f713 Merge pull request #224 from stoey/84e89429
Syntax error for Python 2.5
2011-10-24 17:54:05 -07:00
Kenneth Reitz c108c5300f No mo' HttpError 2011-10-23 17:18:46 -04:00
Kenneth Reitz 0008b035e2 v0.7.3 2011-10-23 16:56:47 -04:00
Kenneth Reitz be69529dca oops, debugging prints 2011-10-23 16:53:21 -04:00
Kenneth Reitz e257151ffc Merge branch 'master' into develop 2011-10-23 16:10:24 -04:00
Kenneth Reitz 84a2b35b71 Readme update. 2011-10-23 16:03:06 -04:00
Kenneth Reitz e15834da8e v0.7.2 2011-10-23 15:40:26 -04:00
Kenneth Reitz f1bb25b1ec bugfix 2011-10-23 15:39:33 -04:00
Kenneth Reitz 02cf3dce37 v0.7.1 2011-10-23 15:18:27 -04:00
Kenneth Reitz 58b1c69b6a Explain custom auth handlers 2011-10-23 15:13:34 -04:00
Kenneth Reitz b88fbb5e0c KILL THE AUTH HANDLERS 2011-10-23 14:49:59 -04:00
Kenneth Reitz 68b4830948 Add argument injection hook back 2011-10-23 14:47:15 -04:00
Kenneth Reitz 9966017a49 Add new utilities from werkzeug 2011-10-23 14:46:58 -04:00
Kenneth Reitz 491a3c075d Move hooks into internal event loop 2011-10-23 14:46:35 -04:00
Kenneth Reitz 4916b1c2ce pep8 2011-10-23 14:44:26 -04:00
Kenneth Reitz 60b37e54b5 Digest authentication support!
Ripped from urllib2
2011-10-23 14:44:20 -04:00
Kenneth Reitz b7c788cc56 prettier async patching 2011-10-23 14:44:00 -04:00
Kenneth Reitz 12db1576e9 auth tuple fix 2011-10-23 12:26:46 -04:00
Kenneth Reitz af6aa3e572 Move hooks out of top-level loop 2011-10-23 12:26:41 -04:00
Kenneth Reitz 20e0ee4968 Remove AuthObject entirely. 2011-10-23 11:35:01 -04:00
Kenneth Reitz 4892a305d9 more advanced authentication mechanism 2011-10-23 11:33:03 -04:00
Kenneth Reitz 495c3d5006 Use new authentication style in models
🤘
2011-10-23 11:15:42 -04:00
Kenneth Reitz 0dae52220b fix base64 encoding for httpbasic 2011-10-23 11:14:59 -04:00
Kenneth Reitz d23c4b94c1 httpbasic authentication cleanup 2011-10-23 11:00:36 -04:00
Kenneth Reitz 94c587d642 Comment out authentication handlers 2011-10-23 11:00:21 -04:00
Kenneth Reitz 340f7a0733 initial auth module w/ httpbasic auth 2011-10-23 10:56:04 -04:00
Kenneth Reitz 1a4dfad52d mod string formatting for 2.5 2011-10-22 21:33:00 -04:00
Kenneth Reitz b66871e871 v0.7.0 2011-10-22 21:30:47 -04:00
Kenneth Reitz a74568d8d5 simplify request dispatch flow 2011-10-22 21:10:24 -04:00
Kenneth Reitz 302c4d9c41 Don't alter behavior for safe methods anymore. 2011-10-22 21:01:45 -04:00
Kenneth Reitz 97e3c84084 simplify the URL check 2011-10-22 20:57:39 -04:00
Kenneth Reitz 0ee6c1fa68 kill accept_gzip config 2011-10-22 20:55:46 -04:00
Kenneth Reitz 2f6cf50a6c deprecate settings 2011-10-22 20:28:25 -04:00
Kenneth Reitz f9dfbb73dd requests.request uses config 2011-10-22 20:28:19 -04:00
Kenneth Reitz 903f96cc6a use config throughout models 2011-10-22 20:28:06 -04:00
Kenneth Reitz 5c81fba1eb use config object in sessions 2011-10-22 20:26:12 -04:00
Kenneth Reitz 4dc48b6521 _config => defaults 2011-10-22 20:25:27 -04:00
Kenneth Reitz ab3200b4cc config.py => _config.py 2011-10-22 19:41:39 -04:00
Kenneth Reitz e007a5a13f docstring 2011-10-22 19:27:44 -04:00
Kenneth Reitz 3d29f6535f kill wrapping of api methods 2011-10-22 19:27:08 -04:00
Kenneth Reitz 98dc08236c loose yourself 2011-10-22 18:18:39 -04:00
Kenneth Reitz 2b3bd78685 Add all methods to session 2011-10-22 18:15:28 -04:00
Kenneth Reitz 597ace5718 import cleanups 2011-10-22 18:13:22 -04:00
Kenneth Reitz f269c6c89a cookiejar => cookies in models 2011-10-22 18:10:47 -04:00