<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/webob.git/tests/test_response.py, branch bugfix/modify_post</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>Merge remote-tracking branch 'origin/pr/188'</title>
<updated>2015-04-04T03:52:54+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2015-04-04T03:52:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=fdf9bd5a93d214e0bd222e082f9c5bb56a1e9688'/>
<id>fdf9bd5a93d214e0bd222e082f9c5bb56a1e9688</id>
<content type='text'>
Fixes #166, #171
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #166, #171
</pre>
</div>
</content>
</entry>
<entry>
<title>Add setup/teardown module functions</title>
<updated>2015-03-23T03:36:45+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2014-11-13T01:31:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=5d0e7b9f82991d7ffa67ca928d8abd40c4005689'/>
<id>5d0e7b9f82991d7ffa67ca928d8abd40c4005689</id>
<content type='text'>
Sets up the cookies._should_raise using a module setup/teardown
functions instead of setting it at module scope per suggestions from
Michael Merickel.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sets up the cookies._should_raise using a module setup/teardown
functions instead of setting it at module scope per suggestions from
Michael Merickel.
</pre>
</div>
</content>
</entry>
<entry>
<title>Verify unicode values raise an exception</title>
<updated>2015-03-23T03:36:43+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2014-11-09T05:34:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=b1486dcdabf577b4c664856a0f4c4cbcb3a6e119'/>
<id>b1486dcdabf577b4c664856a0f4c4cbcb3a6e119</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change test_cookies() to not include unicode</title>
<updated>2015-03-23T03:36:43+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2014-11-09T05:33:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=2bf7746d5a24ad6920f0744fed9dcc84bdbb13d5'/>
<id>2bf7746d5a24ad6920f0744fed9dcc84bdbb13d5</id>
<content type='text'>
Unicode values in cookies are invalid.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Unicode values in cookies are invalid.
</pre>
</div>
</content>
</entry>
<entry>
<title>Documentation states expires can be timedelta</title>
<updated>2015-03-23T03:36:43+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2014-11-09T04:54:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=0c2890caa9846ad45715c7bde2fd46348b9c2ff0'/>
<id>0c2890caa9846ad45715c7bde2fd46348b9c2ff0</id>
<content type='text'>
The documentation for expires incorrectly states that expires can be a
timedelta, let's add a test for that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The documentation for expires incorrectly states that expires can be a
timedelta, let's add a test for that.
</pre>
</div>
</content>
</entry>
<entry>
<title>Native `str` strings from Response.from_file</title>
<updated>2014-05-28T20:38:37+00:00</updated>
<author>
<name>Philippe Gauthier</name>
<email>pgauthier@ludia.com</email>
</author>
<published>2014-05-28T20:21:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=904788be2d79eda473b412155b45983a63c01cf4'/>
<id>904788be2d79eda473b412155b45983a63c01cf4</id>
<content type='text'>
Make sure that header names extracted with Response.from_file are `str`
instances otherwise most WSGI implementations will reject the response.

Should fix issue https://github.com/Pylons/webob/issues/99
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make sure that header names extracted with Response.from_file are `str`
instances otherwise most WSGI implementations will reject the response.

Should fix issue https://github.com/Pylons/webob/issues/99
</pre>
</div>
</content>
</entry>
<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>
</feed>
