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
*
Use RuntimeWarning instead of DeprecationWarning
Bert JW Regeer
2015-03-22
1
-1
/
+1
*
Don't calculate the same result twice
Bert JW Regeer
2015-03-22
1
-2
/
+4
*
Until such a time that we can deprecate this, warn
Bert JW Regeer
2015-03-22
1
-1
/
+21
*
Document cookie name requirements explicitly
Bert JW Regeer
2015-03-22
1
-9
/
+19
*
Raise ValueError if cookie value has invalid chars
Bert JW Regeer
2015-03-22
1
-16
/
+11
*
Set new Base64Serializer as default on CookieProfile
Bert JW Regeer
2015-03-22
1
-1
/
+1
*
Add new base64 serializer
Bert JW Regeer
2015-03-22
1
-1
/
+33
*
Update comments that had false information
Bert JW Regeer
2015-03-22
1
-5
/
+5
*
fix #136, allow high order chars in SignedSerializer secret/salt
fix.136
Michael Merickel
2014-02-21
1
-1
/
+6
*
moar typos
Michael Merickel
2013-12-19
1
-2
/
+2
*
typo
Michael Merickel
2013-12-19
1
-1
/
+1
*
add a test, only catch valueerror, fix changelog
Chris McDonough
2013-12-13
1
-4
/
+7
|
\
|
*
Squash any exceptions raised in the deserializer
Bert JW Regeer
2013-12-12
1
-1
/
+1
|
*
Don't name the exception
Bert JW Regeer
2013-12-10
1
-1
/
+1
|
*
Squash ValueError from SignedSerializer in CookieProfile
Bert JW Regeer
2013-12-10
1
-1
/
+4
*
|
fix test, add note
Chris McDonough
2013-12-13
1
-0
/
+2
*
|
Keep around original serializer
Bert JW Regeer
2013-12-12
1
-2
/
+3
|
/
*
- Older versions of Webob escaped the doublequote to ``\"`` and the backslash
Chris McDonough
2013-12-09
1
-2
/
+0
*
- Cookies generated via webob.cookies quoted characters in cookie values that
Chris McDonough
2013-12-09
1
-30
/
+61
*
loads takes binary, not native
Chris McDonough
2013-12-07
1
-1
/
+1
*
doc generation fixes
Chris McDonough
2013-12-05
1
-13
/
+6
*
- Make tests pass on Python 3.
Chris McDonough
2013-12-05
1
-95
/
+108
*
Add SignedCookieProfile
Bert JW Regeer
2013-12-02
1
-0
/
+109
*
Add CookieProfile class
Bert JW Regeer
2013-12-02
1
-0
/
+225
*
Add SignedSerializer
Bert JW Regeer
2013-12-02
1
-0
/
+100
*
Fixes PEP8 warnings
Zhongyue Luo
2012-12-28
1
-2
/
+3
*
handle cookies that are not quoted but still contain escaped characters
Sergey Schetinin
2012-02-10
1
-11
/
+13
*
* 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
[next]