summaryrefslogtreecommitdiff
path: root/paste/registry.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Updating docsbbangert2006-03-101-48/+90
|
* Didn't need custom app_iter, as my unit test wasn't following WSGI spec by ↵bbangert2006-03-101-17/+2
| | | | calling close on the response. Unit tests for registry all passing
* Fixes iterable issue by using new IterWrap, likely need to break it into ↵bbangert2006-03-101-1/+15
| | | | wsgilib still, added test case for iterable app
* Adding registry unit tests, fixed registry to not use weakref's so any ↵bbangert2006-03-101-14/+3
| | | | object can be proxied (including dicts)
* Initial creation of registry and stacked object proxy, hasn't been tested ↵bbangert2006-03-101-0/+197
yet but I'm feeling lucky