<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/flake8.git/flake8/_pyflakes.py, branch 2.2.0</title>
<subtitle>gitlab.com: pycqa/flake8.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/'/>
<entry>
<title>Fix the errors reported by flake8</title>
<updated>2014-04-26T21:40:23+00:00</updated>
<author>
<name>Florent Xicluna</name>
<email>florent.xicluna@gmail.com</email>
</author>
<published>2014-04-26T21:40:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=b89fc0dae842ed9f0f379a99913f6a5428599b4c'/>
<id>b89fc0dae842ed9f0f379a99913f6a5428599b4c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add option 'doctests' to run Pyflakes checks on doctests too; issue #138</title>
<updated>2014-03-30T21:31:19+00:00</updated>
<author>
<name>Florent Xicluna</name>
<email>florent.xicluna@gmail.com</email>
</author>
<published>2014-03-30T21:31:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=5770b171d5e22455f230e983577307124655e2a7'/>
<id>5770b171d5e22455f230e983577307124655e2a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use try/except/else to disable demandimport</title>
<updated>2014-03-27T10:40:26+00:00</updated>
<author>
<name>Florian Rathgeber</name>
<email>florian.rathgeber@gmail.com</email>
</author>
<published>2014-03-27T10:40:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=c1db99e4f21ff27596023e51423c3e01444f2cb9'/>
<id>c1db99e4f21ff27596023e51423c3e01444f2cb9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable mercurial demandimport in _pyflakes module</title>
<updated>2014-03-23T18:35:08+00:00</updated>
<author>
<name>Florian Rathgeber</name>
<email>florian.rathgeber@gmail.com</email>
</author>
<published>2014-03-23T18:35:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=45c7138907f7289a2f34394d4ca0a7bbccdcbec0'/>
<id>45c7138907f7289a2f34394d4ca0a7bbccdcbec0</id>
<content type='text'>
Disabling in hooks is too late since mercurial already imports
_pyflakes before.

Fixes #88
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Disabling in hooks is too late since mercurial already imports
_pyflakes before.

Fixes #88
</pre>
</div>
</content>
</entry>
<entry>
<title>Report the column number for PyFlakes errors; issue #90</title>
<updated>2013-07-04T15:40:20+00:00</updated>
<author>
<name>Florent Xicluna</name>
<email>florent.xicluna@gmail.com</email>
</author>
<published>2013-07-04T15:40:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=ec25ce4a4a94a4b734dbe81270d31dbda20eabca'/>
<id>ec25ce4a4a94a4b734dbe81270d31dbda20eabca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove leftovers of the Flint merge</title>
<updated>2013-02-14T16:21:34+00:00</updated>
<author>
<name>Florent Xicluna</name>
<email>florent.xicluna@gmail.com</email>
</author>
<published>2013-02-14T16:21:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=6055fcea2c7eb680f3f675a5db1576f5a04e5896'/>
<id>6055fcea2c7eb680f3f675a5db1576f5a04e5896</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Create and enable the Pyflakes extension</title>
<updated>2013-02-13T18:22:34+00:00</updated>
<author>
<name>Florent Xicluna</name>
<email>florent.xicluna@gmail.com</email>
</author>
<published>2013-02-13T18:22:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=212364d89c1c936c41a596fd1d571c70d20839fe'/>
<id>212364d89c1c936c41a596fd1d571c70d20839fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
