summaryrefslogtreecommitdiff
path: root/webob/static.py
Commit message (Expand)AuthorAgeFilesLines
* Add index page support to webob.static.DirectoryApp.Ian Bicking2012-07-031-6/+36
* Make error message in webob.static more useful when directory doesn't existIan Bicking2012-07-031-1/+3
* Use 'wsgi.file_wrapper' to serve static file, if availableJonathan Ballet2012-04-261-2/+12
* Fix test failure on webob.static on PypyJonathan Ballet2012-04-121-1/+3
* Really treat the limit of FileIter as an integer, not a boolJonathan Ballet2012-04-111-4/+6
* Add more tests for .static.FileIterJonathan Ballet2012-04-041-0/+12
* Remove .static.FileApp.update() method, it is not neededJonathan Ballet2012-04-021-16/+8
* Cleanup the docstringsJonathan Ballet2012-04-021-7/+9
* Remove webob.static.{DataApp, ArchivedFilesApp,PkgResourcesApp}Jonathan Ballet2012-03-271-151/+4
* Improve the test coverage of webob.static.ArchivedFilesAppJonathan Ballet2012-03-271-4/+58
* Remove cache related code, as well as __lshift__ (from PasteOb)Jonathan Ballet2012-03-041-61/+36
* Tests work under Python 3.2Jonathan Ballet2012-03-041-1/+2
* Tests work under Python 2.7Jonathan Ballet2012-03-041-17/+24
* Copy pasteob.fileapp into webob.static with testsJonathan Ballet2012-03-031-0/+226