summaryrefslogtreecommitdiff
path: root/paste/auth/cookie.py
Commit message (Expand)AuthorAgeFilesLines
* Indentation in docstringIan Bicking2006-01-181-20/+22
* moving httpserver from util sub-package up a levelcce2006-01-091-1/+1
* - removing unnecessary trailing spaces, that's allcce2006-01-051-1/+1
* - made the example program simpler for paste.auth.cookie, nocce2006-01-031-8/+3
* (no commit message)cce2006-01-031-10/+12
* - added REMOTE_SESSION as a default environment variable to savecce2006-01-021-5/+7
* - fixed logic/definition problem /w multi-entry headers;cce2006-01-011-0/+1
* - cleaned up documentation for paste.auth.cookiecce2005-12-311-60/+119
* updated signature of cookie.py to use a 64 byte key as recommended by HMACcce2005-12-171-4/+10
* - removed super() usage in httpserver and just copied the codecce2005-12-171-4/+4
* (no commit message)cce2005-12-151-1/+1
* migrating tests to use util.httpserver rather than util.baseservercce2005-12-141-1/+1
* Merged changes from cce branch (r3727:HEAD/4008); the branch is now in sync w...Ian Bicking2005-12-131-0/+229