summaryrefslogtreecommitdiff
path: root/paste/response.py
Commit message (Expand)AuthorAgeFilesLines
* Add default argument to paste.response.HeaderDict.pop (to make it more like a...Ian Bicking2010-09-011-6/+6
* small docstring formatting fixesianb2008-04-271-1/+1
* Improve performance of HeaderDict.headeritems()ianb2007-09-211-4/+4
* A big commit, primarily aesthetic/whitespace in nature. This is the result o...ianb2006-10-201-2/+2
* o fixed WSGIResponse to determine the correct encoding after the Content-Typepjenvey2006-09-041-0/+6
* Fixing unindent issue that tripped up pudge.bbangert2006-09-021-2/+2
* Adding code-block directive to Python code samples.bbangert2006-09-021-1/+3
* Added copyright header to a bunch of filesianb2006-06-131-0/+2
* Moved WSGIRequest from request -> wsgiwrappers. Created WSGIResponse object i...bbangert2006-03-191-3/+2
* Fix typoianb2006-02-281-1/+1
* Added a .fromlist method to HeaderDictianb2006-02-281-0/+9
* Fixed stack level for warningsianb2006-01-031-3/+3
* Added a bunch of module docstrings so the module index looks nicer; also mark...ianb2005-12-301-0/+4
* - added normalize_headers to paste.httpheaders which sorts a setcce2005-12-261-1/+11
* - made __call__ for an HTTPException be the same as wsgi_applicationcce2005-12-231-0/+24
* - removed unnecessary spaces in several filescce2005-12-221-1/+1
* A bunch of little import cleanups noted from pyflakesianb2005-12-181-0/+1
* Added -W option to tests, which will turn warnings into errors (warnings have...ianb2005-12-181-0/+183