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
/
webob
/
cookies.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Fix ``request.cookies.get('name', 'default')``. Previously ``default`` was
Chris McDonough
2011-10-15
1
-1
/
+1
*
* Mutating the ``request.cookies`` property now reflects the mutations into
feature.cookie-bug-for-bug
Chris McDonough
2011-10-10
1
-0
/
+134
*
unused import
Chris McDonough
2011-09-29
1
-1
/
+0
*
Merge branch 'sergey-1.2-py2-only' into 1.2-merge
Sergey Schetinin
2011-09-25
1
-21
/
+30
|
\
|
*
refactor Cookie.load
Sergey Schetinin
2011-09-20
1
-18
/
+20
|
*
change req.cookies implementation to parse on demand
Sergey Schetinin
2011-09-20
1
-1
/
+15
|
*
cherrypick some low-impact changes from chrism-py3 branch
Sergey Schetinin
2011-09-19
1
-15
/
+16
*
|
binary_type -> bytes
Sergey Schetinin
2011-09-25
1
-2
/
+1
*
|
make all cookie morsel values bytes
Sergey Schetinin
2011-09-24
1
-6
/
+6
*
|
work on test coverage
Sergey Schetinin
2011-09-24
1
-2
/
+2
*
|
make cookies module all-bytes internally
Sergey Schetinin
2011-09-24
1
-35
/
+51
*
|
cookie serialization result is always ascii
Sergey Schetinin
2011-09-23
1
-1
/
+1
*
|
cookies: remove the need for _notrans_unicode
Sergey Schetinin
2011-09-23
1
-7
/
+4
*
|
fix tests on windows; improve GET parsing; simpler cookie escaping
Sergey Schetinin
2011-09-23
1
-10
/
+7
*
|
use paren-imports
Chris McDonough
2011-09-22
1
-7
/
+12
*
|
sort imports and more direct imports
Chris McDonough
2011-09-22
1
-5
/
+5
*
|
fix dec and cookies tests for 3.2
Chris McDonough
2011-09-20
1
-2
/
+2
*
|
atrocious straddling code
Chris McDonough
2011-09-20
1
-17
/
+22
*
|
try to make cookies work on both python 2 and python 3
Chris McDonough
2011-09-17
1
-24
/
+24
*
|
work towards creating and using 'compat' module and removing syntax errors wh...
Chris McDonough
2011-09-15
1
-15
/
+18
|
/
*
make req.copy_body() not trust content-length as much + tests
Sergey Schetinin
2011-08-04
1
-2
/
+1
*
make Response().body_file settable. usage: Response(body_file=open('foo.bin')...
Sergey Schetinin
2011-07-20
1
-1
/
+1
*
cookies: handle unicode names better (preparing for py3 compat)
Sergey Schetinin
2011-07-11
1
-10
/
+17
*
cookies:
Sergey Schetinin
2011-06-12
1
-6
/
+8
*
wrap lines to mostly conform to PEP-8, add pragma comments where necessary, s...
Sergey Schetinin
2011-03-22
1
-7
/
+10
*
Add a lot of tests.
Sergey Schetinin
2011-02-20
1
-16
/
+7
*
make sure that resp.unset_cookie does not merge multiple cookie headers into one
Sergey Schetinin
2011-02-08
1
-1
/
+4
*
fix serialization of multiple cookies per header (the correct separator is co...
Sergey Schetinin
2011-02-08
1
-1
/
+1
*
cookies: tweak regexp (should cause less backtracking and therefore be faster)
Sergey Schetinin
2010-12-31
1
-1
/
+1
*
cookies: add support for serializing on the client side
Sergey Schetinin
2010-10-31
1
-14
/
+19
*
resp.set_cookie() should accept unicode values
Sergey Schetinin
2010-10-12
1
-1
/
+5
*
some renames
Sergey Schetinin
2010-10-01
1
-11
/
+10
*
use cookie_property for morsel.expires
Sergey Schetinin
2010-10-01
1
-35
/
+30
*
suffixes are unused
Sergey Schetinin
2010-10-01
1
-3
/
+2
*
add morsel attrs
Sergey Schetinin
2010-10-01
1
-21
/
+42
*
cookies: separate sets of chars that trigger quoting and actually get quoted
Sergey Schetinin
2010-10-01
1
-9
/
+9
*
quote cookie props if necessary
Sergey Schetinin
2010-10-01
1
-4
/
+6
*
regroup cookies code
Sergey Schetinin
2010-10-01
1
-91
/
+96
*
rename Cookie -> cookies
Sergey Schetinin
2010-10-01
1
-0
/
+169