| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add index page support to webob.static.DirectoryApp. | Ian Bicking | 2012-07-03 | 1 | -1/+26 |
| | | |||||
| * | Use 'wsgi.file_wrapper' to serve static file, if available | Jonathan Ballet | 2012-04-26 | 1 | -0/+15 |
| | | |||||
| * | Change Response.status_int to Response.status_code (while still supporting ↵ | Ian Bicking | 2012-04-13 | 1 | -15/+15 |
| | | | | | .status_int, but changing documentation to prefer status_code) | ||||
| * | Fix test failure on webob.static on Pypy | Jonathan Ballet | 2012-04-12 | 1 | -8/+4 |
| | | | | | | 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 | -0/+7 |
| | | |||||
| * | Add more tests for .static.FileIter | Jonathan Ballet | 2012-04-04 | 1 | -1/+41 |
| | | |||||
| * | Remove .static.FileApp.update() method, it is not needed | Jonathan Ballet | 2012-04-02 | 1 | -1/+0 |
| | | | | | | The module doesn't do caching anymore, and it was related to caching, so, let's get rid of it. | ||||
| * | Remove webob.static.{DataApp, ArchivedFilesApp,PkgResourcesApp} | Jonathan Ballet | 2012-03-27 | 1 | -205/+9 |
| | | | | | | There are not so useful and can be brought back anyway if it proves to be important for some people. | ||||
| * | Add comments about some static app returns 200 even if the file requested ↵ | Jonathan Ballet | 2012-03-27 | 1 | -0/+2 |
| | | | | | can't be found | ||||
| * | Improve coverage of webob.static.FileApp about open() corner cases | Jonathan Ballet | 2012-03-27 | 1 | -0/+22 |
| | | |||||
| * | Improve the test coverage of webob.static.PkgResourcesApp | Jonathan Ballet | 2012-03-27 | 1 | -44/+102 |
| | | |||||
| * | Improve the test coverage of webob.static.ArchivedFilesApp | Jonathan Ballet | 2012-03-27 | 1 | -0/+84 |
| | | |||||
| * | Improved test coverage of webob.static.DirectoryApp | Jonathan Ballet | 2012-03-27 | 1 | -0/+72 |
| | | |||||
| * | Improved test coverage of webob.static.FileApp and webob.static.FileIter | Jonathan Ballet | 2012-03-05 | 1 | -5/+30 |
| | | |||||
| * | Remove cache related code, as well as __lshift__ (from PasteOb) | Jonathan Ballet | 2012-03-04 | 1 | -2/+0 |
| | | |||||
| * | Tests work under Python 3.2 | Jonathan Ballet | 2012-03-04 | 1 | -9/+10 |
| | | |||||
| * | Tests work under Python 2.7 | Jonathan Ballet | 2012-03-04 | 1 | -64/+81 |
| | | |||||
| * | Copy pasteob.fileapp into webob.static with tests | Jonathan Ballet | 2012-03-03 | 1 | -0/+76 |
