<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/webtest.git/webtest, 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>That should have been select.error.</title>
<updated>2013-03-28T19:55:08+00:00</updated>
<author>
<name>Laurence Rowe</name>
<email>laurence@lrowe.co.uk</email>
</author>
<published>2013-03-28T18:29:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=0daab5983aad2f1676e7c28a7abfcf77b4db50dd'/>
<id>0daab5983aad2f1676e7c28a7abfcf77b4db50dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Ignore socket.error following StopableWSGIServer.shutdown.</title>
<updated>2013-03-28T02:47:06+00:00</updated>
<author>
<name>Laurence Rowe</name>
<email>laurence@lrowe.co.uk</email>
</author>
<published>2013-03-28T02:47:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=b95084fe9fb9ee2c8cc6a0395c075c86c4e8105f'/>
<id>b95084fe9fb9ee2c8cc6a0395c075c86c4e8105f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>merge. fixed #59</title>
<updated>2013-03-27T16:18:07+00:00</updated>
<author>
<name>Gael Pasgrimaud</name>
<email>gael@gawel.org</email>
</author>
<published>2013-03-27T16:18:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=d7839348731cefe3f987e0133ad334944983600c'/>
<id>d7839348731cefe3f987e0133ad334944983600c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support for redirects having relative "Location" header</title>
<updated>2013-03-22T16:03:26+00:00</updated>
<author>
<name>Andrey Lebedev</name>
<email>andrey@lebedev.lt</email>
</author>
<published>2013-03-22T16:03:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=744f2828377c258f694cf1a359662e965525a6b9'/>
<id>744f2828377c258f694cf1a359662e965525a6b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Treat strings in the WSGI environment as native strings (i.e. different things in py2/py3) according to PEP-3333</title>
<updated>2013-03-18T20:02:27+00:00</updated>
<author>
<name>Wolfgang Schnerring</name>
<email>ws@gocept.com</email>
</author>
<published>2013-03-18T20:02:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=108e49b905c7b2eb3e629c9c90f452b5c38bea47'/>
<id>108e49b905c7b2eb3e629c9c90f452b5c38bea47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support secure cookies</title>
<updated>2013-03-08T10:58:54+00:00</updated>
<author>
<name>Andrey Lebedev</name>
<email>andrey@lebedev.lt</email>
</author>
<published>2013-03-07T14:25:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=2bbbdb020817c5f0f90124f75480388f96292863'/>
<id>2bbbdb020817c5f0f90124f75480388f96292863</id>
<content type='text'>
Add missing methods to _RequestCookieAdapter to comply with requirements
of urllib2.Request interfaces (specified at
http://docs.python.org/2/library/cookielib.html#cookielib.CookieJar.add_cookie_header)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add missing methods to _RequestCookieAdapter to comply with requirements
of urllib2.Request interfaces (specified at
http://docs.python.org/2/library/cookielib.html#cookielib.CookieJar.add_cookie_header)
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow TestResponse.click() to match HTML content as well as text content.</title>
<updated>2013-03-07T01:09:52+00:00</updated>
<author>
<name>Timothy Elliott</name>
<email>tle@holymonkey.com</email>
</author>
<published>2013-03-07T00:01:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=9b8e805afbb5a3321bbe6633e7f1051f665cd30d'/>
<id>9b8e805afbb5a3321bbe6633e7f1051f665cd30d</id>
<content type='text'>
This brings TestResponse.click() in alignment with the documentation,
which states that description will match "HTML and all".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This brings TestResponse.click() in alignment with the documentation,
which states that description will match "HTML and all".
</pre>
</div>
</content>
</entry>
</feed>
