summaryrefslogtreecommitdiff
path: root/paste/auth/cookie.py
Commit message (Expand)AuthorAgeFilesLines
* Use base64.encode|decodestring, for python 2.3 compatibilityianb2007-12-171-2/+2
* fixed the AuthCookieHandler examplepjenvey2007-02-161-1/+1
* convert old-style classes to new-style classespjenvey2007-01-051-2/+2
* A big commit, primarily aesthetic/whitespace in nature. This is the result o...ianb2006-10-201-24/+25
* Several name problems, small bugs, extra imports caught by pyflakesianb2006-10-201-1/+1
* Make sure timeout isn't passed in as a stringianb2006-08-211-0/+5
* better error message in paste.auth.cookieianb2006-08-211-0/+5
* Added an entry point for paste.auth.cookie; added/currected a little info to ...ianb2006-08-191-10/+91
* Indentation in docstringianb2006-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...ianb2005-12-131-0/+229