index
:
delta/python-packages/paste.git
2.0.3
BB-4
double_slash_at_start_of_path_fix
eliminate_cgi_parse_qsl
eliminate_cgi_parse_qsl_2
fix-has_key
gzip_work_with_generator
mainline-refactor
master
py37
py3k
pytest
python3_wsgilib_add_close_next
require_six
stringio
test_wsgirequest_charset_use_UTF-8_instead_of_iso-8859-1
tox_add_py35
tox_add_pypy
tox_coverage
bitbucket.org: Obsolete (use python-packages/paste-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
paste
/
registry.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
More docs, passing __len__ into object
bbangert
2006-03-27
1
-0
/
+39
*
Added naming capability to StackedObject for better debugging when a object i...
bbangert
2006-03-19
1
-2
/
+4
*
Fixed bug in setattr for stacked object
bbangert
2006-03-19
1
-1
/
+1
*
Added unit tests to ensure that TypeError is thrown if no default is provided...
bbangert
2006-03-12
1
-5
/
+21
*
Adding copyright/license info
bbangert
2006-03-10
1
-0
/
+4
*
Doc change to make it clear that paste.registry is a Registry instance
bbangert
2006-03-10
1
-1
/
+1
*
Updating docs
bbangert
2006-03-10
1
-48
/
+90
*
Didn't need custom app_iter, as my unit test wasn't following WSGI spec by ca...
bbangert
2006-03-10
1
-17
/
+2
*
Fixes iterable issue by using new IterWrap, likely need to break it into wsgi...
bbangert
2006-03-10
1
-1
/
+15
*
Adding registry unit tests, fixed registry to not use weakref's so any object...
bbangert
2006-03-10
1
-14
/
+3
*
Initial creation of registry and stacked object proxy, hasn't been tested yet...
bbangert
2006-03-10
1
-0
/
+197