| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Strip trailing spaces | Victor Stinner | 2015-04-21 | 1 | -1/+1 |
| | | |||||
| * | Fix for #174; Paste Deploy entry point for paste.auth.form broken | ianb | 2007-05-25 | 1 | -1/+6 |
| | | |||||
| * | convert old-style classes to new-style classes | pjenvey | 2007-01-05 | 1 | -1/+1 |
| | | |||||
| * | Fixed #133 from cookedm: paste.auth.form doesn't return valid headers | ianb | 2006-11-02 | 1 | -2/+2 |
| | | |||||
| * | A big commit, primarily aesthetic/whitespace in nature. This is the result ↵ | ianb | 2006-10-20 | 1 | -3/+3 |
| | | | | | of running pylint over the codebase. Some minor/hard-to-reach typos were also picked up. | ||||
| * | Patch from Brad Clements to add Paste Deploy support for paste.auth methods | ianb | 2006-06-30 | 1 | -0/+18 |
| | | |||||
| * | This updates the paste.auth.* modules to include | cce | 2006-02-24 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | environ in the authentication callback functions. - auth.basic was modified to have a callback of authfunc(environ, username, password) - auth.digest was modified in a similar manner, authfunc(environ, realm, password) - auth.digest's digest_password also had it's arguments reversed to be consistent with the corresponding authfunc(); if you're going to break -- let's fix two things at once! - auth.form has a change similar to auth.basic These changes were suggested via Matthew Scott on the paste mailing list; only that I put the environ first to be consistent with other WSGI functions. | ||||
| * | moving httpserver from util sub-package up a level | cce | 2006-01-09 | 1 | -1/+1 |
| | | |||||
| * | - cleaned up documentation for paste.auth.cookie | cce | 2005-12-31 | 1 | -31/+84 |
| | | | | | | | | | - cleaned up documentation for paste.auth.form - cleaned up documentation for paste.auth.basic - converted InternalServerError into its own class (httpexceptions) - converted BadRequest into its own class (httpexceptions) - a few minor cleanups | ||||
| * | migrating tests to use util.httpserver rather than util.baseserver | cce | 2005-12-14 | 1 | -1/+1 |
| | | |||||
| * | Merged changes from cce branch (r3727:HEAD/4008); the branch is now in sync ↵ | ianb | 2005-12-13 | 1 | -0/+73 |
| with trunk | |||||
