summaryrefslogtreecommitdiff
path: root/paste/session.py
Commit message (Expand)AuthorAgeFilesLines
* Port session to Python 3Victor Stinner2015-04-211-1/+4
* Python 3: Use six types for stringsCyril Roelandt2014-03-181-1/+2
* Python 3: Replace "dict.has_key(key)" with "key in dict"Cyril Roelandt2014-03-181-1/+1
* Python 3: use new names of standard library modulesCyril Roelandt2014-03-181-1/+6
* allow strings and lists to be used in cookie tokensKristian Kvilekval2012-10-121-0/+337