summaryrefslogtreecommitdiff
path: root/webob/static.py
Commit message (Collapse)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
| | | | | This should fix the error from http://lists.repoze.org/pipermail/pyramid-checkins/2012-April/003847.html
* 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
| | | | | The module doesn't do caching anymore, and it was related to caching, so, let's get rid of it.
* Cleanup the docstringsJonathan Ballet2012-04-021-7/+9
|
* Remove webob.static.{DataApp, ArchivedFilesApp,PkgResourcesApp}Jonathan Ballet2012-03-271-151/+4
| | | | | There are not so useful and can be brought back anyway if it proves to be important for some people.
* 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