| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update docstrings in errordocument.py0.5 | thejimmyg | 2006-03-05 | 1 | -3/+3 |
| * | Use ; as the separator for searching paths on Win32 | thejimmyg | 2006-03-05 | 1 | -1/+4 |
| * | There are class of unavoidable socket errors that occur when | cce | 2006-03-05 | 1 | -16/+18 |
| * | Fixed invalid syntax, comma was missing | bbangert | 2006-03-03 | 1 | -1/+1 |
| * | Put in back-compat error_document | ianb | 2006-03-03 | 1 | -0/+6 |
| * | Rename error_document to errordocument to fit PEP 8 (back-compat commit next) | ianb | 2006-03-03 | 2 | -1/+1 |
| * | Provide top-level ip2int function | ianb | 2006-03-03 | 1 | -28/+31 |
| * | Forgot import | ianb | 2006-03-03 | 1 | -0/+1 |
| * | don't worry about writing empty strings to wsgi.errors in simulated request | ianb | 2006-03-03 | 1 | -0/+2 |
| * | Fix typo from matt h | ianb | 2006-03-03 | 1 | -1/+1 |
| * | Don't let unicode get through raw_interactive without an error | ianb | 2006-03-02 | 1 | -0/+4 |
| * | Added a newer/more sane way of doing forwarding, instead of the wonky callbac... | ianb | 2006-03-02 | 1 | -1/+52 |
| * | Fixed docstring; removed method that was doubly-defined (I think I deleted th... | ianb | 2006-03-01 | 1 | -15/+2 |
| * | typo in last commit | ianb | 2006-02-28 | 1 | -1/+1 |
| * | Make sure that even if content-type is passed in to the HTTPExceptions constr... | ianb | 2006-02-28 | 1 | -4/+6 |
| * | Fix typo | ianb | 2006-02-28 | 1 | -1/+1 |
| * | Added a .header_dict and .cookies_set attributes to TestResponse | ianb | 2006-02-28 | 1 | -0/+4 |
| * | Added a .fromlist method to HeaderDict | ianb | 2006-02-28 | 1 | -0/+9 |
| * | Remove the print of exceptions, which can be safely ignored; was causing past... | ianb | 2006-02-28 | 1 | -3/+0 |
| * | Added a location method to redirect exceptions | ianb | 2006-02-28 | 1 | -0/+7 |
| * | Stupid typos from last commit | ianb | 2006-02-28 | 2 | -2/+5 |
| * | If we don't expect errors in wsgi.errors, raise an exception immediately when... | ianb | 2006-02-28 | 2 | -3/+24 |
| * | Don't use StringIO in wsgilib.raw_interactive, as apparently it encodes its c... | ianb | 2006-02-28 | 1 | -4/+4 |
| * | Slightly better assertion message | ianb | 2006-02-28 | 1 | -1/+1 |
| * | Allow any stringifiable argument to be passed to TestApp.get for the URL | ianb | 2006-02-27 | 1 | -0/+1 |
| * | (no commit message) | cce | 2006-02-24 | 1 | -2/+2 |
| * | This updates the paste.auth.* modules to include | cce | 2006-02-24 | 4 | -28/+26 |
| * | Add the textarea text version of the traceback to a collapsed version of the ... | ianb | 2006-02-22 | 1 | -1/+9 |
| * | Improve formatting of the text version, so things don't get crammed together ... | ianb | 2006-02-22 | 1 | -2/+2 |
| * | Added some more hooks for capturing output | ianb | 2006-02-22 | 1 | -5/+12 |
| * | Refactored so each traceback has its own URL, that will be printed to wsgi.er... | ianb | 2006-02-21 | 1 | -28/+61 |
| * | Catch errors in pprinting values | ianb | 2006-02-21 | 1 | -1/+4 |
| * | Move (copy) some of the file testing stuff from paste.fixture into a new (mor... | ianb | 2006-02-21 | 1 | -0/+407 |
| * | Hopefully handle string exceptions (at least handle a little better) | ianb | 2006-02-14 | 1 | -1/+1 |
| * | - noted the RFC for exhaustive list of httpheaders | cce | 2006-02-08 | 1 | -1/+1 |
| * | Remove reference to ez_setup -- for now it just causes too many problems. Ma... | ianb | 2006-02-07 | 1 | -2/+0 |
| * | Added error document support, test suite not complete. | thejimmyg | 2006-02-05 | 2 | -0/+337 |
| * | Added a simple and lightly tested proxy app | ianb | 2006-02-03 | 2 | -0/+87 |
| * | Added relative_redirect classmethod constructor to redirect exceptions | ianb | 2006-02-02 | 1 | -0/+13 |
| * | Some language updates and bug fixes in DIY | ianb | 2006-02-02 | 2 | -15/+59 |
| * | Make global_conf parameter to EvalException truly optional | ianb | 2006-02-01 | 1 | -1/+4 |
| * | Added to the do-it-yourself doc | ianb | 2006-02-01 | 2 | -5/+216 |
| * | Added new document | ianb | 2006-01-31 | 3 | -1/+211 |
| * | remove debugging prints from openid | ianb | 2006-01-30 | 1 | -4/+0 |
| * | Added better option parsing, so that you could match domains in paste.deploy ... | ianb | 2006-01-28 | 1 | -5/+48 |
| * | Added a method to resolve a relative URI in the context of a WSGI request (ur... | ianb | 2006-01-27 | 1 | -1/+15 |
| * | Make sure .post() also sets QUERY_STRING (to avoid warning) | ianb | 2006-01-27 | 1 | -0/+4 |
| * | Added a url->username translation function to the app (so we can actually try... | ianb | 2006-01-27 | 2 | -12/+49 |
| * | Fixed some little bugs; added logout_path setting, a path that implies a logo... | ianb | 2006-01-27 | 1 | -4/+34 |
| * | Added a paste.deploy entry point for open_id; added a 401 catcher option to o... | ianb | 2006-01-27 | 2 | -8/+60 |