summaryrefslogtreecommitdiff
path: root/paste/recursive.py
Commit message (Expand)AuthorAgeFilesLines
* Port recursive to Python 3Victor Stinner2015-04-211-4/+4
* Python 3: use six.reraise() to re-raise an exception with the tracebackCyril Roelandt2014-03-181-2/+3
* 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-1/+1
* allow strings and lists to be used in cookie tokensKristian Kvilekval2012-10-121-0/+405