summaryrefslogtreecommitdiff
path: root/paste
Commit message (Expand)AuthorAgeFilesLines
...
* 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-031-0/+0
* 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
* 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
* Added error document support, test suite not complete.thejimmyg2006-02-051-0/+303
* Added a simple and lightly tested proxy appianb2006-02-031-0/+75
* Added relative_redirect classmethod constructor to redirect exceptionsianb2006-02-021-0/+13
* Make global_conf parameter to EvalException truly optionalianb2006-02-011-1/+4
* Added to the do-it-yourself docianb2006-02-011-1/+1
* 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-271-11/+48
* 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-271-8/+58
* The last two commits fixed the wrong thing; urlparser now back to how it was,...ianb2006-01-262-7/+12
* stupid syntax error in last commitianb2006-01-261-2/+2
* Fixed mis-used redirect when adding trailing slashianb2006-01-261-2/+2
* Allow printdebug to be suppressed dynamicallyianb2006-01-261-3/+8
* Fix default argument for post(params)ianb2006-01-261-1/+1
* Also suppress evalexception middleware when there is an error catcher further...ianb2006-01-241-0/+2