<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/webob.git, branch bugfix/modify_post</title>
<subtitle>github.com: Pylons/webob.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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>Add news update for PATCH body</title>
<updated>2015-04-11T14:10:37+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2015-04-11T14:10:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webob.git/commit/?id=643ac0afc561165575a999d7458daa2bc5b0a2c1'/>
<id>643ac0afc561165575a999d7458daa2bc5b0a2c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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://91.123.203.49/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 pull request #190 from dstufft/workaround-python-23801</title>
<updated>2015-04-04T22:00:25+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>xistence@0x58.com</email>
</author>
<published>2015-04-04T22:00:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webob.git/commit/?id=20cf886328620d76114ff62f597906fc87d868e8'/>
<id>20cf886328620d76114ff62f597906fc87d868e8</id>
<content type='text'>
Include a patch from CPython's bug tracker to fix cgi.FieldStorage on 3.x &lt; 3.4.4</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include a patch from CPython's bug tracker to fix cgi.FieldStorage on 3.x &lt; 3.4.4</pre>
</div>
</content>
</entry>
<entry>
<title>Include a patch from CPython's bug tracker to fix cgi.FieldStorage on 3.x</title>
<updated>2015-04-04T21:07:53+00:00</updated>
<author>
<name>Donald Stufft</name>
<email>donald@stufft.io</email>
</author>
<published>2015-03-29T03:57:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webob.git/commit/?id=540c170aad25643db63ebb79935b6d3cbe29c181'/>
<id>540c170aad25643db63ebb79935b6d3cbe29c181</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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://91.123.203.49/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 bugfix notice for Response.from_file</title>
<updated>2015-04-04T03:36:51+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2015-04-04T03:36:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webob.git/commit/?id=2aefb60ae062ff1bc88653e05e2a48adf3fce45e'/>
<id>2aefb60ae062ff1bc88653e05e2a48adf3fce45e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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://91.123.203.49/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>
</feed>
