<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/webob.git, branch bugfix/exc_json_response</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>PEP8</title>
<updated>2016-04-14T07:17:37+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2016-04-14T07:17:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=31e154aa7edcf40c8ff2cc196043fe5e2bc1143c'/>
<id>31e154aa7edcf40c8ff2cc196043fe5e2bc1143c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup unused imports</title>
<updated>2016-04-14T07:17:29+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2016-04-14T07:17:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=61c061911271df40e6435434ca2dad49f8b3a1c5'/>
<id>61c061911271df40e6435434ca2dad49f8b3a1c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change the default returned type to text/html</title>
<updated>2016-04-14T07:15:30+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2016-04-14T07:15:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=6d5e028c758caa95651ea1f2fbd5fea7a50ffb65'/>
<id>6d5e028c758caa95651ea1f2fbd5fea7a50ffb65</id>
<content type='text'>
Currently if WebOb encounters a */* Accept header on an exception it
will return an application/json result. This leads to some interesting
results for crawlers and others that don't send an explicit HTTP Accept
and then end up receiving JSON instead of what was previously HTML.

This breaks B/W compat with issue #230.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently if WebOb encounters a */* Accept header on an exception it
will return an application/json result. This leads to some interesting
results for crawlers and others that don't send an explicit HTTP Accept
and then end up receiving JSON instead of what was previously HTML.

This breaks B/W compat with issue #230.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use MIMEAccept instead of Accept</title>
<updated>2016-04-14T07:14:14+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2016-04-14T07:14:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=37a8acac99f6e91ab50dbc2583166dfbcf7cf9bd'/>
<id>37a8acac99f6e91ab50dbc2583166dfbcf7cf9bd</id>
<content type='text'>
Accept does not take into account type/subtype, and thus could
potentially return the wrong result to a client if they send a funky
Accept header.

Closes #240
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Accept does not take into account type/subtype, and thus could
potentially return the wrong result to a client if they send a funky
Accept header.

Closes #240
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure WSGIHTTPException does the right thing with accept headers</title>
<updated>2016-04-14T07:13:55+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2016-04-14T07:13:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=5c89119f4321fbb2220eb6e06f935c1429d5e8c5'/>
<id>5c89119f4321fbb2220eb6e06f935c1429d5e8c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in whatsnew</title>
<updated>2016-03-16T04:07:20+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2016-03-16T04:07:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=39ac465c84c4c33b1c3c7b9700d6da5dfbf84692'/>
<id>39ac465c84c4c33b1c3c7b9700d6da5dfbf84692</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove worthless file</title>
<updated>2016-03-16T03:56:49+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2016-03-16T03:46:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=ef25f6c623aa454d91c4bb9b0565e6b5fe5cc7d4'/>
<id>ef25f6c623aa454d91c4bb9b0565e6b5fe5cc7d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Continue dev on 1.7.x</title>
<updated>2016-03-16T03:56:35+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2016-03-16T03:56:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=113ce85c398edb27f98f2c6e39263bfd91cba0a2'/>
<id>113ce85c398edb27f98f2c6e39263bfd91cba0a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Copy over the WHATSNEW-1.6</title>
<updated>2016-03-16T03:55:59+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2016-03-16T03:43:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=2b370430927634e02890415fc8cc20469c86a7b0'/>
<id>2b370430927634e02890415fc8cc20469c86a7b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove tests for old deprecated features</title>
<updated>2016-01-29T01:01:12+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2016-01-29T01:01:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=31620bb8b7749c92693e4d6d7233d9547b942a57'/>
<id>31620bb8b7749c92693e4d6d7233d9547b942a57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
