summaryrefslogtreecommitdiff
path: root/paste/auth/cookie.py
Commit message (Expand)AuthorAgeFilesLines
* Port paste.auth to Python 3Victor Stinner2015-04-211-4/+13
* Strip trailing spacesVictor Stinner2015-04-211-1/+1
* Python 3: Add b prefix to literal binary stringsCyril Roelandt2014-03-181-1/+1
* Python 3: Replace "dict.has_key(key)" with "key in dict"Cyril Roelandt2014-03-181-1/+1
* Python 3: Replace basestring with six.string_typesCyril Roelandt2014-03-181-3/+3
* Python 3: don't use tuples in function prototypeCyril Roelandt2014-03-181-1/+1
* don't need to strip the trailing newline anymoreianb2009-01-081-1/+1
* Fix #257, newlines in paste.auth.cookie cookiesianb2009-01-081-0/+1
* fix auth cookie generating bad headerspjenvey2008-10-101-1/+2
* prefer hashlib over the md5/sha modules which are deprecated in Python 2.6pjenvey2008-09-171-4/+10
* 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