<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/webtest.git/tests/test_forms.py, branch 2.0.16</title>
<subtitle>github.com: Pylons/webtest.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/'/>
<entry>
<title>Fixed #110. Don't ignore forced value on Radio input</title>
<updated>2014-04-24T16:17:40+00:00</updated>
<author>
<name>Zeb DeOs</name>
<email>zebdeos@coquilletribe.org</email>
</author>
<published>2014-04-24T16:17:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=c0687cbb837bb81bb1f8cd188416a5ad1d2e56dc'/>
<id>c0687cbb837bb81bb1f8cd188416a5ad1d2e56dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pep8 everywhere</title>
<updated>2014-04-16T20:23:10+00:00</updated>
<author>
<name>Gael Pasgrimaud</name>
<email>gael@gawel.org</email>
</author>
<published>2014-04-16T20:23:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=d2471e042c5b33100bb742247b7ef44c1ff9ea02'/>
<id>d2471e042c5b33100bb742247b7ef44c1ff9ea02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow selecting by text for multi selects</title>
<updated>2014-01-23T11:03:37+00:00</updated>
<author>
<name>Markus Bertheau</name>
<email>mbertheau@gmail.com</email>
</author>
<published>2014-01-23T11:03:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=ac996f9b0fad268d0d3ed343d44290abddb0160b'/>
<id>ac996f9b0fad268d0d3ed343d44290abddb0160b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow selecting by text for single selects</title>
<updated>2014-01-23T10:59:51+00:00</updated>
<author>
<name>Markus Bertheau</name>
<email>mbertheau@gmail.com</email>
</author>
<published>2014-01-23T10:59:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=8735d77700430589d850b4b3dc40661ed2fbadd6'/>
<id>8735d77700430589d850b4b3dc40661ed2fbadd6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>resolve conflict</title>
<updated>2014-01-17T17:31:37+00:00</updated>
<author>
<name>Gael Pasgrimaud</name>
<email>gael@gawel.org</email>
</author>
<published>2014-01-17T17:31:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=2caf9d0f9748ad7a496308d70c6384530abba3ba'/>
<id>2caf9d0f9748ad7a496308d70c6384530abba3ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow selecting submit button by value</title>
<updated>2014-01-17T12:29:48+00:00</updated>
<author>
<name>Markus Bertheau</name>
<email>mbertheau@gmail.com</email>
</author>
<published>2014-01-17T12:29:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=9d776cde6df5272cba81d5682611b3f71c797c27'/>
<id>9d776cde6df5272cba81d5682611b3f71c797c27</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore the value attribute of &lt;input type="file"&gt;</title>
<updated>2014-01-16T14:17:12+00:00</updated>
<author>
<name>Markus Bertheau</name>
<email>mbertheau@gmail.com</email>
</author>
<published>2014-01-16T14:08:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=98aad794eb1006ab369f6dc7ce9e3787de268615'/>
<id>98aad794eb1006ab369f6dc7ce9e3787de268615</id>
<content type='text'>
Browsers do the same thing, see
http://stackoverflow.com/questions/20537696/remember-and-repopulate-file-input/20537822#20537822

Without this, submitting the form as is gives
ValueError: upload_files need to be a list of tuples of (fieldname, filename, filecontent, mimetype) or (fieldname, filename, filecontent) or (fieldname, filename); you gave: "['file-field', u's', u'o', u'm', u'e', u'/', u'p', u'a', u't', u'h', u'/', u'f', u'i', u'l', u'e', u"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Browsers do the same thing, see
http://stackoverflow.com/questions/20537696/remember-and-repopulate-file-input/20537822#20537822

Without this, submitting the form as is gives
ValueError: upload_files need to be a list of tuples of (fieldname, filename, filecontent, mimetype) or (fieldname, filename, filecontent) or (fieldname, filename); you gave: "['file-field', u's', u'o', u'm', u'e', u'/', u'p', u'a', u't', u'h', u'/', u'f', u'i', u'l', u'e', u"
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure Upload.content_type is not ignored</title>
<updated>2013-09-18T10:36:33+00:00</updated>
<author>
<name>Marius Gedminas</name>
<email>marius@gedmin.as</email>
</author>
<published>2013-09-18T10:36:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=b8fc110cffa27ead6702caf3eaf0f7b9a5e102fa'/>
<id>b8fc110cffa27ead6702caf3eaf0f7b9a5e102fa</id>
<content type='text'>
Looks like there's a bazillion methods of specifying files you want to
upload with a form, and I missed one of them.  This adds a missing test
case and fixes the bug.

A followup fix for issue #86.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Looks like there's a bazillion methods of specifying files you want to
upload with a form, and I missed one of them.  This adds a missing test
case and fixes the bug.

A followup fix for issue #86.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow assigning a list to a set of same-named checkboxes.</title>
<updated>2013-08-31T02:05:48+00:00</updated>
<author>
<name>Carl Meyer</name>
<email>carl@oddbird.net</email>
</author>
<published>2013-08-31T02:05:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=d009e5baabc502abe79730b73279e349a4539135'/>
<id>d009e5baabc502abe79730b73279e349a4539135</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove leading newline from textarea</title>
<updated>2013-05-04T12:47:18+00:00</updated>
<author>
<name>Victor Safronovich</name>
<email>vsafronovich@gmail.com</email>
</author>
<published>2013-05-04T12:47:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=757cb813edbbc3dd5b40e57ad62496e18bb89bf8'/>
<id>757cb813edbbc3dd5b40e57ad62496e18bb89bf8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
