Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding code-block directive to Python code samples. | bbangert | 2006-09-02 | 1 | -1/+3 |
| | |||||
* | Removed Paste Deploy dependencies in many places | ianb | 2006-08-19 | 1 | -2/+7 |
| | |||||
* | o no longer exhausting the app_iter | pjenvey | 2006-07-27 | 1 | -5/+0 |
| | | | | | o as much as I like the new StatusBasedForward forward debug message, it can be chatty with a lack of favicon. removing it | ||||
* | 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 |
| | | | | condition is met, but wasn't close()ing it when it's iterable | ||||
* | Some more changes to paste.errordocuments and an update to paste.recursive | thejimmyg | 2006-07-20 | 1 | -133/+163 |
| | |||||
* | 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 ↵0.9.5 | ianb | 2006-07-20 | 1 | -47/+0 |
| | | | | useful way; changed the news to 0.9.5 (since that's what the next release will be) | ||||
* | Added a middleware to clear out error bodies, making them more accessible to ↵ | ianb | 2006-07-14 | 1 | -0/+49 |
| | | | | Apache; added an app_iter wrapper for chaining app_iters from multiple sources (needed for peeking at status) | ||||
* | Added a Paste Deploy entry point for paste.errordocument (not tested, bad me) | ianb | 2006-07-14 | 1 | -1/+23 |
| | |||||
* | Fixing default {}, since it will always be retained. Creating a {} for each ↵ | bbangert | 2006-06-03 | 1 | -2/+6 |
| | | | | call where its not passed. | ||||
* | fix docstring | ianb | 2006-04-24 | 1 | -11/+11 |
| | |||||
* | Update docstrings in errordocument.py0.5 | thejimmyg | 2006-03-05 | 1 | -3/+3 |
| | |||||
* | Rename error_document to errordocument to fit PEP 8 (back-compat commit next) | ianb | 2006-03-03 | 1 | -0/+303 |