summaryrefslogtreecommitdiff
path: root/tests/test_httpheaders.py
Commit message (Expand)AuthorAgeFilesLines
* Fix http://trac.pythonpaste.org/pythonpaste/ticket/398 -- properly reject dat...Ian Bicking2010-09-011-0/+10
* - changed all HTTPHeader sub-classes to have a _ prefix, sincecce2005-12-301-59/+59
* - added Range.parse to httpheaderscce2005-12-291-5/+21
* - make ContentType and ContentLength pickup CGI environment variable ifcce2005-12-291-0/+10
* - upgraded fileapp.py to use httpheaderscce2005-12-281-6/+6
* - added Content-Disposition and Cache-Control headerscce2005-12-281-8/+54
* - overhauled description of httpheaders modulecce2005-12-271-4/+33
* major re-work of httpheaderscce2005-12-271-24/+21
* (no commit message)cce2005-12-261-1/+1
* - added normalize_headers to paste.httpheaders which sorts a setcce2005-12-261-0/+20
* - making HTTPHeader not be a string object so that it isn'tcce2005-12-261-2/+1
* Adding httpheaders, which is similar to httpexceptions only that itcce2005-12-251-0/+32