summaryrefslogtreecommitdiff
path: root/paste/wsgilib.py
Commit message (Expand)AuthorAgeFilesLines
* small docstring formatting fixesianb2008-04-271-3/+3
* * Fixed bug in paste lint where PATH_INFO would become unicode.bbangert2008-01-131-0/+2
* fix intercept_output docstring exampleianb2008-01-111-0/+2
* Simplify the way HTTPExceptionHandler catches HTTPExceptions. You can no lon...ianb2007-09-211-1/+1
* exc_info should be passed up in intercept_output (if it is not, exceptions so...ianb2007-09-061-1/+1
* whitespacepjenvey2007-05-041-3/+3
* alphabatize __all__pjenvey2007-02-051-8/+6
* added add_start_close, catch_errors_app and unicode_app_iter to __all__pjenvey2007-02-051-6/+7
* convert old-style classes to new-style classespjenvey2007-01-051-4/+4
* Security fix for StaticURLParser, plus unquote SCRIPT_NAME and PATH_INFO, plu...ianb2006-12-181-0/+2
* Header values sent by dump_environ should be strings.asaddi2006-12-141-1/+1
* A big commit, primarily aesthetic/whitespace in nature. This is the result o...ianb2006-10-201-17/+10
* Fixed some reST code-block statementsianb2006-09-291-3/+3
* Some docstring fixes, and a link fix; exception fix in paste.lint0.9.8.1ianb2006-09-051-0/+1
* o WSGIResponse changes:0.9.8pjenvey2006-09-041-0/+25
* Adding code-block directive to Python code samples.bbangert2006-09-021-3/+9
* Fixed problem when wrap_app_iter wraps an app_iter with no close methodianb2006-08-191-2/+0
* o catch_errors_app and _wrap_app_iter_app were not in sync with thepjenvey2006-08-111-3/+6
* o use response.HeaderDict instead of wsgilib.ResponseHeaderDictpjenvey2006-07-271-1/+1
* Added a middleware to clear out error bodies, making them more accessible to ...ianb2006-07-141-1/+47
* Added another app_iter wrapper similar to add_close, except that also calls a...ianb2006-06-211-0/+39
* fixed docstring exampleianb2006-06-151-1/+1
* Added a warning to paste.wsgilib.add_closeianb2006-05-311-0/+10
* fix for example in docstring0.9.1ianb2006-05-071-1/+1
* move warnings in paste.recursive; added conditional argument to paste.wsgilib...ianb2006-03-071-2/+31
* don't worry about writing empty strings to wsgi.errors in simulated requestianb2006-03-031-0/+2
* Don't let unicode get through raw_interactive without an errorianb2006-03-021-0/+4
* Remove the print of exceptions, which can be safely ignored; was causing past...ianb2006-02-281-3/+0
* Stupid typos from last commitianb2006-02-281-1/+4
* If we don't expect errors in wsgi.errors, raise an exception immediately when...ianb2006-02-281-2/+19
* Don't use StringIO in wsgilib.raw_interactive, as apparently it encodes its c...ianb2006-02-281-4/+4
* Added wsgilib.intercept_output to __all__; updated news.txtianb2006-01-091-1/+1
* printing out debug information on 5xx messages for raw_interactivecce2006-01-051-4/+3
* Set HTTP_HOST in raw_interactiveianb2005-12-301-0/+3
* - got rid of unnecessary trailing spaces in httpexceptionscce2005-12-231-2/+7
* Added -W option to tests, which will turn warnings into errors (warnings have...ianb2005-12-181-215/+17
* Added a fix for httpexceptions when an exception is raised by the iterator, a...ianb2005-12-151-0/+62
* Move things to using request module instead of wsgilibianb2005-12-141-1/+1
* Python 2.3 doesn't like that reassignmentianb2005-12-141-1/+4
* Deprecate the wsgilib.error_response functions; stop using them internally as...ianb2005-12-131-5/+21
* Merged changes from cce branch (r3727:HEAD/4008); the branch is now in sync w...ianb2005-12-131-202/+93
* Handle lists in variable parsing betterianb2005-12-051-11/+14
* Fixed small bug in header_value noted by Brad Clements; added remove_header f...ianb2005-11-301-0/+60
* Fix module loadingtests/conftest.pyianb2005-11-151-2/+2
* Added some new routines; one for a header-like dictionary object, and another...ianb2005-11-061-0/+116
* Fix doc stringsianb2005-10-071-6/+10
* Handle case where start_response is called multiple times (which happens duri...ianb2005-10-041-0/+4
* Minor bugianb2005-09-271-1/+2
* Fixes suggested by pyflakesianb2005-09-211-0/+1
* Added license comment to all substantive filesianb2005-08-311-0/+3