<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/webob.git, 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>Make sure this branch is never accidentally published</title>
<updated>2015-04-13T15:24:13+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2015-04-13T15:24:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=752b771577c2fce13058afbd862da9d23d4f03c8'/>
<id>752b771577c2fce13058afbd862da9d23d4f03c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>Merge branch 'fixup_tox'</title>
<updated>2015-04-13T15:13:06+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2015-04-13T15:13:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=90052d9fd0c854cf0774787f307182a7146340a2'/>
<id>90052d9fd0c854cf0774787f307182a7146340a2</id>
<content type='text'>
Tox had been failing to properly run without the -r flag (recreate the
virtualenv). This fixes those issues, and fixes up the coverage issues
that exist.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tox had been failing to properly run without the -r flag (recreate the
virtualenv). This fixes those issues, and fixes up the coverage issues
that exist.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add updated tox.ini</title>
<updated>2015-04-13T15:12:27+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2015-04-13T15:12:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=d79dd7647bba654544aec374192aa415f51858dd'/>
<id>d79dd7647bba654544aec374192aa415f51858dd</id>
<content type='text'>
Thanks to Michael Merickel for fixing this all up for the Pyramid
project itself, shamelessly stolen.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to Michael Merickel for fixing this all up for the Pyramid
project itself, shamelessly stolen.
</pre>
</div>
</content>
</entry>
<entry>
<title>Sort .gitignore and add ignore for coverage stuff</title>
<updated>2015-04-13T15:11:52+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2015-04-13T15:11:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=a6a89e0735310aa6b83331e98d52fc59dc9eb5d5'/>
<id>a6a89e0735310aa6b83331e98d52fc59dc9eb5d5</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>
</feed>
