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
*
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