summaryrefslogtreecommitdiff
path: root/tests/test_cookies.py
Commit message (Expand)AuthorAgeFilesLines
* Add setup/teardown module functionsBert JW Regeer2015-03-221-1/+5
* Until such a time that we can deprecate this, warnBert JW Regeer2015-03-221-0/+10
* Add new test for CookieProfileBert JW Regeer2015-03-221-0/+8
* Remove useless testBert JW Regeer2015-03-221-5/+0
* Verify decode of old cookies, and failure of encoding same cookiesBert JW Regeer2015-03-221-9/+16
* Update test strings to match what is now returnedBert JW Regeer2015-03-221-2/+2
* Remove utf-8 strings from testingBert JW Regeer2015-03-221-4/+4
* Import assert_raisesBert JW Regeer2015-03-221-1/+1
* fix #136, allow high order chars in SignedSerializer secret/saltfix.136Michael Merickel2014-02-211-1/+1
* reproduce issue with highorder characters from #136Michael Merickel2014-02-211-0/+37
* add a test, only catch valueerror, fix changelogChris McDonough2013-12-131-3/+14
|\
| * Squash ValueError from SignedSerializer in CookieProfileBert JW Regeer2013-12-101-3/+7
* | fix test, add noteChris McDonough2013-12-131-5/+2
|/
* - Older versions of Webob escaped the doublequote to ``\"`` and the backslashChris McDonough2013-12-091-5/+19
* - Cookies generated via webob.cookies quoted characters in cookie values thatChris McDonough2013-12-091-9/+19
* - Make tests pass on Python 3.Chris McDonough2013-12-051-1/+3
* Add tests for all the new stuffBert JW Regeer2013-12-021-0/+258
* Fixes PEP8 warningsZhongyue Luo2012-12-281-6/+0
* Merge branch 'master' of github.com:Pylons/webobSergey Schetinin2012-03-031-1/+1
|\
| * fix on 3.2Chris McDonough2012-02-181-1/+1
| * fix test failure (jenkins was hung)Chris McDonough2012-02-181-1/+1
* | fix cookies testSergey Schetinin2012-03-031-12/+12
|/
* handle cookies that are not quoted but still contain escaped charactersSergey Schetinin2012-02-101-0/+3
* * Fix ``request.cookies.get('name', 'default')``. Previously ``default`` wasChris McDonough2011-10-151-0/+5
* * Mutating the ``request.cookies`` property now reflects the mutations intofeature.cookie-bug-for-bugChris McDonough2011-10-101-0/+183
* make all cookie morsel values bytesSergey Schetinin2011-09-241-3/+3
* work on test coverageSergey Schetinin2011-09-241-2/+5
* make cookies module all-bytes internallySergey Schetinin2011-09-241-32/+28
* cookie serialization result is always asciiSergey Schetinin2011-09-231-2/+2
* 100% coverage for cookiesChris McDonough2011-09-211-0/+6
* fix dec and cookies tests for 3.2Chris McDonough2011-09-201-4/+5
* b -> bytes_Chris McDonough2011-09-201-6/+5
* try to make cookies work on both python 2 and python 3Chris McDonough2011-09-171-7/+15
* work towards creating and using 'compat' module and removing syntax errors wh...Chris McDonough2011-09-151-13/+14
* cookies:Sergey Schetinin2011-06-121-5/+20
* This commit aggregates most of the work done at the 2011 PyCon Pyramid sprint...Sergey Schetinin2011-03-221-20/+65
* Add a lot of tests.Sergey Schetinin2011-02-201-0/+68