<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/paste.git/paste/util/multidict.py, branch python3_wsgilib_add_close_next</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>Port multidict to Python 3</title>
<updated>2015-04-21T16:11:00+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-04-21T16:11:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=2da92d0414dfa6a9f13690e24a84440a2e61fa93'/>
<id>2da92d0414dfa6a9f13690e24a84440a2e61fa93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 3: Replace "for ... in dict.items()" with "for ... in six.iteritems(dict)"</title>
<updated>2014-03-18T11:47:16+00:00</updated>
<author>
<name>Cyril Roelandt</name>
<email>cyril.roelandt@enovance.com</email>
</author>
<published>2014-03-18T11:47:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=a1158cf8f4d4e59988e5deea2bf28fb742dd716f'/>
<id>a1158cf8f4d4e59988e5deea2bf28fb742dd716f</id>
<content type='text'>
Same change for itervalues().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Same change for itervalues().
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 3: use new style of raise, replace "raise class, args" with "raise class(args)"</title>
<updated>2014-03-18T11:49:40+00:00</updated>
<author>
<name>Cyril Roelandt</name>
<email>cyril.roelandt@enovance.com</email>
</author>
<published>2014-03-18T11:49:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=9b529a23f64c4b27c427a2680428f3e17531e9c3'/>
<id>9b529a23f64c4b27c427a2680428f3e17531e9c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 3: use new names of standard library modules</title>
<updated>2014-03-18T11:49:12+00:00</updated>
<author>
<name>Cyril Roelandt</name>
<email>cyril.roelandt@enovance.com</email>
</author>
<published>2014-03-18T11:49:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=674ae7718bc06a8b8c8b658075bf82c8198fb632'/>
<id>674ae7718bc06a8b8c8b658075bf82c8198fb632</id>
<content type='text'>
Use "try/except ImportError" to try Python 2 and Python 3 names.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use "try/except ImportError" to try Python 2 and Python 3 names.
</pre>
</div>
</content>
</entry>
<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>
</feed>
