summaryrefslogtreecommitdiff
path: root/webob/cookies.py
Commit message (Expand)AuthorAgeFilesLines
* * Fix ``request.cookies.get('name', 'default')``. Previously ``default`` wasChris McDonough2011-10-151-1/+1
* * Mutating the ``request.cookies`` property now reflects the mutations intofeature.cookie-bug-for-bugChris McDonough2011-10-101-0/+134
* unused importChris McDonough2011-09-291-1/+0
* Merge branch 'sergey-1.2-py2-only' into 1.2-mergeSergey Schetinin2011-09-251-21/+30
|\
| * refactor Cookie.loadSergey Schetinin2011-09-201-18/+20
| * change req.cookies implementation to parse on demandSergey Schetinin2011-09-201-1/+15
| * cherrypick some low-impact changes from chrism-py3 branchSergey Schetinin2011-09-191-15/+16
* | binary_type -> bytesSergey Schetinin2011-09-251-2/+1
* | make all cookie morsel values bytesSergey Schetinin2011-09-241-6/+6
* | work on test coverageSergey Schetinin2011-09-241-2/+2
* | make cookies module all-bytes internallySergey Schetinin2011-09-241-35/+51
* | cookie serialization result is always asciiSergey Schetinin2011-09-231-1/+1
* | cookies: remove the need for _notrans_unicodeSergey Schetinin2011-09-231-7/+4
* | fix tests on windows; improve GET parsing; simpler cookie escapingSergey Schetinin2011-09-231-10/+7
* | use paren-importsChris McDonough2011-09-221-7/+12
* | sort imports and more direct importsChris McDonough2011-09-221-5/+5
* | fix dec and cookies tests for 3.2Chris McDonough2011-09-201-2/+2
* | atrocious straddling codeChris McDonough2011-09-201-17/+22
* | try to make cookies work on both python 2 and python 3Chris McDonough2011-09-171-24/+24
* | work towards creating and using 'compat' module and removing syntax errors wh...Chris McDonough2011-09-151-15/+18
|/
* make req.copy_body() not trust content-length as much + testsSergey Schetinin2011-08-041-2/+1
* make Response().body_file settable. usage: Response(body_file=open('foo.bin')...Sergey Schetinin2011-07-201-1/+1
* cookies: handle unicode names better (preparing for py3 compat)Sergey Schetinin2011-07-111-10/+17
* cookies:Sergey Schetinin2011-06-121-6/+8
* wrap lines to mostly conform to PEP-8, add pragma comments where necessary, s...Sergey Schetinin2011-03-221-7/+10
* Add a lot of tests.Sergey Schetinin2011-02-201-16/+7
* make sure that resp.unset_cookie does not merge multiple cookie headers into oneSergey Schetinin2011-02-081-1/+4
* fix serialization of multiple cookies per header (the correct separator is co...Sergey Schetinin2011-02-081-1/+1
* cookies: tweak regexp (should cause less backtracking and therefore be faster)Sergey Schetinin2010-12-311-1/+1
* cookies: add support for serializing on the client sideSergey Schetinin2010-10-311-14/+19
* resp.set_cookie() should accept unicode valuesSergey Schetinin2010-10-121-1/+5
* some renamesSergey Schetinin2010-10-011-11/+10
* use cookie_property for morsel.expiresSergey Schetinin2010-10-011-35/+30
* suffixes are unusedSergey Schetinin2010-10-011-3/+2
* add morsel attrsSergey Schetinin2010-10-011-21/+42
* cookies: separate sets of chars that trigger quoting and actually get quotedSergey Schetinin2010-10-011-9/+9
* quote cookie props if necessarySergey Schetinin2010-10-011-4/+6
* regroup cookies codeSergey Schetinin2010-10-011-91/+96
* rename Cookie -> cookiesSergey Schetinin2010-10-011-0/+169