<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/webtest.git/webtest/utils.py, branch github-actions</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>Dropped support for Python 2.7 and 3.5</title>
<updated>2020-11-07T20:57:17+00:00</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2020-11-07T20:57:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=d5df159bd27b41c77042e8814ab4f37ebdcea18a'/>
<id>d5df159bd27b41c77042e8814ab4f37ebdcea18a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #226 from atlanticventures/master</title>
<updated>2020-04-30T11:12:01+00:00</updated>
<author>
<name>Gael Pasgrimaud</name>
<email>gael@gawel.org</email>
</author>
<published>2020-04-30T11:12:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=4c27a07730763d3d63d132a75d822a4f29179adc'/>
<id>4c27a07730763d3d63d132a75d822a4f29179adc</id>
<content type='text'>
_RequestCookieAdapter do not have a `host` property</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
_RequestCookieAdapter do not have a `host` property</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>Added new host property to _RequestCookieAdapter</title>
<updated>2020-01-09T12:53:27+00:00</updated>
<author>
<name>Rudá Porto Filgueiras</name>
<email>rudazz@gmail.com</email>
</author>
<published>2020-01-09T12:53:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=20d07226c2d7caadcb3fab3c209e82b8c6272833'/>
<id>20d07226c2d7caadcb3fab3c209e82b8c6272833</id>
<content type='text'>
This is an edge case when running tests in a docker container.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is an edge case when running tests in a docker container.</pre>
</div>
</content>
</entry>
<entry>
<title>Support for PYTHONOPTIMIZE=2, fix tests on PYTHONOPTIMIZE=1, 2</title>
<updated>2019-01-18T08:31:22+00:00</updated>
<author>
<name>John Carter</name>
<email>john.carter@prismaticdigital.com</email>
</author>
<published>2019-01-16T23:33:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=fb534f103f20d6de614189c4baa960de004a6ad7'/>
<id>fb534f103f20d6de614189c4baa960de004a6ad7</id>
<content type='text'>
* skip tests that rely on assert if optimize is enabled
* skip docstring test if PYTHONOPTIMIZE=2
* try/except on docstring handling in case of PYTHONOPTIMIZE=2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* skip tests that rely on assert if optimize is enabled
* skip docstring test if PYTHONOPTIMIZE=2
* try/except on docstring handling in case of PYTHONOPTIMIZE=2
</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://git.baserock.org/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>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://git.baserock.org/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>
<entry>
<title>JSON methods respect content_type argument if passed</title>
<updated>2015-11-14T17:38:57+00:00</updated>
<author>
<name>Steven Loria</name>
<email>sloria1@gmail.com</email>
</author>
<published>2015-11-14T17:38:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=4e0b301a9d24c0841f718e5b041759f73ba9a7d5'/>
<id>4e0b301a9d24c0841f718e5b041759f73ba9a7d5</id>
<content type='text'>
Allows, for example:
  self.post_json(url, data, content_type='application/vnd.api+json')
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allows, for example:
  self.post_json(url, data, content_type='application/vnd.api+json')
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed #130 by removing useless code</title>
<updated>2015-02-05T12:40:37+00:00</updated>
<author>
<name>Gael Pasgrimaud</name>
<email>gael@gawel.org</email>
</author>
<published>2015-02-05T12:40:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=a3f4a6a158cbe6dc47cd749db2f33b8c08c178fe'/>
<id>a3f4a6a158cbe6dc47cd749db2f33b8c08c178fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>improve test coverage. we're back at 100%</title>
<updated>2014-04-16T21:35:50+00:00</updated>
<author>
<name>Gael Pasgrimaud</name>
<email>gael@gawel.org</email>
</author>
<published>2014-04-16T21:35:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=2965c23e4d995c6ca85296a49167fda7457713a9'/>
<id>2965c23e4d995c6ca85296a49167fda7457713a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
