<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/webob.git/tests, 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>Update test to just check the environment variable</title>
<updated>2015-04-12T20:19:16+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2015-04-11T16:22:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=0e7b6e5fbf70b31564f71c7b00ce6de286224104'/>
<id>0e7b6e5fbf70b31564f71c7b00ce6de286224104</id>
<content type='text'>
The test was flawed in that it assumed that the body_file would be
replaced with FakeCGIBody.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The test was flawed in that it assumed that the body_file would be
replaced with FakeCGIBody.
</pre>
</div>
</content>
</entry>
<entry>
<title>Request.POST should not replace Request.body_file</title>
<updated>2015-04-12T20:18:22+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2015-04-11T16:17:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=1cc3340fabb638407cbdc8d7b7b1c09a7eca8148'/>
<id>1cc3340fabb638407cbdc8d7b7b1c09a7eca8148</id>
<content type='text'>
FakeCGIBody mangles anything that isn't actually form-encoded, such as
JSON that isn't sent with the appropriate content type.

We hereby remove the usage of FakeCGIBody and instead just make the body
itself seekable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
FakeCGIBody mangles anything that isn't actually form-encoded, such as
JSON that isn't sent with the appropriate content type.

We hereby remove the usage of FakeCGIBody and instead just make the body
itself seekable.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add failing test for request.POST modified body</title>
<updated>2015-04-11T16:16:32+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2015-04-11T16:16:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=b2d0b90f05577212a294678610a3094e37ff83a7'/>
<id>b2d0b90f05577212a294678610a3094e37ff83a7</id>
<content type='text'>
See https://github.com/Pylons/webob/issues/149 for more details.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://github.com/Pylons/webob/issues/149 for more details.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #184 from jd/jd/read-body-on-patch</title>
<updated>2015-04-10T20:47:16+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>xistence@0x58.com</email>
</author>
<published>2015-04-10T20:47:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=0669e3f68ec3da08fec271dce42c9e86d0d60216'/>
<id>0669e3f68ec3da08fec271dce42c9e86d0d60216</id>
<content type='text'>
request: read body from file if the method is PATCH</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
request: read body from file if the method is PATCH</pre>
</div>
</content>
</entry>
<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>Merge remote-tracking branch 'origin/pr/150'</title>
<updated>2015-04-04T03:26:09+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2015-04-04T03:26:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=1536942cc6fd8d8eb62966d5ef23024bb68ff292'/>
<id>1536942cc6fd8d8eb62966d5ef23024bb68ff292</id>
<content type='text'>
This makes sure that the header extracted with Response.from_file are
latin1 encoded str instances.

Fixes #99
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes sure that the header extracted with Response.from_file are
latin1 encoded str instances.

Fixes #99
</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>Use RuntimeWarning instead of DeprecationWarning</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-13T00:34:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=0e56c5392827720021154419be3835ece7b32219'/>
<id>0e56c5392827720021154419be3835ece7b32219</id>
<content type='text'>
This makes the warning more noticeable to people and will be less likely
to be ignored.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes the warning more noticeable to people and will be less likely
to be ignored.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update test to use eq_ instead of assert</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-13T00:10:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=933b6c5dcb59d98045f93db9b8e67322c4fc9545'/>
<id>933b6c5dcb59d98045f93db9b8e67322c4fc9545</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Until such a time that we can deprecate this, warn</title>
<updated>2015-03-23T03:36:44+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2014-11-12T23:51:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=6804b1389ff9e58b8a900c3a12d5fe01efae306e'/>
<id>6804b1389ff9e58b8a900c3a12d5fe01efae306e</id>
<content type='text'>
Someday we can get rid of this mess and just be strict about what we
send, but until such a day we want to warn people that it is going to
happen in the future.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Someday we can get rid of this mess and just be strict about what we
send, but until such a day we want to warn people that it is going to
happen in the future.
</pre>
</div>
</content>
</entry>
</feed>
