summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* documentation formattingpjenvey2006-08-041-2/+2
* doc format fix; better error message from Jamie Wilkinsonianb2006-08-032-4/+7
* 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-312-7/+23
* added changelog of r5516 to the newspjenvey2006-07-301-0/+6
* evalexception was using the wrong contet-type, probably a typopjenvey2006-07-291-1/+1
* Auto-update of version stringsianb2006-07-271-1/+1
* changed trac url0.9.6ianb2006-07-271-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
* renamed the multidict class to MultiDictpjenvey2006-07-256-18/+24
* commenting out make_repost_button's unused block of codepjenvey2006-07-241-0/+3
* o request.parse_formvars changes:pjenvey2006-07-244-59/+38
* added copy methodpjenvey2006-07-231-1/+4
* Updating HTTPNotModified so it works with ETag. This still needs to be fixed ...bbangert2006-07-221-1/+2
* Some more changes to paste.errordocuments and an update to paste.recursivethejimmyg2006-07-202-150/+325
* Fixed a bug in paste.errordocuments.forward and updated unit teststhejimmyg2006-07-203-18/+152
* Removed defunct doc build scriptianb2006-07-201-47/+0
* Auto-update of version stringsianb2006-07-201-1/+1
* Removed errordocument.empty_error, since it never actually worked in a useful...0.9.5ianb2006-07-204-63/+8
* Added more download notesianb2006-07-201-0/+20
* Fixed problem reported by Charlie Groves with TestApp file uploads with lengt...ianb2006-07-201-1/+1
* Keep wsgi.input from being eaten when the cgi module is looking for POST vari...ianb2006-07-202-1/+19
* having WSGIResponse.params return a multidictpjenvey2006-07-201-2/+2
* Changed usage of MultiDict to util.multidictianb2006-07-194-35/+13
* added WSGIThreadPoolServer. Provides much better performance thanpjenvey2006-07-192-9/+155
* reverting r5459, as the issue has already been fixedpjenvey2006-07-171-5/+2
* Added tests for file-related conditional requests. Added support for If-None...ianb2006-07-174-1/+49
* Added a 'no' argument to mustcontainianb2006-07-152-1/+26
* fix setup.py from last commitianb2006-07-141-1/+1
* Added a middleware to clear out error bodies, making them more accessible to ...ianb2006-07-144-3/+110
* Added a Paste Deploy entry point for paste.errordocument (not tested, bad me)ianb2006-07-142-1/+26
* More permissive parsing for dates in headers. IE in particular will add '; l...ianb2006-07-131-1/+4
* Avoid a weird upstream traceback in certain failure situationsianb2006-07-111-1/+1
* Added a setvars method, to complement setvar/varianb2006-07-111-0/+9
* Patch from Brad Clements to add Paste Deploy support for paste.auth methodsianb2006-06-304-0/+58
* added news item for resolved ticket #114pjenvey2006-06-261-0/+6
* o revised the r5420 patch to be specific to the _IfModifiedSince headerpjenvey2006-06-262-6/+15
* Clean date headers of extra attributes sent by IEpjenvey2006-06-261-2/+4
* Fix for paste.urlmap and vhostsianb2006-06-222-2/+5
* Added a method to get a cgi-style dictionary out of this dictionaryianb2006-06-221-2/+27
* Make multidict parse args+kw more like dict() doesianb2006-06-221-6/+3