<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/webob.git/webob/acceptparse.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>Fix NilAccept.best_match() so an empty "offers" + default_match picks default</title>
<updated>2011-10-18T19:33:51+00:00</updated>
<author>
<name>Christopher Allan Webber</name>
<email>cwebber@dustycloud.org</email>
</author>
<published>2011-10-18T19:33:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=23a3c3b30781df3a548a5d3f786190d41ab51e95'/>
<id>23a3c3b30781df3a548a5d3f786190d41ab51e95</id>
<content type='text'>
Prior to this, NilAccept.best_match([], default_match="default") threw:
UnboundLocalError: local variable 'best_offer' referenced before assignment

Also added a relevant test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prior to this, NilAccept.best_match([], default_match="default") threw:
UnboundLocalError: local variable 'best_offer' referenced before assignment

Also added a relevant test.
</pre>
</div>
</content>
</entry>
<entry>
<title>remove Accept.best_matches(), add Accept.__iter__()</title>
<updated>2011-09-26T07:52:30+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2011-09-26T07:52:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=d1f47bb9cfb5b9f2fe68531d5bee1dd1557b2ed2'/>
<id>d1f47bb9cfb5b9f2fe68531d5bee1dd1557b2ed2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>work on test coverage</title>
<updated>2011-09-24T10:15:42+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2011-09-24T10:15:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=d55724833f040a3c89bbc453115e6e0fd35d45e3'/>
<id>d55724833f040a3c89bbc453115e6e0fd35d45e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove unreachable code in first_match</title>
<updated>2011-09-24T10:00:00+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2011-09-24T10:00:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=efeeb38baf002ba9036e55490f0087c8b752e8a7'/>
<id>efeeb38baf002ba9036e55490f0087c8b752e8a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>use a 'normal' MultiDict for both GET and POST instead of a UnicodeMultiDict; try to beat down some more test failures.</title>
<updated>2011-09-16T17:46:15+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@plope.com</email>
</author>
<published>2011-09-16T17:46:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=37c68bd9c4c51bcdde4eaf8227e0de498373033c'/>
<id>37c68bd9c4c51bcdde4eaf8227e0de498373033c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make sure that `'en' in AcceptLanguage('en-gb')` and `'en_GB' in AcceptLanguage('en-gb')`</title>
<updated>2011-09-08T12:54:50+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2011-09-08T12:54:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=e25a70423508a1d051deea8d3d333485feb29cbb'/>
<id>e25a70423508a1d051deea8d3d333485feb29cbb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* add AcceptCharset and AcceptLanguage subclasses instead of branching in Accept.__init__</title>
<updated>2011-09-07T19:24:37+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2011-09-07T19:24:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=66ffc0b7a04ce5ef749b6c25f5d152fccb645ea0'/>
<id>66ffc0b7a04ce5ef749b6c25f5d152fccb645ea0</id>
<content type='text'>
* that allows us to remove Accept.header_name
* and change Accept.__repr__ to be more straightforward
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* that allows us to remove Accept.header_name
* and change Accept.__repr__ to be more straightforward
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed AssertionError raised by MimeAccept best_macth function when</title>
<updated>2011-09-07T11:00:22+00:00</updated>
<author>
<name>zyegfryed</name>
<email>zyegfryed@gmail.com</email>
</author>
<published>2011-09-07T11:00:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=34d85e22a70dd7a774fb8eaf3061a57110f3c2b1'/>
<id>34d85e22a70dd7a774fb8eaf3061a57110f3c2b1</id>
<content type='text'>
using wildcard Accept header.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
using wildcard Accept header.
</pre>
</div>
</content>
</entry>
</feed>
