<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/webob.git/webob/multidict.py, branch feature.decoding</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>* Mutating the ``request.cookies`` property now retains the mutated value</title>
<updated>2011-10-06T11:02:12+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@plope.com</email>
</author>
<published>2011-10-06T11:02:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=66fd8dbf808b870c30b176fd9d2bfb74beb778dd'/>
<id>66fd8dbf808b870c30b176fd9d2bfb74beb778dd</id>
<content type='text'>
  during the course of a single request (bug-for-bug compatibility with
  previous versions; in-the-wild codebases depend upon this behavior).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  during the course of a single request (bug-for-bug compatibility with
  previous versions; in-the-wild codebases depend upon this behavior).
</pre>
</div>
</content>
</entry>
<entry>
<title>forgot the TypeError message</title>
<updated>2011-09-29T23:32:16+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2011-09-29T23:32:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=3eac13f3b8a6a933603167cbad782819a5154d32'/>
<id>3eac13f3b8a6a933603167cbad782819a5154d32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>merge all methods overridden in ImmutableDict into one</title>
<updated>2011-09-29T23:30:52+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2011-09-29T23:30:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=e2fedaaa9a688b486d8df874def9cc085103dae0'/>
<id>e2fedaaa9a688b486d8df874def9cc085103dae0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* ``request.cookies`` property now returns an immutable dictionary;</title>
<updated>2011-09-29T23:24:55+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@plope.com</email>
</author>
<published>2011-09-29T23:24:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=8b676ba9e1654d575be5695f481dba10ceceed9a'/>
<id>8b676ba9e1654d575be5695f481dba10ceceed9a</id>
<content type='text'>
  attempting to modify it will result in a TypeError.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  attempting to modify it will result in a TypeError.
</pre>
</div>
</content>
</entry>
<entry>
<title>test coverage; transcode fixes; remove multidict_from_bodyfile</title>
<updated>2011-09-25T16:48:13+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2011-09-25T16:48:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=78c13a56fb76cb18714d03589301c444ccd3cf5c'/>
<id>78c13a56fb76cb18714d03589301c444ccd3cf5c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sergey-1.2-py2-only' into 1.2-merge</title>
<updated>2011-09-25T16:23:54+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2011-09-25T16:23:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=da7eb6e604e314039dad8609a8888d288d2cccb8'/>
<id>da7eb6e604e314039dad8609a8888d288d2cccb8</id>
<content type='text'>
Conflicts:
	tests/test_descriptors.py
	tests/test_etag.py
	tests/test_misc.py
	tests/test_multidict.py
	tests/test_request.py
	tests/test_request_nose.py
	tox.ini
	webob/cookies.py
	webob/dec.py
	webob/descriptors.py
	webob/etag.py
	webob/exc.py
	webob/multidict.py
	webob/request.py
	webob/response.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	tests/test_descriptors.py
	tests/test_etag.py
	tests/test_misc.py
	tests/test_multidict.py
	tests/test_request.py
	tests/test_request_nose.py
	tox.ini
	webob/cookies.py
	webob/dec.py
	webob/descriptors.py
	webob/etag.py
	webob/exc.py
	webob/multidict.py
	webob/request.py
	webob/response.py
</pre>
</div>
</content>
</entry>
<entry>
<title>fix tests on windows; improve GET parsing; simpler cookie escaping</title>
<updated>2011-09-23T19:58:44+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2011-09-23T19:58:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=7ea5ade9375d194f921ce7494d2f73cfd82f7266'/>
<id>7ea5ade9375d194f921ce7494d2f73cfd82f7266</id>
<content type='text'>
* decoding with mbcd + surrogateescape is not supported
* parse_qsl is ridiculous on py3, merge into compat and simplify
* on py3 we can still do map(_escape_char, v) on bytes if we change _escape_map key type
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* decoding with mbcd + surrogateescape is not supported
* parse_qsl is ridiculous on py3, merge into compat and simplify
* on py3 we can still do map(_escape_char, v) on bytes if we change _escape_map key type
</pre>
</div>
</content>
</entry>
<entry>
<title>use paren-imports</title>
<updated>2011-09-22T10:19:41+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@plope.com</email>
</author>
<published>2011-09-22T10:19:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=6b62d15010f2ea6770782ef73b3145f7df1764b3'/>
<id>6b62d15010f2ea6770782ef73b3145f7df1764b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sort imports and more direct imports</title>
<updated>2011-09-22T04:00:56+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@plope.com</email>
</author>
<published>2011-09-22T04:00:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=1ec12a63112c034ef14b77b661ad07c7a1d318b2'/>
<id>1ec12a63112c034ef14b77b661ad07c7a1d318b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>line lengths</title>
<updated>2011-09-22T03:56:04+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@plope.com</email>
</author>
<published>2011-09-22T03:56:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=93c42e2e943cd6d78d18d3deafd721eee7daf849'/>
<id>93c42e2e943cd6d78d18d3deafd721eee7daf849</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
