summaryrefslogtreecommitdiff
path: root/webob/acceptparse.py
Commit message (Expand)AuthorAgeFilesLines
* * fix accept matching for types that UA assigned zero-quality (see https://bi...Sergey Schetinin2011-04-101-31/+39
* webob requires python 2.4+ since 418:5621426aecc0, drop compat modules and us...Sergey Schetinin2010-10-011-1/+1
* * move and rename descriptors._rfc_reference -> util.rfc_referenceSergey Schetinin2010-08-111-1/+28
* accept-language:Sergey Schetinin2010-08-111-3/+10
* accept-charset: add default iso-8859-1 quality http://trac.pythonpaste.org/py...Sergey Schetinin2010-08-111-0/+7
* * merge headersdict and datastruct modules into new module webob.headersSergey Schetinin2010-08-111-4/+1
* corrections to changeset:8075Sergey Schetinin2009-10-181-49/+36
* * make accept.best_match smarter (prefers more specific matches) (kinda fixe...Sergey Schetinin2009-10-181-29/+52
* webob: make sure bool(Request.blank('/').accept) is False (Ticket #385)Sergey Schetinin2009-10-151-3/+7
* update docstringIan Bicking2009-06-081-1/+3
* Prefer types earlier in the list with req.accept.best_match(types)Ian Bicking2009-06-041-1/+1
* more familliar repr idsPhilip Jenvey2008-11-281-1/+1
* added in sorted for python2.3 compatibility, from Bryan O'SullivanIan Bicking2008-05-051-0/+4
* Make req.accept_encoding be really empty, unlike beforeIan Bicking2007-08-161-0/+5
* docstring updatesIan Bicking2007-08-161-0/+20
* Add request.accept.accept_html(); add an option to get exc_info from call_app...Ian Bicking2007-08-101-0/+9
* renameIan Bicking2007-08-081-0/+259