| Commit message (Expand) | Author | Age | Files | Lines |
| * | assert send_http_response was triggered by an HTTPException, incase it's being0.9.7 | pjenvey | 2006-08-11 | 1 | -0/+2 |
| * | o catch_errors_app and _wrap_app_iter_app were not in sync with the | pjenvey | 2006-08-11 | 1 | -3/+6 |
| * | RegistryManager was close()ing the app_iter, when it needs to simply propagat... | pjenvey | 2006-08-11 | 1 | -2/+0 |
| * | the catching_iter method is no longer used; removing it | pjenvey | 2006-08-11 | 1 | -24/+0 |
| * | Fixed issue with attempting to clean-up the Registry environment twice under ... | bbangert | 2006-08-10 | 1 | -8/+7 |
| * | Fixed issue with Registry still referring to the wrong place if an app down t... | bbangert | 2006-08-09 | 1 | -11/+7 |
| * | doc format fix; better error message from Jamie Wilkinson | ianb | 2006-08-03 | 1 | -0/+2 |
| * | having StackedObjectProxy.__repr__ avoid raising an exception when it | pjenvey | 2006-08-03 | 1 | -1/+6 |
| * | only displaying EvalException's full traceback button when the full traceback | pjenvey | 2006-07-31 | 1 | -7/+19 |
| * | evalexception was using the wrong contet-type, probably a typo | pjenvey | 2006-07-29 | 1 | -1/+1 |
| * | o no longer exhausting the app_iter | pjenvey | 2006-07-27 | 1 | -5/+0 |
| * | o use response.HeaderDict instead of wsgilib.ResponseHeaderDict | pjenvey | 2006-07-27 | 2 | -2/+3 |
| * | cleaner gathering of the debug config setting via converters.asbool | pjenvey | 2006-07-26 | 1 | -4/+2 |
| * | StatusBasedForward will consume the enclosed app's response when the Forward | pjenvey | 2006-07-26 | 1 | -0/+4 |
| * | renamed the multidict class to MultiDict | pjenvey | 2006-07-25 | 3 | -16/+16 |
| * | commenting out make_repost_button's unused block of code | pjenvey | 2006-07-24 | 1 | -0/+3 |
| * | o request.parse_formvars changes: | pjenvey | 2006-07-24 | 3 | -56/+35 |
| * | added copy method | pjenvey | 2006-07-23 | 1 | -1/+4 |
| * | Updating HTTPNotModified so it works with ETag. This still needs to be fixed ... | bbangert | 2006-07-22 | 1 | -1/+2 |
| * | Some more changes to paste.errordocuments and an update to paste.recursive | thejimmyg | 2006-07-20 | 2 | -150/+325 |
| * | Fixed a bug in paste.errordocuments.forward and updated unit tests | thejimmyg | 2006-07-20 | 1 | -0/+1 |
| * | Removed errordocument.empty_error, since it never actually worked in a useful...0.9.5 | ianb | 2006-07-20 | 1 | -47/+0 |
| * | Fixed problem reported by Charlie Groves with TestApp file uploads with lengt... | ianb | 2006-07-20 | 1 | -1/+1 |
| * | Keep wsgi.input from being eaten when the cgi module is looking for POST vari... | ianb | 2006-07-20 | 1 | -1/+15 |
| * | having WSGIResponse.params return a multidict | pjenvey | 2006-07-20 | 1 | -2/+2 |
| * | Changed usage of MultiDict to util.multidict | ianb | 2006-07-19 | 2 | -32/+6 |
| * | added WSGIThreadPoolServer. Provides much better performance than | pjenvey | 2006-07-19 | 1 | -9/+146 |
| * | reverting r5459, as the issue has already been fixed | pjenvey | 2006-07-17 | 1 | -5/+2 |
| * | Added tests for file-related conditional requests. Added support for If-None... | ianb | 2006-07-17 | 2 | -1/+22 |
| * | Added a 'no' argument to mustcontain | ianb | 2006-07-15 | 1 | -1/+17 |
| * | Added a middleware to clear out error bodies, making them more accessible to ... | ianb | 2006-07-14 | 2 | -1/+96 |
| * | Added a Paste Deploy entry point for paste.errordocument (not tested, bad me) | ianb | 2006-07-14 | 1 | -1/+23 |
| * | More permissive parsing for dates in headers. IE in particular will add '; l... | ianb | 2006-07-13 | 1 | -1/+4 |
| * | Avoid a weird upstream traceback in certain failure situations | ianb | 2006-07-11 | 1 | -1/+1 |
| * | Added a setvars method, to complement setvar/var | ianb | 2006-07-11 | 1 | -0/+9 |
| * | Patch from Brad Clements to add Paste Deploy support for paste.auth methods | ianb | 2006-06-30 | 3 | -0/+55 |
| * | o revised the r5420 patch to be specific to the _IfModifiedSince header | pjenvey | 2006-06-26 | 1 | -4/+10 |
| * | Clean date headers of extra attributes sent by IE | pjenvey | 2006-06-26 | 1 | -2/+4 |
| * | Fix for paste.urlmap and vhosts | ianb | 2006-06-22 | 1 | -2/+2 |
| * | Added a method to get a cgi-style dictionary out of this dictionary | ianb | 2006-06-22 | 1 | -2/+27 |
| * | Make multidict parse args+kw more like dict() does | ianb | 2006-06-22 | 1 | -6/+3 |
| * | Made it possible to create the session after start_response is called but bef... | ianb | 2006-06-21 | 1 | -4/+15 |
| * | Added another app_iter wrapper similar to add_close, except that also calls a... | ianb | 2006-06-21 | 1 | -0/+39 |
| * | Put in a test to keep paste.testing_variables from clobbering an attribute of... | ianb | 2006-06-21 | 1 | -0/+5 |
| * | made MultiDict iterable | pjenvey | 2006-06-20 | 1 | -2/+2 |
| * | Preventing circumvention of StaticURLParser and PkgResourcesParser's root dir... | pjenvey | 2006-06-19 | 1 | -6/+24 |
| * | Fixed urlparser classes to handle quoted (e.g. %20) URL paths. | pjenvey | 2006-06-18 | 1 | -3/+7 |
| * | fixed the logged HTTP protocol, now grabbing it from HTTP_VERSION environment... | pjenvey | 2006-06-18 | 1 | -1/+1 |
| * | fixed TransLogger to log to the Apache combined log format as advertised | pjenvey | 2006-06-18 | 1 | -1/+9 |
| * | added optional host and max_children args to scgi's serve_application. | pjenvey | 2006-06-17 | 1 | -2/+28 |