<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/webob.git/webob/cookies.py, branch bugfix/cgi_FieldStorage</title>
<subtitle>github.com: Pylons/webob.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/'/>
<entry>
<title>Make sure that max_age is an integer</title>
<updated>2015-10-11T23:05:39+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2015-10-11T23:05:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=373c6ee10e1b043c45229295ed672e33f3848b5b'/>
<id>373c6ee10e1b043c45229295ed672e33f3848b5b</id>
<content type='text'>
Or at least, it should quack like a integer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Or at least, it should quack like a integer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use RuntimeWarning instead of DeprecationWarning</title>
<updated>2015-03-23T03:36:45+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2014-11-13T00:34:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=0e56c5392827720021154419be3835ece7b32219'/>
<id>0e56c5392827720021154419be3835ece7b32219</id>
<content type='text'>
This makes the warning more noticeable to people and will be less likely
to be ignored.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes the warning more noticeable to people and will be less likely
to be ignored.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't calculate the same result twice</title>
<updated>2015-03-23T03:36:44+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2014-11-13T00:08:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=664041d05c2ef0867460f348acff61522f7a70a7'/>
<id>664041d05c2ef0867460f348acff61522f7a70a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Until such a time that we can deprecate this, warn</title>
<updated>2015-03-23T03:36:44+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2014-11-12T23:51:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=6804b1389ff9e58b8a900c3a12d5fe01efae306e'/>
<id>6804b1389ff9e58b8a900c3a12d5fe01efae306e</id>
<content type='text'>
Someday we can get rid of this mess and just be strict about what we
send, but until such a day we want to warn people that it is going to
happen in the future.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Someday we can get rid of this mess and just be strict about what we
send, but until such a day we want to warn people that it is going to
happen in the future.
</pre>
</div>
</content>
</entry>
<entry>
<title>Document cookie name requirements explicitly</title>
<updated>2015-03-23T03:36:44+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2014-11-12T22:41:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=3bf0ca5ed5081fd6c138316cd7cda6a25b4e140c'/>
<id>3bf0ca5ed5081fd6c138316cd7cda6a25b4e140c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Raise ValueError if cookie value has invalid chars</title>
<updated>2015-03-23T03:36:44+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2014-11-12T22:31:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=95890abe17b20efbbcf5826b26eca3058a56ef4e'/>
<id>95890abe17b20efbbcf5826b26eca3058a56ef4e</id>
<content type='text'>
WebOb will now raise a ValueError if an attempt is made to set the
cookie to an invalid value. According to RFC6265 a cookie-octet has a
specific subset of allowed ASCII characters, and that subset does not
change whether the value is DQUOT'ed or not.

WebOb will still accept all other cookies, it just won't be able to
create them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
WebOb will now raise a ValueError if an attempt is made to set the
cookie to an invalid value. According to RFC6265 a cookie-octet has a
specific subset of allowed ASCII characters, and that subset does not
change whether the value is DQUOT'ed or not.

WebOb will still accept all other cookies, it just won't be able to
create them.
</pre>
</div>
</content>
</entry>
<entry>
<title>Set new Base64Serializer as default on CookieProfile</title>
<updated>2015-03-23T03:36:44+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2014-11-12T22:23:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=e5726bf4f86b8fec7f454cf967a8ad06c1a36448'/>
<id>e5726bf4f86b8fec7f454cf967a8ad06c1a36448</id>
<content type='text'>
The previous standard was the JSON serializer, however with upcoming
changes that limit what characters are allowed in cookies, bare JSON no
longer worked because it could return values that are invalid to be
stored in cookies.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The previous standard was the JSON serializer, however with upcoming
changes that limit what characters are allowed in cookies, bare JSON no
longer worked because it could return values that are invalid to be
stored in cookies.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new base64 serializer</title>
<updated>2015-03-23T03:36:44+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2014-11-12T22:23:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=f8379ef28804d1b5b699546ee129f3109b3e0836'/>
<id>f8379ef28804d1b5b699546ee129f3109b3e0836</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update comments that had false information</title>
<updated>2015-03-23T03:36:43+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2014-11-12T20:45:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=f3ba7a89cf08a8d3e25f356acd15986677e0d8ec'/>
<id>f3ba7a89cf08a8d3e25f356acd15986677e0d8ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix #136, allow high order chars in SignedSerializer secret/salt</title>
<updated>2014-02-22T04:25:36+00:00</updated>
<author>
<name>Michael Merickel</name>
<email>michael@merickel.org</email>
</author>
<published>2014-02-22T04:23:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=04c1b6601ca48e105dc8cdafd33b7958e17dd017'/>
<id>04c1b6601ca48e105dc8cdafd33b7958e17dd017</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
