summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update docstrings in errordocument.py0.5thejimmyg2006-03-051-3/+3
* Use ; as the separator for searching paths on Win32thejimmyg2006-03-051-1/+4
* There are class of unavoidable socket errors that occur whencce2006-03-051-16/+18
* Fixed invalid syntax, comma was missingbbangert2006-03-031-1/+1
* Put in back-compat error_documentianb2006-03-031-0/+6
* Rename error_document to errordocument to fit PEP 8 (back-compat commit next)ianb2006-03-032-1/+1
* Provide top-level ip2int functionianb2006-03-031-28/+31
* Forgot importianb2006-03-031-0/+1
* don't worry about writing empty strings to wsgi.errors in simulated requestianb2006-03-031-0/+2
* Fix typo from matt hianb2006-03-031-1/+1
* Don't let unicode get through raw_interactive without an errorianb2006-03-021-0/+4
* Added a newer/more sane way of doing forwarding, instead of the wonky callbac...ianb2006-03-021-1/+52
* Fixed docstring; removed method that was doubly-defined (I think I deleted th...ianb2006-03-011-15/+2
* typo in last commitianb2006-02-281-1/+1
* Make sure that even if content-type is passed in to the HTTPExceptions constr...ianb2006-02-281-4/+6
* Fix typoianb2006-02-281-1/+1
* Added a .header_dict and .cookies_set attributes to TestResponseianb2006-02-281-0/+4
* Added a .fromlist method to HeaderDictianb2006-02-281-0/+9
* Remove the print of exceptions, which can be safely ignored; was causing past...ianb2006-02-281-3/+0
* Added a location method to redirect exceptionsianb2006-02-281-0/+7
* Stupid typos from last commitianb2006-02-282-2/+5
* If we don't expect errors in wsgi.errors, raise an exception immediately when...ianb2006-02-282-3/+24
* Don't use StringIO in wsgilib.raw_interactive, as apparently it encodes its c...ianb2006-02-281-4/+4
* Slightly better assertion messageianb2006-02-281-1/+1
* Allow any stringifiable argument to be passed to TestApp.get for the URLianb2006-02-271-0/+1
* (no commit message)cce2006-02-241-2/+2
* This updates the paste.auth.* modules to includecce2006-02-244-28/+26
* Add the textarea text version of the traceback to a collapsed version of the ...ianb2006-02-221-1/+9
* Improve formatting of the text version, so things don't get crammed together ...ianb2006-02-221-2/+2
* Added some more hooks for capturing outputianb2006-02-221-5/+12
* Refactored so each traceback has its own URL, that will be printed to wsgi.er...ianb2006-02-211-28/+61
* Catch errors in pprinting valuesianb2006-02-211-1/+4
* Move (copy) some of the file testing stuff from paste.fixture into a new (mor...ianb2006-02-211-0/+407
* Hopefully handle string exceptions (at least handle a little better)ianb2006-02-141-1/+1
* - noted the RFC for exhaustive list of httpheaderscce2006-02-081-1/+1
* Remove reference to ez_setup -- for now it just causes too many problems. Ma...ianb2006-02-071-2/+0
* Added error document support, test suite not complete.thejimmyg2006-02-052-0/+337
* Added a simple and lightly tested proxy appianb2006-02-032-0/+87
* Added relative_redirect classmethod constructor to redirect exceptionsianb2006-02-021-0/+13
* Some language updates and bug fixes in DIYianb2006-02-022-15/+59
* Make global_conf parameter to EvalException truly optionalianb2006-02-011-1/+4
* Added to the do-it-yourself docianb2006-02-012-5/+216
* Added new documentianb2006-01-313-1/+211
* remove debugging prints from openidianb2006-01-301-4/+0
* Added better option parsing, so that you could match domains in paste.deploy ...ianb2006-01-281-5/+48
* Added a method to resolve a relative URI in the context of a WSGI request (ur...ianb2006-01-271-1/+15
* Make sure .post() also sets QUERY_STRING (to avoid warning)ianb2006-01-271-0/+4
* Added a url->username translation function to the app (so we can actually try...ianb2006-01-272-12/+49
* Fixed some little bugs; added logout_path setting, a path that implies a logo...ianb2006-01-271-4/+34
* Added a paste.deploy entry point for open_id; added a 401 catcher option to o...ianb2006-01-272-8/+60