summaryrefslogtreecommitdiff
path: root/paste/fileapp.py
Commit message (Expand)AuthorAgeFilesLines
* - fixed logic/definition problem /w multi-entry headers;cce2006-01-011-4/+4
* - changed all HTTPHeader sub-classes to have a _ prefix, sincecce2005-12-301-17/+17
* - added concrete ContentRange headercce2005-12-301-13/+8
* - removing all entity headers for 304 responsecce2005-12-291-6/+6
* - forgot to remove debugging infocce2005-12-291-2/+0
* - added Range.parse to httpheaderscce2005-12-291-20/+18
* - upgraded fileapp.py to use httpheaderscce2005-12-281-177/+27
* fixed ticket #40 - thanks tsidwickcce2005-12-251-1/+1
* (no commit message)cce2005-12-251-7/+4
* - added Range: functionality to FileAppcce2005-12-251-34/+129
* - got rid of unnecessary trailing spaces in httpexceptionscce2005-12-231-17/+33
* - made __call__ for an HTTPException be the same as wsgi_applicationcce2005-12-231-50/+182
* Fixing typobbangert2005-12-221-1/+1
* - removed unnecessary spaces in several filescce2005-12-221-12/+78
* Added -W option to tests, which will turn warnings into errors (warnings have...ianb2005-12-181-0/+53