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
/
webob
/
static.py
Commit message (
Expand
)
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
*
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
*
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
*
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