<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/webtest.git/webtest/forms.py, branch 2.0.5</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>Handle the short form of &lt;select multiple&gt;</title>
<updated>2013-04-01T10:08:26+00:00</updated>
<author>
<name>Marius Gedminas</name>
<email>marius@gedmin.as</email>
</author>
<published>2013-03-28T15:29:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=5aa5eef5d36e9fd5dda86c0291c6c849594ce3df'/>
<id>5aa5eef5d36e9fd5dda86c0291c6c849594ce3df</id>
<content type='text'>
See http://www.w3.org/TR/REC-html40/interact/forms.html#adef-multiple
if you need convincing that this is valid HTML (first example, a couple
of pages down).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See http://www.w3.org/TR/REC-html40/interact/forms.html#adef-multiple
if you need convincing that this is valid HTML (first example, a couple
of pages down).
</pre>
</div>
</content>
</entry>
<entry>
<title>Correctly handle &lt;option&gt; elements with no value attribute</title>
<updated>2013-03-28T13:57:33+00:00</updated>
<author>
<name>Marius Gedminas</name>
<email>marius@gedmin.as</email>
</author>
<published>2013-03-28T13:57:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=872c844f1d1931f5a77ea58308c7323fe1f31108'/>
<id>872c844f1d1931f5a77ea58308c7323fe1f31108</id>
<content type='text'>
E.g. http://www.w3.org/TR/REC-html40/interact/forms.html#edef-OPTION
clearly states that the value attribute of OPTION elements "defauls to
element content".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
E.g. http://www.w3.org/TR/REC-html40/interact/forms.html#edef-OPTION
clearly states that the value attribute of OPTION elements "defauls to
element content".
</pre>
</div>
</content>
</entry>
<entry>
<title>All &lt;button&gt; elements are treated as submit controls</title>
<updated>2013-03-22T15:12:47+00:00</updated>
<author>
<name>Andrey Lebedev</name>
<email>andrey@lebedev.lt</email>
</author>
<published>2013-03-22T15:05:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=f940e9f83c8cd3f9c51bc60a1cd9b582dd9fa395'/>
<id>f940e9f83c8cd3f9c51bc60a1cd9b582dd9fa395</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't let BeautifulSoup use lxml. Fix GH-51</title>
<updated>2013-03-03T14:48:26+00:00</updated>
<author>
<name>Mikhail Korobov</name>
<email>kmike84@gmail.com</email>
</author>
<published>2013-03-03T14:48:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=d0ae9c74086774edf33608f0d98aa07dd885d51e'/>
<id>d0ae9c74086774edf33608f0d98aa07dd885d51e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>re-allow to use some unknow field type</title>
<updated>2013-02-27T17:28:02+00:00</updated>
<author>
<name>Gael Pasgrimaud</name>
<email>gael@gawel.org</email>
</author>
<published>2013-02-27T17:28:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=ae94e2b892ac305a60210f56699913eaabcc3493'/>
<id>ae94e2b892ac305a60210f56699913eaabcc3493</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added password class to Field.classes of type Text</title>
<updated>2013-02-26T16:11:26+00:00</updated>
<author>
<name>diarmuidbourke</name>
<email>diarmuidbourke@gmail.com</email>
</author>
<published>2013-02-26T16:11:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=dfff9b5ef6f480dcf832d9154af24b52707e3387'/>
<id>dfff9b5ef6f480dcf832d9154af24b52707e3387</id>
<content type='text'>
This fixes the case where you have an input type='password' and the value attribute is never set.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes the case where you have an input type='password' and the value attribute is never set.</pre>
</div>
</content>
</entry>
<entry>
<title>doc errors</title>
<updated>2013-02-23T18:33:52+00:00</updated>
<author>
<name>Domen Kožar</name>
<email>domen@dev.si</email>
</author>
<published>2013-02-23T18:20:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=d8a22de35324a692e05e8ab83b140912e9f4918c'/>
<id>d8a22de35324a692e05e8ab83b140912e9f4918c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Completely rewrite API documentation</title>
<updated>2013-02-23T18:14:26+00:00</updated>
<author>
<name>Domen Kožar</name>
<email>domen@dev.si</email>
</author>
<published>2013-02-23T17:58:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=7e957687570b56d24fa487f2a94a30904f84f2f9'/>
<id>7e957687570b56d24fa487f2a94a30904f84f2f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>100% coverage on webtest.forms</title>
<updated>2013-02-21T21:11:57+00:00</updated>
<author>
<name>Gael Pasgrimaud</name>
<email>gael@gawel.org</email>
</author>
<published>2013-02-21T21:11:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=7e961bfaeb4cf70b5a2ea3ef47904b7ed8751f2a'/>
<id>7e961bfaeb4cf70b5a2ea3ef47904b7ed8751f2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add more test for forms</title>
<updated>2013-02-21T19:56:40+00:00</updated>
<author>
<name>Gael Pasgrimaud</name>
<email>gael@gawel.org</email>
</author>
<published>2013-02-21T19:56:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=bfddb6e15cc391ddf82162850012334e62f88d44'/>
<id>bfddb6e15cc391ddf82162850012334e62f88d44</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
