summaryrefslogtreecommitdiff
path: root/paste/evalexception/middleware.py
Commit message (Expand)AuthorAgeFilesLines
* Get parse_querystring() function directly from the paste.request module,Victor Stinner2015-04-221-2/+2
* Fix evalexception middleware on Python 3Victor Stinner2015-04-211-1/+6
* Python 3: use new style of raise, replace "raise class, args" with "raise cla...Cyril Roelandt2014-03-181-2/+1
* Python 3: Replace iterator.next() with six.next(iterator)Cyril Roelandt2014-03-181-1/+2
* Python 3: Use absolute import instead of relative importCyril Roelandt2014-03-181-1/+1
* Python 3: add parenthesis to print() to support Python 2 and Python 3Cyril Roelandt2014-03-181-0/+3
* Python 3: Replace "except Exception, exc" with "except Exception as exc:"Cyril Roelandt2014-03-181-3/+3
* 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/+610