summaryrefslogtreecommitdiff
path: root/paste/evalexception/evalcontext.py
Commit message (Collapse)AuthorAgeFilesLines
* Python 3: Replace exec statement with six.exec_() to support Python 2 and ↵Cyril Roelandt2014-03-181-1/+2
| | | | Python 3
* Python 3: use new names of standard library modulesCyril Roelandt2014-03-181-1/+1
| | | | Use "try/except ImportError" to try Python 2 and Python 3 names.
* Added copyright header to a bunch of filesianb2006-06-131-0/+2
|
* Put in reduced-content exceptions for XMLHttpRequest responses, marked by ↵ianb2005-12-051-2/+3
| | | | the presence of a _ GET variable
* Now with actual expression evaluation, which is where it starts getting ↵ianb2005-11-061-0/+65
interesting