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_cookies.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add setup/teardown module functions
Bert JW Regeer
2015-03-22
1
-1
/
+5
*
Until such a time that we can deprecate this, warn
Bert JW Regeer
2015-03-22
1
-0
/
+10
*
Add new test for CookieProfile
Bert JW Regeer
2015-03-22
1
-0
/
+8
*
Remove useless test
Bert JW Regeer
2015-03-22
1
-5
/
+0
*
Verify decode of old cookies, and failure of encoding same cookies
Bert JW Regeer
2015-03-22
1
-9
/
+16
*
Update test strings to match what is now returned
Bert JW Regeer
2015-03-22
1
-2
/
+2
*
Remove utf-8 strings from testing
Bert JW Regeer
2015-03-22
1
-4
/
+4
*
Import assert_raises
Bert JW Regeer
2015-03-22
1
-1
/
+1
*
fix #136, allow high order chars in SignedSerializer secret/salt
fix.136
Michael Merickel
2014-02-21
1
-1
/
+1
*
reproduce issue with highorder characters from #136
Michael Merickel
2014-02-21
1
-0
/
+37
*
add a test, only catch valueerror, fix changelog
Chris McDonough
2013-12-13
1
-3
/
+14
|
\
|
*
Squash ValueError from SignedSerializer in CookieProfile
Bert JW Regeer
2013-12-10
1
-3
/
+7
*
|
fix test, add note
Chris McDonough
2013-12-13
1
-5
/
+2
|
/
*
- Older versions of Webob escaped the doublequote to ``\"`` and the backslash
Chris McDonough
2013-12-09
1
-5
/
+19
*
- Cookies generated via webob.cookies quoted characters in cookie values that
Chris McDonough
2013-12-09
1
-9
/
+19
*
- Make tests pass on Python 3.
Chris McDonough
2013-12-05
1
-1
/
+3
*
Add tests for all the new stuff
Bert JW Regeer
2013-12-02
1
-0
/
+258
*
Fixes PEP8 warnings
Zhongyue Luo
2012-12-28
1
-6
/
+0
*
Merge branch 'master' of github.com:Pylons/webob
Sergey Schetinin
2012-03-03
1
-1
/
+1
|
\
|
*
fix on 3.2
Chris McDonough
2012-02-18
1
-1
/
+1
|
*
fix test failure (jenkins was hung)
Chris McDonough
2012-02-18
1
-1
/
+1
*
|
fix cookies test
Sergey Schetinin
2012-03-03
1
-12
/
+12
|
/
*
handle cookies that are not quoted but still contain escaped characters
Sergey Schetinin
2012-02-10
1
-0
/
+3
*
* Fix ``request.cookies.get('name', 'default')``. Previously ``default`` was
Chris McDonough
2011-10-15
1
-0
/
+5
*
* Mutating the ``request.cookies`` property now reflects the mutations into
feature.cookie-bug-for-bug
Chris McDonough
2011-10-10
1
-0
/
+183
*
make all cookie morsel values bytes
Sergey Schetinin
2011-09-24
1
-3
/
+3
*
work on test coverage
Sergey Schetinin
2011-09-24
1
-2
/
+5
*
make cookies module all-bytes internally
Sergey Schetinin
2011-09-24
1
-32
/
+28
*
cookie serialization result is always ascii
Sergey Schetinin
2011-09-23
1
-2
/
+2
*
100% coverage for cookies
Chris McDonough
2011-09-21
1
-0
/
+6
*
fix dec and cookies tests for 3.2
Chris McDonough
2011-09-20
1
-4
/
+5
*
b -> bytes_
Chris McDonough
2011-09-20
1
-6
/
+5
*
try to make cookies work on both python 2 and python 3
Chris McDonough
2011-09-17
1
-7
/
+15
*
work towards creating and using 'compat' module and removing syntax errors wh...
Chris McDonough
2011-09-15
1
-13
/
+14
*
cookies:
Sergey Schetinin
2011-06-12
1
-5
/
+20
*
This commit aggregates most of the work done at the 2011 PyCon Pyramid sprint...
Sergey Schetinin
2011-03-22
1
-20
/
+65
*
Add a lot of tests.
Sergey Schetinin
2011-02-20
1
-0
/
+68