<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/paste.git/paste/util/multidict.py, branch stringio</title>
<subtitle>bitbucket.org: Obsolete (use python-packages/paste-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/'/>
<entry>
<title>Fix up docstrings for reST validity</title>
<updated>2007-02-01T00:20:13+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2007-02-01T00:20:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=695731610bcf4d869456caffea28e40b44cd980e'/>
<id>695731610bcf4d869456caffea28e40b44cd980e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ensure UnicodeMultiDict allows non basestring keys to pass through</title>
<updated>2007-01-31T10:04:47+00:00</updated>
<author>
<name>pjenvey</name>
<email>devnull@localhost</email>
</author>
<published>2007-01-31T10:04:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=0031e486f3b546c783b2fa3d8cbbfe3faf6b4154'/>
<id>0031e486f3b546c783b2fa3d8cbbfe3faf6b4154</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>by default don't have WSGIRequest decode parameter keys when unicode params are expected.</title>
<updated>2007-01-22T03:50:53+00:00</updated>
<author>
<name>pjenvey</name>
<email>devnull@localhost</email>
</author>
<published>2007-01-22T03:50:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=09df81aa57e768c5d0f6b26b23e9f9f02096ec6b'/>
<id>09df81aa57e768c5d0f6b26b23e9f9f02096ec6b</id>
<content type='text'>
allow this behavior when WSGIRequest.decode_param_names is enabled
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
allow this behavior when WSGIRequest.decode_param_names is enabled
</pre>
</div>
</content>
</entry>
<entry>
<title>o added UnicodeMultiDict, a MultiDict wrapper that decodes its retrieved</title>
<updated>2007-01-21T02:10:36+00:00</updated>
<author>
<name>pjenvey</name>
<email>devnull@localhost</email>
</author>
<published>2007-01-21T02:10:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=fd9bbb0b9fb883cf6a79bcf46376fe27917010f9'/>
<id>fd9bbb0b9fb883cf6a79bcf46376fe27917010f9</id>
<content type='text'>
  contents to unicode on the fly. Any FieldStorages encountered are cloned with
  their name and filename fields decoded
o Added WSGIRequest.charset and errors. When charset is set, WSGIRequest's
  params/GET/POST return UnicodeMultiDicts. charset and errors inherit their
  default values from the WSGIRequest.defaults StackedObjectProxy dict
o deprecated wsgiwrappers.settings: use wsgiwrappers.WSGIResponse.defaults
  instead
o allow WSGIResponse to let unicode responses pass through when no encoding is
  set (instead of defaulting to iso-8859-1). In case someone wants to deal
  with unicode later in their WSGI stack
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  contents to unicode on the fly. Any FieldStorages encountered are cloned with
  their name and filename fields decoded
o Added WSGIRequest.charset and errors. When charset is set, WSGIRequest's
  params/GET/POST return UnicodeMultiDicts. charset and errors inherit their
  default values from the WSGIRequest.defaults StackedObjectProxy dict
o deprecated wsgiwrappers.settings: use wsgiwrappers.WSGIResponse.defaults
  instead
o allow WSGIResponse to let unicode responses pass through when no encoding is
  set (instead of defaulting to iso-8859-1). In case someone wants to deal
  with unicode later in their WSGI stack
</pre>
</div>
</content>
</entry>
<entry>
<title>multi var isn't used here</title>
<updated>2006-10-20T21:46:12+00:00</updated>
<author>
<name>pjenvey</name>
<email>devnull@localhost</email>
</author>
<published>2006-10-20T21:46:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=9eadab4b64440958f99a2fa1798227bb4a53193c'/>
<id>9eadab4b64440958f99a2fa1798227bb4a53193c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added some tests for multidict; fixed setdefault</title>
<updated>2006-09-26T17:11:04+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-09-26T17:11:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=a731343f4b009e8afdbe21f44ddbaaa108381853'/>
<id>a731343f4b009e8afdbe21f44ddbaaa108381853</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- adding dict_of_lists() to multidict to return a standard</title>
<updated>2006-09-21T05:56:36+00:00</updated>
<author>
<name>cce</name>
<email>devnull@localhost</email>
</author>
<published>2006-09-21T05:56:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=d0f0fd0d81a5ea457386c3e39105aa3bf0e75993'/>
<id>d0f0fd0d81a5ea457386c3e39105aa3bf0e75993</id>
<content type='text'>
  argument dictionary where values corresponding to a given
  key are returned in a list

If you used the all_as_list argument to parse_formvars that was
removed w/o backwards compatibility, you can convert your code
to add .dict_of_lists() on the return value of parse_formvars
as a replacement.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  argument dictionary where values corresponding to a given
  key are returned in a list

If you used the all_as_list argument to parse_formvars that was
removed w/o backwards compatibility, you can convert your code
to add .dict_of_lists() on the return value of parse_formvars
as a replacement.
</pre>
</div>
</content>
</entry>
<entry>
<title>renamed the multidict class to MultiDict</title>
<updated>2006-07-25T22:22:52+00:00</updated>
<author>
<name>pjenvey</name>
<email>devnull@localhost</email>
</author>
<published>2006-07-25T22:22:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=2609e41126e646e5339a0f48c26e366adf98b06e'/>
<id>2609e41126e646e5339a0f48c26e366adf98b06e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added copy method</title>
<updated>2006-07-23T22:47:32+00:00</updated>
<author>
<name>pjenvey</name>
<email>devnull@localhost</email>
</author>
<published>2006-07-23T22:47:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=53509bbe29703aa6d5057db7129e0378ad51522c'/>
<id>53509bbe29703aa6d5057db7129e0378ad51522c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a method to get a cgi-style dictionary out of this dictionary</title>
<updated>2006-06-22T05:20:04+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-06-22T05:20:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=6c3ebd9dbd7ccda442cc32ccc963b9bf0d605a29'/>
<id>6c3ebd9dbd7ccda442cc32ccc963b9bf0d605a29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
