<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/webtest.git/webtest/lint.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>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>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>Fix deprecation warnings for ``collections`` to use ``collections.abc``</title>
<updated>2018-11-26T08:34:34+00:00</updated>
<author>
<name>Steve Piercy</name>
<email>web@stevepiercy.com</email>
</author>
<published>2018-11-26T08:34:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=a0c59268f163985ff3768af392048e8917db47e1'/>
<id>a0c59268f163985ff3768af392048e8917db47e1</id>
<content type='text'>
for ``Iterable`` on Python 3.
See #196.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for ``Iterable`` on Python 3.
See #196.
</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://git.baserock.org/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>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://git.baserock.org/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>pep8 everywhere</title>
<updated>2014-04-16T20:23:10+00:00</updated>
<author>
<name>Gael Pasgrimaud</name>
<email>gael@gawel.org</email>
</author>
<published>2014-04-16T20:23:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=d2471e042c5b33100bb742247b7ef44c1ff9ea02'/>
<id>d2471e042c5b33100bb742247b7ef44c1ff9ea02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix 71</title>
<updated>2013-08-16T09:56:31+00:00</updated>
<author>
<name>Domen Kožar</name>
<email>domen@dev.si</email>
</author>
<published>2013-08-16T09:55:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=67d8b797343def0d1b2d640b46609d81849e4a12'/>
<id>67d8b797343def0d1b2d640b46609d81849e4a12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
