<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/webob.git/tests, branch ng</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 branches 'bugfix/modify_post' and 'cleanup/remove_fakecgibody' into ng</title>
<updated>2015-04-13T15:22:13+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2015-04-13T15:22:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=69096e080cee9b80582e9ee01e5f480e09e19ef6'/>
<id>69096e080cee9b80582e9ee01e5f480e09e19ef6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Copy strings_differ from Pyramid</title>
<updated>2015-04-13T15:11:12+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2015-04-13T15:11:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=aabb50c5068b57e2a73e85582d207859da4536a7'/>
<id>aabb50c5068b57e2a73e85582d207859da4536a7</id>
<content type='text'>
Includes the tests and all that fun stuff...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Includes the tests and all that fun stuff...
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing test for FakeCGIBody.readable()</title>
<updated>2015-04-13T14:49:52+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2015-04-13T14:49:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=7f3c67d390ef39cedded4b287c5e5c3c17072a2b'/>
<id>7f3c67d390ef39cedded4b287c5e5c3c17072a2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove FakeCGIBody</title>
<updated>2015-04-12T20:19:57+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2015-04-11T16:46:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=d25bbd6209ac6bc5a93eaede5b88e0bac42b448e'/>
<id>d25bbd6209ac6bc5a93eaede5b88e0bac42b448e</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 test that covers missing parts of _encode_multipart</title>
<updated>2015-04-12T20:19:57+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2015-04-12T20:04:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=594fa0b9ef0192bed7205a194091c132a125a953'/>
<id>594fa0b9ef0192bed7205a194091c132a125a953</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>
</feed>
