summaryrefslogtreecommitdiff
path: root/paste/cgiapp.py
Commit message (Expand)AuthorAgeFilesLines
* Port cgiapp to Python 3Victor Stinner2015-04-211-14/+17
* Python 3: Replace "except Exception, exc" with "except Exception as exc:"Cyril Roelandt2014-03-181-1/+1
* Python 3: use new names of standard library modulesCyril Roelandt2014-03-181-3/+3
* allow strings and lists to be used in cookie tokensKristian Kvilekval2012-10-121-0/+277