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
/
tests
/
test_acceptparse.py
Commit message (
Expand
)
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
*
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
*
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
*
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
*
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 AcceptLangua...
Sergey Schetinin
2011-09-08
1
-1
/
+9
*
* add AcceptCharset and AcceptLanguage subclasses instead of branching in Acc...
Sergey Schetinin
2011-09-07
1
-95
/
+68
*
Fixed AssertionError raised by MimeAccept best_macth function when
zyegfryed
2011-09-07
1
-0
/
+3
*
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 https://bi...
Sergey Schetinin
2011-04-10
1
-0
/
+6
*
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 sprint...
Sergey Schetinin
2011-03-22
1
-0
/
+387