| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | test_acceptparse.py move to assert from nose | Bert JW Regeer | 2016-04-14 | 1 | -11/+10 |
| | | |||||
| * | Improved test coverage for MIMEAccept wildcard matching | Lucas Taylor | 2015-03-23 | 1 | -1/+4 |
| | | |||||
| * | Allow wildcards to be used when comparing a MIMEAccept against an offer | Lucas Taylor | 2015-03-23 | 1 | -1/+60 |
| | | | | | | | - Use list comprehension instead of map for minor performance gain in ``MIMEAccept.parse`` - Fixes #155 | ||||
| * | coverage | Chris McDonough | 2012-11-08 | 1 | -0/+2 |
| | | |||||
| * | Ignore invalid mime wildcards in MIMEAccept | Ryan Kelly | 2012-11-09 | 1 | -0/+2 |
| | | |||||
| * | Fix case-sensitive behaviour in MIMEAccept and AcceptCharset. | Lorenzo M. Catucci | 2012-06-06 | 1 | -0/+29 |
| | | | | | | RFC 2616 requires case-insensitive matching for media ranges and character sets. | ||||
| * | Fix acceptparse __str__'s rounding of q values | Graham Higgins | 2012-05-12 | 1 | -0/+10 |
| | | |||||
| * | Fix NilAccept.best_match() so an empty "offers" + default_match picks default | Christopher Allan Webber | 2011-10-18 | 1 | -1/+1 |
| | | | | | | | | Prior to this, NilAccept.best_match([], default_match="default") threw: UnboundLocalError: local variable 'best_offer' referenced before assignment Also added a relevant test. | ||||
| * | remove Accept.best_matches(), add Accept.__iter__() | Sergey Schetinin | 2011-09-26 | 1 | -22/+0 |
| | | |||||
| * | mirror some deprecation changes from sergey-1.2-py2-only branch | Sergey Schetinin | 2011-09-24 | 1 | -18/+0 |
| | | | | | | | * warn_deprecation raises exceptions for 1.2 deprecations (first_match, weak_match, resp.body_file = 'x') * Request.str_* and Response.environ/request raise deprecation exceptions when touched * change deprecated_property implementation | ||||
| * | use direct imports, kill dead imports | Chris McDonough | 2011-09-20 | 1 | -2/+9 |
| | | |||||
| * | make sure that `'en' in AcceptLanguage('en-gb')` and `'en_GB' in ↵ | Sergey Schetinin | 2011-09-08 | 1 | -1/+9 |
| | | | | | AcceptLanguage('en-gb')` | ||||
| * | * add AcceptCharset and AcceptLanguage subclasses instead of branching in ↵ | Sergey Schetinin | 2011-09-07 | 1 | -95/+68 |
| | | | | | | | | Accept.__init__ * that allows us to remove Accept.header_name * and change Accept.__repr__ to be more straightforward | ||||
| * | Fixed AssertionError raised by MimeAccept best_macth function when | zyegfryed | 2011-09-07 | 1 | -0/+3 |
| | | | | | using wildcard Accept header. | ||||
| * | refactor some special-method tests, drop some | Sergey Schetinin | 2011-06-30 | 1 | -6/+2 |
| | | |||||
| * | fix accept matching tests to test via the public API | Sergey Schetinin | 2011-06-30 | 1 | -16/+11 |
| | | |||||
| * | * fix accept matching for types that UA assigned zero-quality (see ↵ | Sergey Schetinin | 2011-04-10 | 1 | -0/+6 |
| | | | | | | | https://bitbucket.org/ianb/webob/issue/10 ) * check offers to be specific more consistently (in all matchers) | ||||
| * | convert acceptparse test to saner nose tests | Sergey Schetinin | 2011-04-10 | 1 | -384/+336 |
| | | |||||
| * | This commit aggregates most of the work done at the 2011 PyCon Pyramid ↵ | Sergey Schetinin | 2011-03-22 | 1 | -0/+387 |
| sprint in Atlanta GA. Only tests updates are in it, library code changes are committed separately. The sprint was organised by Chris McDonough and provided WebOb with 100% statement coverage. Participated: Alexandre Conrad, Patricio Paez, Whit Morriss, Rob Miller, Reed O'Brien, Chris Shenton, Joe Dallago, Tres Seaver, Casey Duncan, Kai Groner, Chris McDonough. The bitbucket fork on which this work was done is at https://bitbucket.org/chrism/webob-py3k and contains a detailed changelog. A big thank you to everyone who contributed! | |||||
