<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/webob.git/tests/test_response.py, branch fix.136</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 test breakage under Py3k.</title>
<updated>2013-03-29T17:43:57+00:00</updated>
<author>
<name>Tres Seaver</name>
<email>tseaver@palladion.com</email>
</author>
<published>2013-03-29T17:43:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=6b9f6576a4bc006f94cadcd3e3b9c6660d656b97'/>
<id>6b9f6576a4bc006f94cadcd3e3b9c6660d656b97</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>No docstrings in testcases.</title>
<updated>2013-03-29T17:42:44+00:00</updated>
<author>
<name>Tres Seaver</name>
<email>tseaver@palladion.com</email>
</author>
<published>2013-03-29T17:42:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=c643319ad484a83d1e0453ede1e7337c8c9f1835'/>
<id>c643319ad484a83d1e0453ede1e7337c8c9f1835</id>
<content type='text'>
They screw up the testrunner output.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They screw up the testrunner output.
</pre>
</div>
</content>
</entry>
<entry>
<title>bring test coverage back to 100% for pull request 85 which fixes bug #84</title>
<updated>2013-03-23T11:36:47+00:00</updated>
<author>
<name>Tom Willis</name>
<email>tom@batterii.com</email>
</author>
<published>2013-03-23T11:36:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=127003932891e85fd3a4e40662484faa97636d39'/>
<id>127003932891e85fd3a4e40662484faa97636d39</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a fix and modified the unit tests to accomodate.</title>
<updated>2012-11-22T18:31:50+00:00</updated>
<author>
<name>Rishi Ramraj</name>
<email>rishi@bestpremise.com</email>
</author>
<published>2012-11-22T18:31:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=07667668338f239856c94b637bd12ccf8ce01d83'/>
<id>07667668338f239856c94b637bd12ccf8ce01d83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix issue #63 - res.cache_expires(seconds=0) then res.cache_expires(seconds=1) should clear pragma header and various cache-control tokens</title>
<updated>2012-07-29T18:11:08+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2012-07-29T18:11:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=d752be907dc2dd9b04f162407d6e39cd284309d0'/>
<id>d752be907dc2dd9b04f162407d6e39cd284309d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add some tests for Request.text, and .json</title>
<updated>2012-04-14T05:40:42+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ianb@colorstudy.com</email>
</author>
<published>2012-04-14T05:40:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=15a403a4be79462502a05d2c62b6ef648ffcabb7'/>
<id>15a403a4be79462502a05d2c62b6ef648ffcabb7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change Response.status_int to Response.status_code (while still supporting .status_int, but changing documentation to prefer status_code)</title>
<updated>2012-04-13T19:05:39+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ianb@colorstudy.com</email>
</author>
<published>2012-04-13T19:05:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=bf89ec583824d2d71b22f7898a6e09a0b9376cd4'/>
<id>bf89ec583824d2d71b22f7898a6e09a0b9376cd4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Aliased json to json_body.  Make json_body a settable value.  Added json_body to the Response object.  Set content-type: application/json if you set json_body in the instantiation of Response.  Use simplejson if it is available.</title>
<updated>2012-04-10T05:07:57+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ianb@colorstudy.com</email>
</author>
<published>2012-04-10T05:07:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=17dd40eec5dee594c79201e0e68b463c1ad400f0'/>
<id>17dd40eec5dee594c79201e0e68b463c1ad400f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix https://github.com/Pylons/webob/issues/34</title>
<updated>2012-03-03T07:14:33+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2012-03-03T07:14:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=d60213c61aa917872ed48768355b34fdab4c1eec'/>
<id>d60213c61aa917872ed48768355b34fdab4c1eec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix https://github.com/Pylons/webob/issues/31</title>
<updated>2012-03-03T07:06:50+00:00</updated>
<author>
<name>Sergey Schetinin</name>
<email>sergey@maluke.com</email>
</author>
<published>2012-03-03T07:06:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=59d985ec5e104a76d13f5fde37c08210465e951d'/>
<id>59d985ec5e104a76d13f5fde37c08210465e951d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
