index
:
delta/python-packages/webob.git
1.1-branch
1.4-branch
1.5-branch
1.6-branch
1.7-branch
1.8-branch
bugfix/Response_app_iter
bugfix/cgi_FieldStorage
bugfix/exc_json_response
bugfix/exc_performance
bugfix/modify_post
bugfix/nonbytes-samesite
bugfix/set_cookie_datetime
cleanup/remove_fakecgibody
cleanup/testing
docs/cleanup
feature.cookie-bug-for-bug
feature.decoding
feature.make-cookie
feature.pathinfogeddon
feature.pylons10compat
feature/Accept.best_client_match
feature/default_body_encoding
fix-linkcheck
fix.136
fix.cookie_handling
fix.wsgify-middleware-docs
fix/bodies_on_everything
fix/charset_handling
fixup/PATH_SAFE
ianb-decorator-experiment
immutable-cache-control
main
master
ng
perf/response
pr/203
sergey-1.2-py2-only
stevepiercy-patch-1
tests.pycon2011
tests.pycon2011-runup
webob-ng
github.com: Pylons/webob.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_static.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Format using isort/black to satisfy linter
Bert JW Regeer
2020-11-28
1
-3
/
+3
*
Catch/raise OSError instead of IOError
Bert JW Regeer
2020-11-28
1
-1
/
+1
*
Drop object from class definition
Bert JW Regeer
2020-11-28
1
-1
/
+1
*
Remove native_ and move bytes_, text_ to webob.util
Bert JW Regeer
2020-11-28
1
-5
/
+5
*
Fix many flake8 warnings/errors
Bert JW Regeer
2018-10-15
1
-1
/
+7
*
WebOb is now formatted by ambv/black
Bert JW Regeer
2018-10-14
1
-52
/
+58
*
Prevent leaking if file exists outside of static path
inytar
2017-03-27
1
-0
/
+11
*
Make sure to read the entire body
Bert JW Regeer
2016-11-20
1
-0
/
+2
*
Python 3.5 on Windows doesn't have x-python mimetype
Bert JW Regeer
2016-11-20
1
-2
/
+2
*
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 .s...
Ian Bicking
2012-04-13
1
-15
/
+15
*
Fix test failure on webob.static on Pypy
Jonathan Ballet
2012-04-12
1
-8
/
+4
*
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
*
Remove webob.static.{DataApp, ArchivedFilesApp,PkgResourcesApp}
Jonathan Ballet
2012-03-27
1
-205
/
+9
*
Add comments about some static app returns 200 even if the file requested can...
Jonathan Ballet
2012-03-27
1
-0
/
+2
*
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