summaryrefslogtreecommitdiff
path: root/paste/fileapp.py
Commit message (Expand)AuthorAgeFilesLines
* Fix fileapp on Python 3Victor Stinner2015-04-221-5/+7
* Python 3: Replace "except Exception, exc" with "except Exception as exc:"Cyril Roelandt2014-03-181-3/+3
* respond with 206 partial content whenever a range was requestedJan-Wijbrand Kolman2013-03-251-3/+3
* Import StringIO so it can be used.stringiomatt2013-01-281-0/+354