summaryrefslogtreecommitdiff
path: root/paste/cascade.py
Commit message (Expand)AuthorAgeFilesLines
* A big commit, primarily aesthetic/whitespace in nature. This is the result o...Ian Bicking2006-10-201-2/+2
* Paste should not depend upon other paste modules, suchcce2006-09-211-1/+1
* Removed Paste Deploy dependencies in many placesIan Bicking2006-08-191-1/+1
* Avoid using exceptions in Cascade; this was causing a problem if an exception...Ian Bicking2005-12-131-3/+17
* Fix for case when you pass a string to cascadeIan Bicking2005-11-281-1/+1
* Be more careful about sharing environmentsIan Bicking2005-09-211-1/+2
* Added license comment to all substantive filesIan Bicking2005-08-311-0/+3
* paste.deployified cascadeIan Bicking2005-08-221-0/+27
* Dispatcher to try multiple applications until 404 not givenIan Bicking2005-08-151-0/+50