<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/webtest.git/webtest, branch pytest</title>
<subtitle>github.com: Pylons/webtest.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webtest.git/'/>
<entry>
<title>Add ``Email`` class for input fields with type "email".</title>
<updated>2018-06-19T09:10:13+00:00</updated>
<author>
<name>Michael Howitz</name>
<email>mh@gocept.com</email>
</author>
<published>2018-06-19T09:10:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webtest.git/commit/?id=f65c263c6a7cffce6ea09050a7bc3927238cb571'/>
<id>f65c263c6a7cffce6ea09050a7bc3927238cb571</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed #193</title>
<updated>2018-05-18T10:31:48+00:00</updated>
<author>
<name>Gael Pasgrimaud</name>
<email>gael@gawel.org</email>
</author>
<published>2018-05-18T10:31:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webtest.git/commit/?id=25bfadac1d3288fb5f52b36081c636e836694372'/>
<id>25bfadac1d3288fb5f52b36081c636e836694372</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Documentation bearer token and JWT authorization</title>
<updated>2018-04-26T23:18:19+00:00</updated>
<author>
<name>Theron Luhn</name>
<email>theron@luhn.com</email>
</author>
<published>2018-04-26T23:12:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webtest.git/commit/?id=85b59444d7c9008afb7b9fe82fdbf315e4baffc8'/>
<id>85b59444d7c9008afb7b9fe82fdbf315e4baffc8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>avoid UnicodeDecodeError in linter with py2; fixed #186</title>
<updated>2017-10-21T12:40:59+00:00</updated>
<author>
<name>Gael Pasgrimaud</name>
<email>gael@gawel.org</email>
</author>
<published>2017-10-21T12:25:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webtest.git/commit/?id=ad31ea8c3ed7b50cb98e5610c8dd6e644ef07c31'/>
<id>ad31ea8c3ed7b50cb98e5610c8dd6e644ef07c31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Preserve submit order for radio inputs.</title>
<updated>2017-10-09T16:39:27+00:00</updated>
<author>
<name>Florian Schulze</name>
<email>florian.schulze@gmx.net</email>
</author>
<published>2017-10-09T14:46:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webtest.git/commit/?id=27c0689cd1a1beb78238ac7da314f91ace681c10'/>
<id>27c0689cd1a1beb78238ac7da314f91ace681c10</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix strict cookie policy.</title>
<updated>2017-08-01T11:00:28+00:00</updated>
<author>
<name>Florian Schulze</name>
<email>florian.schulze@gmx.net</email>
</author>
<published>2017-07-30T09:51:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webtest.git/commit/?id=4785f26036c88cffeaf41244b7ebfce31dce9bdf'/>
<id>4785f26036c88cffeaf41244b7ebfce31dce9bdf</id>
<content type='text'>
The commit b35063f1bc6f6b0cd92b68c56838f385b56e8d00 added a shortcut that breaks strict cookie policies.
We now add ``.local`` to domain names with no dot in them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The commit b35063f1bc6f6b0cd92b68c56838f385b56e8d00 added a shortcut that breaks strict cookie policies.
We now add ``.local`` to domain names with no dot in them.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improved linting for http headers</title>
<updated>2017-05-02T12:49:48+00:00</updated>
<author>
<name>Brendan McCollam</name>
<email>bmccollam@uchicago.edu</email>
</author>
<published>2017-05-02T11:42:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webtest.git/commit/?id=7d539b6a924edb7af728b3c47b71a06944b41e1d'/>
<id>7d539b6a924edb7af728b3c47b71a06944b41e1d</id>
<content type='text'>
Verify that header names and values are 'native strings' that can
be encoded as latin-1.

Don't need to coerce headers to str
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Verify that header names and values are 'native strings' that can
be encoded as latin-1.

Don't need to coerce headers to str
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed #146</title>
<updated>2017-04-12T12:18:16+00:00</updated>
<author>
<name>Gael Pasgrimaud</name>
<email>gael@gawel.org</email>
</author>
<published>2017-04-12T12:18:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webtest.git/commit/?id=bc5e32f6e976262a26e967cff376a095d921511b'/>
<id>bc5e32f6e976262a26e967cff376a095d921511b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>.json now return .json_body; fixed #177</title>
<updated>2017-03-15T08:15:01+00:00</updated>
<author>
<name>Gael Pasgrimaud</name>
<email>gael@gawel.org</email>
</author>
<published>2017-03-15T08:15:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webtest.git/commit/?id=3a6a8539b7240780eb7c3bbf4090d700cc58f257'/>
<id>3a6a8539b7240780eb7c3bbf4090d700cc58f257</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>allow to use set_cookie when HTTP_HOST is set</title>
<updated>2017-03-15T08:07:59+00:00</updated>
<author>
<name>Gael Pasgrimaud</name>
<email>gael@gawel.org</email>
</author>
<published>2017-03-15T08:07:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webtest.git/commit/?id=b35063f1bc6f6b0cd92b68c56838f385b56e8d00'/>
<id>b35063f1bc6f6b0cd92b68c56838f385b56e8d00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
