summaryrefslogtreecommitdiff
path: root/paste/registry.py
Commit message (Expand)AuthorAgeFilesLines
* More docs, passing __len__ into objectbbangert2006-03-271-0/+39
* Added naming capability to StackedObject for better debugging when a object i...bbangert2006-03-191-2/+4
* Fixed bug in setattr for stacked objectbbangert2006-03-191-1/+1
* Added unit tests to ensure that TypeError is thrown if no default is provided...bbangert2006-03-121-5/+21
* Adding copyright/license infobbangert2006-03-101-0/+4
* Doc change to make it clear that paste.registry is a Registry instancebbangert2006-03-101-1/+1
* 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