<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/webob.git, branch perf/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>Location header requires a HTTP status code that supports it</title>
<updated>2016-10-03T02:26:33+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2016-10-03T01:43:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=9985dee067cef4d9feabe71f507857102ce1f589'/>
<id>9985dee067cef4d9feabe71f507857102ce1f589</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Further content_type/charset cleanups</title>
<updated>2016-10-03T02:26:33+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2016-10-03T01:08:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=e0f892bf90ee12e168850877d9deb3f1c7715b77'/>
<id>e0f892bf90ee12e168850877d9deb3f1c7715b77</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests to verify current behaviour for charset</title>
<updated>2016-10-03T02:26:33+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2016-10-03T00:59:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=ce594cedefe79bbfba2ad7be29477692870b63d7'/>
<id>ce594cedefe79bbfba2ad7be29477692870b63d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>HTTP Status code 205 also has no body</title>
<updated>2016-10-03T02:26:32+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2016-10-01T22:16:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=2a8aff8f785df44c7207626215923304f8a0e600'/>
<id>2a8aff8f785df44c7207626215923304f8a0e600</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update tests for making location absolute</title>
<updated>2016-10-03T02:26:32+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2016-10-01T05:01:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=99cd08ecf6728586c40c4bf4b142d39874421ba4'/>
<id>99cd08ecf6728586c40c4bf4b142d39874421ba4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Making Location header absolute is now less costly</title>
<updated>2016-10-03T02:26:32+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2016-10-01T04:58:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=a92010ff52c0561f82adaa881d1c5e0adaeab7ab'/>
<id>a92010ff52c0561f82adaa881d1c5e0adaeab7ab</id>
<content type='text'>
__call__ and conditional_response_app both wanted a copy of the
headerlist anyway, so iterate and if we stumble upon a Location header,
make it absolute.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
__call__ and conditional_response_app both wanted a copy of the
headerlist anyway, so iterate and if we stumble upon a Location header,
make it absolute.
</pre>
</div>
</content>
</entry>
<entry>
<title>Speedup header deletion</title>
<updated>2016-10-01T04:57:30+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2016-10-01T04:57:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=58f44fc776823d698c3d1454ce7571d9b847c710'/>
<id>58f44fc776823d698c3d1454ce7571d9b847c710</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for resp.content_type = 'someval'</title>
<updated>2016-10-01T04:00:36+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2016-10-01T03:45:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=ab2f84a04e3919bf6f00eea3c6f889c8dc9afce5'/>
<id>ab2f84a04e3919bf6f00eea3c6f889c8dc9afce5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new tests for Response.__init__</title>
<updated>2016-10-01T04:00:36+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2016-10-01T03:20:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=e5ee979c971bb06c1e40483c71cb616197d23900'/>
<id>e5ee979c971bb06c1e40483c71cb616197d23900</id>
<content type='text'>
Add tests for class defaults. There were no tests for
default_content_type or default_charset
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add tests for class defaults. There were no tests for
default_content_type or default_charset
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix tests</title>
<updated>2016-10-01T04:00:36+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2016-10-01T03:29:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=fc65fc046acdef2fc8f2bec58ab73e3064e88b34'/>
<id>fc65fc046acdef2fc8f2bec58ab73e3064e88b34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
