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
*
Ignore invalid mime wildcards in MIMEAccept
Ryan Kelly
2012-11-09
1
-0
/
+4
*
Fix case-sensitive behaviour in MIMEAccept and AcceptCharset.
Lorenzo M. Catucci
2012-06-06
1
-7
/
+8
*
Add actual fix.
Graham Higgins
2012-05-12
1
-1
/
+2
*
Fix NilAccept.best_match() so an empty "offers" + default_match picks default
Christopher Allan Webber
2011-10-18
1
-1
/
+1
*
remove Accept.best_matches(), add Accept.__iter__()
Sergey Schetinin
2011-09-26
1
-31
/
+11
*
work on test coverage
Sergey Schetinin
2011-09-24
1
-1
/
+1
*
remove unreachable code in first_match
Sergey Schetinin
2011-09-24
1
-10
/
+0
*
use paren-imports
Chris McDonough
2011-09-22
1
-2
/
+4
*
sort imports and more direct imports
Chris McDonough
2011-09-22
1
-1
/
+3
*
use a 'normal' MultiDict for both GET and POST instead of a UnicodeMultiDict;...
Chris McDonough
2011-09-16
1
-0
/
+2
*
make sure that `'en' in AcceptLanguage('en-gb')` and `'en_GB' in AcceptLangua...
Sergey Schetinin
2011-09-08
1
-2
/
+5
*
* add AcceptCharset and AcceptLanguage subclasses instead of branching in Acc...
Sergey Schetinin
2011-09-07
1
-61
/
+54
*
Fixed AssertionError raised by MimeAccept best_macth function when
zyegfryed
2011-09-07
1
-0
/
+1
*
* add warn_deprecation(...) mechanism that centralizes the deprecation warnin...
Sergey Schetinin
2011-07-08
1
-9
/
+3
*
* move html_escape to webob.util (still exported from webob)
Sergey Schetinin
2011-07-07
1
-5
/
+2
*
fix docs, adjust tests for docstrings
Sergey Schetinin
2011-07-07
1
-4
/
+6
*
make accept.quality(..) return best quality, not first match
Sergey Schetinin
2011-06-30
1
-5
/
+4
*
add deprecation warning for accept.first_match(..) - use .best_match(..) instead
Sergey Schetinin
2011-06-30
1
-3
/
+16
*
* 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