summaryrefslogtreecommitdiff
path: root/tests/test_static.py
Commit message (Expand)AuthorAgeFilesLines
* Format using isort/black to satisfy linterBert JW Regeer2020-11-281-3/+3
* Catch/raise OSError instead of IOErrorBert JW Regeer2020-11-281-1/+1
* Drop object from class definitionBert JW Regeer2020-11-281-1/+1
* Remove native_ and move bytes_, text_ to webob.utilBert JW Regeer2020-11-281-5/+5
* Fix many flake8 warnings/errorsBert JW Regeer2018-10-151-1/+7
* WebOb is now formatted by ambv/blackBert JW Regeer2018-10-141-52/+58
* Prevent leaking if file exists outside of static pathinytar2017-03-271-0/+11
* Make sure to read the entire bodyBert JW Regeer2016-11-201-0/+2
* Python 3.5 on Windows doesn't have x-python mimetypeBert JW Regeer2016-11-201-2/+2
* Add index page support to webob.static.DirectoryApp.Ian Bicking2012-07-031-1/+26
* Use 'wsgi.file_wrapper' to serve static file, if availableJonathan Ballet2012-04-261-0/+15
* Change Response.status_int to Response.status_code (while still supporting .s...Ian Bicking2012-04-131-15/+15
* Fix test failure on webob.static on PypyJonathan Ballet2012-04-121-8/+4
* Really treat the limit of FileIter as an integer, not a boolJonathan Ballet2012-04-111-0/+7
* Add more tests for .static.FileIterJonathan Ballet2012-04-041-1/+41
* Remove .static.FileApp.update() method, it is not neededJonathan Ballet2012-04-021-1/+0
* Remove webob.static.{DataApp, ArchivedFilesApp,PkgResourcesApp}Jonathan Ballet2012-03-271-205/+9
* Add comments about some static app returns 200 even if the file requested can...Jonathan Ballet2012-03-271-0/+2
* Improve coverage of webob.static.FileApp about open() corner casesJonathan Ballet2012-03-271-0/+22
* Improve the test coverage of webob.static.PkgResourcesAppJonathan Ballet2012-03-271-44/+102
* Improve the test coverage of webob.static.ArchivedFilesAppJonathan Ballet2012-03-271-0/+84
* Improved test coverage of webob.static.DirectoryAppJonathan Ballet2012-03-271-0/+72
* Improved test coverage of webob.static.FileApp and webob.static.FileIterJonathan Ballet2012-03-051-5/+30
* Remove cache related code, as well as __lshift__ (from PasteOb)Jonathan Ballet2012-03-041-2/+0
* Tests work under Python 3.2Jonathan Ballet2012-03-041-9/+10
* Tests work under Python 2.7Jonathan Ballet2012-03-041-64/+81
* Copy pasteob.fileapp into webob.static with testsJonathan Ballet2012-03-031-0/+76