Commit Graph

1974 Commits

Author SHA1 Message Date
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
Kenneth Reitz d72d116214 Move request and get to session 2011-10-22 18:10:32 -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 194ff1ad89 #160 2011-10-20 22:09:08 -04:00
Kenneth Reitz 8d0e03ce41 Merge remote-tracking branch 'origin/develop' into develop 2011-10-20 11:42:00 -04:00
Zbigniew Siciarz 4f984b0fe6 New HTTP status codes (draft only).
See IETF document at
https://tools.ietf.org/html/draft-nottingham-http-new-status-02.
2011-10-20 17:37:16 +02:00
Kenneth Reitz 0e9d7aad27 add back the ascii art 2011-10-19 16:50:20 -04:00
Kenneth Reitz 6dc664caaf move core imports into __init__.py
because you can't splat import relatively. dumb.
2011-10-19 16:47:46 -04:00
Kenneth Reitz 98c5ded4f3 Merge branch 'master' into develop 2011-10-19 16:36:22 -04:00
Kenneth Reitz cfd38263d1 imports cleanup for @alex 🍰 2011-10-19 15:54:22 -04:00
travis 055f7c1eb6 Some Doc and doctoring fixes by the Speling Poleece. 2011-10-19 10:00:13 -05:00
Kenneth Reitz d938f32089 v0.6.6 2011-10-19 03:39:36 -04:00
Kenneth Reitz 8c74860fd1 add params to session merge attributes 2011-10-19 03:32:53 -04:00
Kenneth Reitz b37b977d20 v0.6.5 2011-10-19 01:30:45 -04:00