util:wsgi: fix Clossing -> Closing typo.
[be.git] / libbe / util / wsgi.py
2012-10-27 W. Trevor Kingutil:wsgi: fix Clossing -> Closing typo.
2012-10-27 W. Trevor Kingutil:wsgi: remove %default from option help strings
2012-10-16 W. Trevor KingRan update-copyright.py.
2012-09-03 W. Trevor Kingutil:wsgi: WSGITestCase should not subclass WSGICaller.
2012-09-03 W. Trevor Kingutil:wsgi: Pull WSGICaller out of WSGITestCase.
2012-09-03 W. Trevor Kingutil:wsgi: add HandlerErrorApp to return HTTP errors.
2012-09-03 W. Trevor Kingutil:wsgi: fix WSGI_AppObject.default_callback -> ...
2012-09-03 W. Trevor Kingbea/c283cb: merge Praveen's gitorious-issues integratio...
2012-09-03 W. Trevor Kingmisc:completion: merge zsh completion from Markus Vock.
2012-08-30 W. Trevor Kingcommand:serve-storage: rename `be serve` -> `be serve...
2012-08-30 W. Trevor Kingutil:wsgi: add BEExceptionApp for translating storage...
2012-08-27 W. Trevor Kinglibbe:util:wsgi: extract WSGI utilities into a separate...