| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add index page support to webob.static.DirectoryApp. | Ian Bicking | 2012-07-03 | 1 | -6/+36 |
| | | |||||
| * | Make error message in webob.static more useful when directory doesn't exist | Ian Bicking | 2012-07-03 | 1 | -1/+3 |
| | | |||||
| * | Use 'wsgi.file_wrapper' to serve static file, if available | Jonathan Ballet | 2012-04-26 | 1 | -2/+12 |
| | | |||||
| * | Fix test failure on webob.static on Pypy | Jonathan Ballet | 2012-04-12 | 1 | -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 bool | Jonathan Ballet | 2012-04-11 | 1 | -4/+6 |
| | | |||||
| * | Add more tests for .static.FileIter | Jonathan Ballet | 2012-04-04 | 1 | -0/+12 |
| | | |||||
| * | Remove .static.FileApp.update() method, it is not needed | Jonathan Ballet | 2012-04-02 | 1 | -16/+8 |
| | | | | | | The module doesn't do caching anymore, and it was related to caching, so, let's get rid of it. | ||||
| * | Cleanup the docstrings | Jonathan Ballet | 2012-04-02 | 1 | -7/+9 |
| | | |||||
| * | Remove webob.static.{DataApp, ArchivedFilesApp,PkgResourcesApp} | Jonathan Ballet | 2012-03-27 | 1 | -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.ArchivedFilesApp | Jonathan Ballet | 2012-03-27 | 1 | -4/+58 |
| | | |||||
| * | Remove cache related code, as well as __lshift__ (from PasteOb) | Jonathan Ballet | 2012-03-04 | 1 | -61/+36 |
| | | |||||
| * | Tests work under Python 3.2 | Jonathan Ballet | 2012-03-04 | 1 | -1/+2 |
| | | |||||
| * | Tests work under Python 2.7 | Jonathan Ballet | 2012-03-04 | 1 | -17/+24 |
| | | |||||
| * | Copy pasteob.fileapp into webob.static with tests | Jonathan Ballet | 2012-03-03 | 1 | -0/+226 |
