summaryrefslogtreecommitdiff
path: root/paste
Commit message (Expand)AuthorAgeFilesLines
* o WSGIResponse changes:0.9.8pjenvey2006-09-042-30/+117
* fixing parse_formvars to permit missing QUERY_STRING, whichcce2006-09-031-1/+1
* Fixing unindent issue that tripped up pudge.bbangert2006-09-021-2/+2
* Adding code-block directive to Python code samples.bbangert2006-09-028-17/+47
* Adding module doc for wsgiwrappers.bbangert2006-09-021-0/+5
* Updated the docstring to specify the correct information for set_user and log...thejimmyg2006-09-011-2/+2
* Some objects in Pylons 0.9.2dev error handling are getting to this stage with...thejimmyg2006-08-301-1/+1
* use headeritems() instead of items() in WSGIResponse.pjenvey2006-08-301-2/+2
* Fix for the documentation and example of normal wsgi.application.bbangert2006-08-301-2/+13
* Adding mod_python handler.bbangert2006-08-301-0/+240
* Buglet from 2 commits agoIan Bicking2006-08-291-1/+2
* Patch to add suppress_http_headers to paste.proxy.Proxy, from Brad ClementsIan Bicking2006-08-291-4/+15
* Patch for cache_max_age from Brad ClementsIan Bicking2006-08-291-6/+20
* Set Last-Modified properly in paste.fileapp (it wasn't being updated properly...Ian Bicking2006-08-281-1/+4
* - raise type error on unknown monthscce2006-08-241-2/+2
* (no commit message)cce2006-08-241-1/+1
* Somewhere in the past two years day_of_week changed tocce2006-08-241-1/+1
* Added TransparentProxyIan Bicking2006-08-241-0/+69
* Fixed a bug in the registry test (not code), since str(registered_object) nev...Ian Bicking2006-08-232-3/+6
* Make sure timeout isn't passed in as a stringIan Bicking2006-08-211-0/+5
* better error message in paste.auth.cookieIan Bicking2006-08-211-0/+5
* Fixed problem with exception formatter word wrapping routineIan Bicking2006-08-211-9/+24
* Updated form var caching so that the REQUEST_METHOD is not part of the cache ...bbangert2006-08-211-1/+1
* Fixing requested_with header name.bbangert2006-08-211-1/+1
* Fix bug in is_xhr, should be HTTP_ header.bbangert2006-08-201-1/+1
* Changed request.xhr to request.is_xhr which is a bool function thats true if ...bbangert2006-08-201-1/+5
* Adding xhr attribute to WSGIRequest object.bbangert2006-08-201-0/+1
* Changed the CGIApplication signature back to what it was.Ian Bicking2006-08-191-10/+5
* Fixed problem when wrap_app_iter wraps an app_iter with no close methodIan Bicking2006-08-191-2/+0
* Removed Paste Deploy dependencies in many placesIan Bicking2006-08-198-16/+103
* Extensions to recursive for WSGIRemoteIan Bicking2006-08-191-5/+43
* Added an entry point for paste.auth.cookie; added/currected a little info to ...Ian Bicking2006-08-191-10/+91
* exception message cleanuppjenvey2006-08-181-6/+5
* Apply the fix from the last commit properly (headers in request)Ian Bicking2006-08-161-12/+17
* The headers variable left out the special case for content_type and content_l...Ian Bicking2006-08-161-1/+7
* moved/deprecated StackedObjectProxy's function names to be precededpjenvey2006-08-161-19/+45
* assert send_http_response was triggered by an HTTPException, incase it's being0.9.7pjenvey2006-08-111-0/+2
* o catch_errors_app and _wrap_app_iter_app were not in sync with thepjenvey2006-08-111-3/+6
* RegistryManager was close()ing the app_iter, when it needs to simply propagat...pjenvey2006-08-111-2/+0
* the catching_iter method is no longer used; removing itpjenvey2006-08-111-24/+0
* Fixed issue with attempting to clean-up the Registry environment twice under ...bbangert2006-08-101-8/+7
* Fixed issue with Registry still referring to the wrong place if an app down t...bbangert2006-08-091-11/+7
* doc format fix; better error message from Jamie WilkinsonIan Bicking2006-08-031-0/+2
* having StackedObjectProxy.__repr__ avoid raising an exception when itpjenvey2006-08-031-1/+6
* only displaying EvalException's full traceback button when the full tracebackpjenvey2006-07-311-7/+19
* evalexception was using the wrong contet-type, probably a typopjenvey2006-07-291-1/+1
* o no longer exhausting the app_iterpjenvey2006-07-271-5/+0
* o use response.HeaderDict instead of wsgilib.ResponseHeaderDictpjenvey2006-07-272-2/+3
* cleaner gathering of the debug config setting via converters.asboolpjenvey2006-07-261-4/+2
* StatusBasedForward will consume the enclosed app's response when the Forwardpjenvey2006-07-261-0/+4