| Commit message (Expand) | Author | Age | Files | Lines |
| * | small docstring formatting fixes | ianb | 2008-04-27 | 1 | -3/+3 |
| * | * Fixed bug in paste lint where PATH_INFO would become unicode. | bbangert | 2008-01-13 | 1 | -0/+2 |
| * | fix intercept_output docstring example | ianb | 2008-01-11 | 1 | -0/+2 |
| * | Simplify the way HTTPExceptionHandler catches HTTPExceptions. You can no lon... | ianb | 2007-09-21 | 1 | -1/+1 |
| * | exc_info should be passed up in intercept_output (if it is not, exceptions so... | ianb | 2007-09-06 | 1 | -1/+1 |
| * | whitespace | pjenvey | 2007-05-04 | 1 | -3/+3 |
| * | alphabatize __all__ | pjenvey | 2007-02-05 | 1 | -8/+6 |
| * | added add_start_close, catch_errors_app and unicode_app_iter to __all__ | pjenvey | 2007-02-05 | 1 | -6/+7 |
| * | convert old-style classes to new-style classes | pjenvey | 2007-01-05 | 1 | -4/+4 |
| * | Security fix for StaticURLParser, plus unquote SCRIPT_NAME and PATH_INFO, plu... | ianb | 2006-12-18 | 1 | -0/+2 |
| * | Header values sent by dump_environ should be strings. | asaddi | 2006-12-14 | 1 | -1/+1 |
| * | A big commit, primarily aesthetic/whitespace in nature. This is the result o... | ianb | 2006-10-20 | 1 | -17/+10 |
| * | Fixed some reST code-block statements | ianb | 2006-09-29 | 1 | -3/+3 |
| * | Some docstring fixes, and a link fix; exception fix in paste.lint0.9.8.1 | ianb | 2006-09-05 | 1 | -0/+1 |
| * | o WSGIResponse changes:0.9.8 | pjenvey | 2006-09-04 | 1 | -0/+25 |
| * | Adding code-block directive to Python code samples. | bbangert | 2006-09-02 | 1 | -3/+9 |
| * | Fixed problem when wrap_app_iter wraps an app_iter with no close method | ianb | 2006-08-19 | 1 | -2/+0 |
| * | o catch_errors_app and _wrap_app_iter_app were not in sync with the | pjenvey | 2006-08-11 | 1 | -3/+6 |
| * | o use response.HeaderDict instead of wsgilib.ResponseHeaderDict | pjenvey | 2006-07-27 | 1 | -1/+1 |
| * | Added a middleware to clear out error bodies, making them more accessible to ... | ianb | 2006-07-14 | 1 | -1/+47 |
| * | Added another app_iter wrapper similar to add_close, except that also calls a... | ianb | 2006-06-21 | 1 | -0/+39 |
| * | fixed docstring example | ianb | 2006-06-15 | 1 | -1/+1 |
| * | Added a warning to paste.wsgilib.add_close | ianb | 2006-05-31 | 1 | -0/+10 |
| * | fix for example in docstring0.9.1 | ianb | 2006-05-07 | 1 | -1/+1 |
| * | move warnings in paste.recursive; added conditional argument to paste.wsgilib... | ianb | 2006-03-07 | 1 | -2/+31 |
| * | don't worry about writing empty strings to wsgi.errors in simulated request | ianb | 2006-03-03 | 1 | -0/+2 |
| * | Don't let unicode get through raw_interactive without an error | ianb | 2006-03-02 | 1 | -0/+4 |
| * | Remove the print of exceptions, which can be safely ignored; was causing past... | ianb | 2006-02-28 | 1 | -3/+0 |
| * | Stupid typos from last commit | ianb | 2006-02-28 | 1 | -1/+4 |
| * | If we don't expect errors in wsgi.errors, raise an exception immediately when... | ianb | 2006-02-28 | 1 | -2/+19 |
| * | Don't use StringIO in wsgilib.raw_interactive, as apparently it encodes its c... | ianb | 2006-02-28 | 1 | -4/+4 |
| * | Added wsgilib.intercept_output to __all__; updated news.txt | ianb | 2006-01-09 | 1 | -1/+1 |
| * | printing out debug information on 5xx messages for raw_interactive | cce | 2006-01-05 | 1 | -4/+3 |
| * | Set HTTP_HOST in raw_interactive | ianb | 2005-12-30 | 1 | -0/+3 |
| * | - got rid of unnecessary trailing spaces in httpexceptions | cce | 2005-12-23 | 1 | -2/+7 |
| * | Added -W option to tests, which will turn warnings into errors (warnings have... | ianb | 2005-12-18 | 1 | -215/+17 |
| * | Added a fix for httpexceptions when an exception is raised by the iterator, a... | ianb | 2005-12-15 | 1 | -0/+62 |
| * | Move things to using request module instead of wsgilib | ianb | 2005-12-14 | 1 | -1/+1 |
| * | Python 2.3 doesn't like that reassignment | ianb | 2005-12-14 | 1 | -1/+4 |
| * | Deprecate the wsgilib.error_response functions; stop using them internally as... | ianb | 2005-12-13 | 1 | -5/+21 |
| * | Merged changes from cce branch (r3727:HEAD/4008); the branch is now in sync w... | ianb | 2005-12-13 | 1 | -202/+93 |
| * | Handle lists in variable parsing better | ianb | 2005-12-05 | 1 | -11/+14 |
| * | Fixed small bug in header_value noted by Brad Clements; added remove_header f... | ianb | 2005-11-30 | 1 | -0/+60 |
| * | Fix module loadingtests/conftest.py | ianb | 2005-11-15 | 1 | -2/+2 |
| * | Added some new routines; one for a header-like dictionary object, and another... | ianb | 2005-11-06 | 1 | -0/+116 |
| * | Fix doc strings | ianb | 2005-10-07 | 1 | -6/+10 |
| * | Handle case where start_response is called multiple times (which happens duri... | ianb | 2005-10-04 | 1 | -0/+4 |
| * | Minor bug | ianb | 2005-09-27 | 1 | -1/+2 |
| * | Fixes suggested by pyflakes | ianb | 2005-09-21 | 1 | -0/+1 |
| * | Added license comment to all substantive files | ianb | 2005-08-31 | 1 | -0/+3 |