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
/
acceptparse.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
* fix accept matching for types that UA assigned zero-quality (see https://bi...
Sergey Schetinin
2011-04-10
1
-31
/
+39
*
webob requires python 2.4+ since 418:5621426aecc0, drop compat modules and us...
Sergey Schetinin
2010-10-01
1
-1
/
+1
*
* move and rename descriptors._rfc_reference -> util.rfc_reference
Sergey Schetinin
2010-08-11
1
-1
/
+28
*
accept-language:
Sergey Schetinin
2010-08-11
1
-3
/
+10
*
accept-charset: add default iso-8859-1 quality http://trac.pythonpaste.org/py...
Sergey Schetinin
2010-08-11
1
-0
/
+7
*
* merge headersdict and datastruct modules into new module webob.headers
Sergey Schetinin
2010-08-11
1
-4
/
+1
*
corrections to changeset:8075
Sergey Schetinin
2009-10-18
1
-49
/
+36
*
* make accept.best_match smarter (prefers more specific matches) (kinda fixe...
Sergey Schetinin
2009-10-18
1
-29
/
+52
*
webob: make sure bool(Request.blank('/').accept) is False (Ticket #385)
Sergey Schetinin
2009-10-15
1
-3
/
+7
*
update docstring
Ian Bicking
2009-06-08
1
-1
/
+3
*
Prefer types earlier in the list with req.accept.best_match(types)
Ian Bicking
2009-06-04
1
-1
/
+1
*
more familliar repr ids
Philip Jenvey
2008-11-28
1
-1
/
+1
*
added in sorted for python2.3 compatibility, from Bryan O'Sullivan
Ian Bicking
2008-05-05
1
-0
/
+4
*
Make req.accept_encoding be really empty, unlike before
Ian Bicking
2007-08-16
1
-0
/
+5
*
docstring updates
Ian Bicking
2007-08-16
1
-0
/
+20
*
Add request.accept.accept_html(); add an option to get exc_info from call_app...
Ian Bicking
2007-08-10
1
-0
/
+9
*
rename
Ian Bicking
2007-08-08
1
-0
/
+259