summaryrefslogtreecommitdiff
path: root/paste/registry.py
Commit message (Expand)AuthorAgeFilesLines
...
* Updating docsbbangert2006-03-101-48/+90
* Didn't need custom app_iter, as my unit test wasn't following WSGI spec by ca...bbangert2006-03-101-17/+2
* Fixes iterable issue by using new IterWrap, likely need to break it into wsgi...bbangert2006-03-101-1/+15
* Adding registry unit tests, fixed registry to not use weakref's so any object...bbangert2006-03-101-14/+3
* Initial creation of registry and stacked object proxy, hasn't been tested yet...bbangert2006-03-101-0/+197