<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/webob.git/webob/acceptparse.py, branch bugfix/cgi_FieldStorage</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>Remove deprecated str_ and others</title>
<updated>2016-01-29T00:58:10+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2016-01-29T00:58:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=a73023151722261e3aa26946787938869c7ad611'/>
<id>a73023151722261e3aa26946787938869c7ad611</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improved test coverage for MIMEAccept wildcard matching</title>
<updated>2015-03-23T21:53:32+00:00</updated>
<author>
<name>Lucas Taylor</name>
<email>ltaylor.volks@gmail.com</email>
</author>
<published>2015-03-23T21:53:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=e51a6089410dfc853d59396d335419ab17b3efe3'/>
<id>e51a6089410dfc853d59396d335419ab17b3efe3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow wildcards to be used when comparing a MIMEAccept against an offer</title>
<updated>2015-03-23T16:27:47+00:00</updated>
<author>
<name>Lucas Taylor</name>
<email>ltaylor.volks@gmail.com</email>
</author>
<published>2014-09-07T20:46:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=b8c307fc8e1a7cf231636ea4feb984c0745a210d'/>
<id>b8c307fc8e1a7cf231636ea4feb984c0745a210d</id>
<content type='text'>
- Use list comprehension instead of map for minor performance gain in
  ``MIMEAccept.parse``
- Fixes #155
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Use list comprehension instead of map for minor performance gain in
  ``MIMEAccept.parse``
- Fixes #155
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore invalid mime wildcards in MIMEAccept</title>
<updated>2012-11-09T00:59:22+00:00</updated>
<author>
<name>Ryan Kelly</name>
<email>ryan@rfk.id.au</email>
</author>
<published>2012-11-09T00:59:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=3c7f68b576c33b24c3fda7c3eadc7cfd5209c574'/>
<id>3c7f68b576c33b24c3fda7c3eadc7cfd5209c574</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix case-sensitive behaviour in MIMEAccept and AcceptCharset.</title>
<updated>2012-06-06T16:48:03+00:00</updated>
<author>
<name>Lorenzo M. Catucci</name>
<email>lorenzo@sancho.ccd.uniroma2.it</email>
</author>
<published>2012-06-06T16:48:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=31ffd12d214ea09cdfad172bf942bc5913e55367'/>
<id>31ffd12d214ea09cdfad172bf942bc5913e55367</id>
<content type='text'>
RFC 2616 requires case-insensitive matching for media ranges
and character sets.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
RFC 2616 requires case-insensitive matching for media ranges
and character sets.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add actual fix.</title>
<updated>2012-05-12T17:01:43+00:00</updated>
<author>
<name>Graham Higgins</name>
<email>gjh-github@bel-epa.com</email>
</author>
<published>2012-05-12T17:01:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=1b75bf681c452bad8921c4bb5d176a61461b727c'/>
<id>1b75bf681c452bad8921c4bb5d176a61461b727c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>
</feed>
