Commit Graph

773 Commits

Author SHA1 Message Date
Kenneth Reitz 53c7b77735 Digest Authentication test. 2011-10-23 14:46:44 -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 06a5aed8e2 assert sessions are using new auth 2011-10-23 11:15:11 -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 b8d4a5ea61 v0.7.1 plans 2011-10-23 10:04:46 -04:00
Kenneth Reitz 1a4dfad52d mod string formatting for 2.5 v0.7.0 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 f0fe8b971b Merge branch 'feature/config' into develop 2011-10-22 20:32:11 -04:00
Kenneth Reitz 8c34fa8477 settings => config 2011-10-22 20:31:51 -04:00
Kenneth Reitz 6be69e303b history for config 2011-10-22 20:29:00 -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 185450c5e1 test entry points 2011-10-22 19:40:45 -04:00
Kenneth Reitz 958c424c89 I don't even want to know. 2011-10-22 19:39:23 -04:00
Kenneth Reitz 61be59d996 show both session styles 2011-10-22 19:34:03 -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 4ab0bfefd3 Merge branch 'master' into develop 2011-10-22 18:17:04 -04:00
Kenneth Reitz e418631ce8 Merge branch 'feature/primary-sessions' into develop 2011-10-22 18:16:43 -04:00
Kenneth Reitz 4d97cc7506 disable rudolf until it obeys 2011-10-22 18:16:10 -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
Kenneth Reitz d72d116214 Move request and get to session 2011-10-22 18:10:32 -04:00
Kenneth Reitz d552e6c884 pep8 all the things 2011-10-22 18:07:14 -04:00
Kenneth Reitz 77909f1d49 v0.6.7 2011-10-22 18:07:00 -04:00
Kenneth Reitz dbf70fc40f All methods are valid now 2011-10-22 18:02:34 -04:00
Kenneth Reitz 3a6d9b09db test improvements 2011-10-22 12:27:10 -04:00
Kenneth Reitz b19d8785a4 Update AUTHORS 2011-10-21 11:25:02 -03:00
Kenneth Reitz 41e60b8a00 Merge pull request #217 from thedaniel/async-doc
Clarify documentation around async.map and Request.send
2011-10-21 07:24:11 -07:00