summaryrefslogtreecommitdiff
path: root/paste/wsgilib.py
Commit message (Expand)AuthorAgeFilesLines
* Make add_close.next() leverage add_close.__next__()python3_wsgilib_add_close_nextMarc Abramowitz2016-03-081-1/+1
* Uncomment/cleanup paste.wsgilib.app_close.__next__Marc Abramowitz2016-03-071-2/+2
* Merge default to python3_wsgilib_add_close_nextMarc Abramowitz2016-03-071-0/+4
|\
| * paste.wsgilib.add_close: Add __next__ methodMarc Abramowitz2016-03-071-0/+4
|/
* Port wsgilib to Python 3Victor Stinner2015-04-211-10/+14
* Strip trailing spacesVictor Stinner2015-04-211-5/+5
* Python 3: fix more submodulesVictor Stinner2014-03-191-9/+8
* Python 3: fix sortCyril Roelandt2014-03-181-1/+1
* Python 3: use six.reraise() to re-raise an exception with the tracebackCyril Roelandt2014-03-181-2/+3
* Python 3: Replace "except Exception, exc" with "except Exception as exc:"Cyril Roelandt2014-03-181-1/+1
* Python 3: use new names of standard library modulesCyril Roelandt2014-03-181-4/+3
* 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