<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/webtest.git/webtest, branch 2.0.34</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>No need for urlencode anymore.</title>
<updated>2020-01-23T17:04:07+00:00</updated>
<author>
<name>Rémy HUBSCHER</name>
<email>remy@chefclub.tv</email>
</author>
<published>2020-01-23T17:04:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=8f874a6f56422e15df8438da7d1352b4a77585e0'/>
<id>8f874a6f56422e15df8438da7d1352b4a77585e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add queryparams to the head method.</title>
<updated>2020-01-23T17:02:31+00:00</updated>
<author>
<name>Rémy HUBSCHER</name>
<email>remy@chefclub.tv</email>
</author>
<published>2020-01-23T17:02:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=9ebfc6f04b52e24de56daf93a62ef76dfb54f832'/>
<id>9ebfc6f04b52e24de56daf93a62ef76dfb54f832</id>
<content type='text'>
Fixes #220.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #220.
</pre>
</div>
</content>
</entry>
<entry>
<title>Support &lt;input type="search"&gt;</title>
<updated>2019-11-10T12:56:12+00:00</updated>
<author>
<name>Colin Watson</name>
<email>cjwatson@debian.org</email>
</author>
<published>2019-11-10T12:56:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=8782591253acd12a858836c431f55be9f70b3a6c'/>
<id>8782591253acd12a858836c431f55be9f70b3a6c</id>
<content type='text'>
https://html.spec.whatwg.org/multipage/input.html#text-(type=text)-state-and-search-state-(type=search)
describes the difference between `type="text"` and `type="search"` as
being primarily stylistic.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://html.spec.whatwg.org/multipage/input.html#text-(type=text)-state-and-search-state-(type=search)
describes the difference between `type="text"` and `type="search"` as
being primarily stylistic.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bad variable name in check_header </title>
<updated>2019-10-09T15:24:17+00:00</updated>
<author>
<name>kotofos</name>
<email>ibelkov@gmail.com</email>
</author>
<published>2019-10-09T15:24:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=ebb1b160de0836b8dfcd26705f14fd7b3bb16439'/>
<id>ebb1b160de0836b8dfcd26705f14fd7b3bb16439</id>
<content type='text'>
Fix regression introduced in 7d539b6a924edb7af728b3c47b71a06944b41e1d</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix regression introduced in 7d539b6a924edb7af728b3c47b71a06944b41e1d</pre>
</div>
</content>
</entry>
<entry>
<title>Use truth test instead of length == 0</title>
<updated>2019-04-11T02:19:44+00:00</updated>
<author>
<name>postmasters</name>
<email>namnguyen@google.com</email>
</author>
<published>2019-04-10T21:18:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=15d87c252ba6e20a0da4cf667f899a2e7bca48fe'/>
<id>15d87c252ba6e20a0da4cf667f899a2e7bca48fe</id>
<content type='text'>
`length` is initially set to `None`. When there is no `Content-Length`
header, `length` will still be `None`. So the test `length == 0` is not
entirely correct.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`length` is initially set to `None`. When there is no `Content-Length`
header, `length` will still be `None`. So the test `length == 0` is not
entirely correct.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix DeprecationWarning: invalid escape sequence \s</title>
<updated>2019-02-16T03:03:23+00:00</updated>
<author>
<name>Laurence Rowe</name>
<email>laurence@lrowe.co.uk</email>
</author>
<published>2019-02-16T03:03:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=749d4056351892b11298bf82e32b516f5072847c'/>
<id>749d4056351892b11298bf82e32b516f5072847c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed #210</title>
<updated>2019-02-09T18:15:31+00:00</updated>
<author>
<name>Gael Pasgrimaud</name>
<email>gael@gawel.org</email>
</author>
<published>2019-02-09T18:15:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=9d6562fdd6c0b4538c115cfb1d2e8fe8883e8afc'/>
<id>9d6562fdd6c0b4538c115cfb1d2e8fe8883e8afc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>raise AssertionError on close</title>
<updated>2019-01-19T01:20:53+00:00</updated>
<author>
<name>John Carter</name>
<email>john@therefromhere.org</email>
</author>
<published>2019-01-19T01:20:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=64df4560b65e516ec2f35c432e387c7a46d051b2'/>
<id>64df4560b65e516ec2f35c432e387c7a46d051b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Converted lint check_* functions to raise AssertionError instead of assert</title>
<updated>2019-01-19T01:11:28+00:00</updated>
<author>
<name>John Carter</name>
<email>john@therefromhere.org</email>
</author>
<published>2019-01-19T01:11:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=cdaf2c628a0b2bca5f808f13eb2fd150c508ca6b'/>
<id>cdaf2c628a0b2bca5f808f13eb2fd150c508ca6b</id>
<content type='text'>
So they still check when PYTHONOPTIMIZE&gt;=1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So they still check when PYTHONOPTIMIZE&gt;=1
</pre>
</div>
</content>
</entry>
<entry>
<title>Explicitly raise AssertionError in response checks</title>
<updated>2019-01-19T00:28:51+00:00</updated>
<author>
<name>John Carter</name>
<email>john@therefromhere.org</email>
</author>
<published>2019-01-19T00:28:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=9f3193da7408cec9ac9c612e047d1c48ba9e542c'/>
<id>9f3193da7408cec9ac9c612e047d1c48ba9e542c</id>
<content type='text'>
so they still check with PYTHONOPTIMIZE&gt;=1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
so they still check with PYTHONOPTIMIZE&gt;=1
</pre>
</div>
</content>
</entry>
</feed>
