<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/webob.git/tests, branch fix.136</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>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>
<entry>
<title>reproduce issue with highorder characters from #136</title>
<updated>2014-02-22T04:23:07+00:00</updated>
<author>
<name>Michael Merickel</name>
<email>michael@merickel.org</email>
</author>
<published>2014-02-22T04:23:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=e2e72c48ee81e0f35f17e0120b2bf5a3de60b35d'/>
<id>e2e72c48ee81e0f35f17e0120b2bf5a3de60b35d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add a test, only catch valueerror, fix changelog</title>
<updated>2013-12-13T16:34:51+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@plope.com</email>
</author>
<published>2013-12-13T16:34:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=6a267fd95b1e5133ca6f17aed6697789b5fb274a'/>
<id>6a267fd95b1e5133ca6f17aed6697789b5fb274a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix test, add note</title>
<updated>2013-12-13T16:19:17+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@plope.com</email>
</author>
<published>2013-12-13T16:19:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=d0cb90235d12c23542847c9a4e9fa19bc9698d2a'/>
<id>d0cb90235d12c23542847c9a4e9fa19bc9698d2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Squash ValueError from SignedSerializer in CookieProfile</title>
<updated>2013-12-10T22:46:57+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bert.regeer@absio.com</email>
</author>
<published>2013-12-10T22:46:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=726b5af4b8f41a866e602fa1bfbb11ae67016df4'/>
<id>726b5af4b8f41a866e602fa1bfbb11ae67016df4</id>
<content type='text'>
When we are retrieving the value, and the SignedSerializer fails because
of invalid signature for example we want to simply return None, as if
there was no cookie set in the first place.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When we are retrieving the value, and the SignedSerializer fails because
of invalid signature for example we want to simply return None, as if
there was no cookie set in the first place.
</pre>
</div>
</content>
</entry>
<entry>
<title>add test for wiggy's IRC condition</title>
<updated>2013-12-10T11:04:51+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@plope.com</email>
</author>
<published>2013-12-10T11:04:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=2712ff03069a83e483d022d2956e5c0026c51f89'/>
<id>2712ff03069a83e483d022d2956e5c0026c51f89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Older versions of Webob escaped the doublequote to ``\"`` and the backslash</title>
<updated>2013-12-09T21:05:10+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@plope.com</email>
</author>
<published>2013-12-09T21:05:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=90819142473b55e424cdc1c78a4a8b47536a9431'/>
<id>90819142473b55e424cdc1c78a4a8b47536a9431</id>
<content type='text'>
  to ``\\`` when quoting cookie values.  Now, instead, cookie serialization
  generates ``\042`` for the doublequote and ``\134`` for the backslash. This
  is what is expected as per RFC 6265.  Note that old cookie values that do
  have the older style quoting in them will still be unquoted correctly,
  however.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  to ``\\`` when quoting cookie values.  Now, instead, cookie serialization
  generates ``\042`` for the doublequote and ``\134`` for the backslash. This
  is what is expected as per RFC 6265.  Note that old cookie values that do
  have the older style quoting in them will still be unquoted correctly,
  however.
</pre>
</div>
</content>
</entry>
<entry>
<title>- Cookies generated via webob.cookies quoted characters in cookie values that</title>
<updated>2013-12-09T20:17:37+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@plope.com</email>
</author>
<published>2013-12-09T20:17:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=cba3dd24a04104db53b3d11bdacb94cabb9a9374'/>
<id>cba3dd24a04104db53b3d11bdacb94cabb9a9374</id>
<content type='text'>
  did not need to be quoted per RFC 6265.  The following characters are no
  longer quoted in cookie values: ``~/=&lt;&gt;()[]{}?@`` .  The full set of
  non-letter-or-digit unquoted cookie value characters is now
  ``!#$%&amp;'*+-.^_`|~/: =&lt;&gt;()[]{}?@``.  See
  http://tools.ietf.org/html/rfc6265#section-4.1.1 for more information.

- Cookie names are now restricted to the set of characters expected by RFC
  6265.  Previously they could contain unsupported characters such as ``/``.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  did not need to be quoted per RFC 6265.  The following characters are no
  longer quoted in cookie values: ``~/=&lt;&gt;()[]{}?@`` .  The full set of
  non-letter-or-digit unquoted cookie value characters is now
  ``!#$%&amp;'*+-.^_`|~/: =&lt;&gt;()[]{}?@``.  See
  http://tools.ietf.org/html/rfc6265#section-4.1.1 for more information.

- Cookie names are now restricted to the set of characters expected by RFC
  6265.  Previously they could contain unsupported characters such as ``/``.
</pre>
</div>
</content>
</entry>
<entry>
<title>- Make tests pass on Python 3.</title>
<updated>2013-12-05T20:25:41+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@plope.com</email>
</author>
<published>2013-12-05T20:25:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=4012b876c28b97d83564dc82416187294b46e13f'/>
<id>4012b876c28b97d83564dc82416187294b46e13f</id>
<content type='text'>
- Treat serializer as a single entity instead of having separate serialize
  and deserialize functions.

- Don't have a "_default_serializer" class attr as the only reason to do
  this would be if it were overrideable and it's not because it's
  underscored.

- 79 columns.

- Add changelog entry and update docs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Treat serializer as a single entity instead of having separate serialize
  and deserialize functions.

- Don't have a "_default_serializer" class attr as the only reason to do
  this would be if it were overrideable and it's not because it's
  underscored.

- 79 columns.

- Add changelog entry and update docs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests for all the new stuff</title>
<updated>2013-12-03T05:59:14+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bert.regeer@absio.com</email>
</author>
<published>2013-12-03T05:59:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=fcfe012f43c310917ad62575a3d5ae35e65e472d'/>
<id>fcfe012f43c310917ad62575a3d5ae35e65e472d</id>
<content type='text'>
Do note that currently tests seem to fail under Python 3.2 and Python
3.3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do note that currently tests seem to fail under Python 3.2 and Python
3.3.
</pre>
</div>
</content>
</entry>
</feed>
