<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pyflakes.git/bin, branch python37</title>
<subtitle>github.com: pyflakes/pyflakes.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pyflakes.git/'/>
<entry>
<title>Use the recommended shebang /usr/bin/env python</title>
<updated>2013-01-25T15:06:43+00:00</updated>
<author>
<name>Florent Xicluna</name>
<email>florent.xicluna@gmail.com</email>
</author>
<published>2013-01-25T15:06:43+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=2b486c5917bcbd074f181960644abfb458c3f899'/>
<id>2b486c5917bcbd074f181960644abfb458c3f899</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>A swag of integration tests.</title>
<updated>2012-07-08T13:48:46+00:00</updated>
<author>
<name>Jonathan Lange</name>
<email>jml@canonical.com</email>
</author>
<published>2012-07-08T13:48:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=3ec699552b9aefdd2bab63656636ca4ca8cdc282'/>
<id>3ec699552b9aefdd2bab63656636ca4ca8cdc282</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pyflakes-trailing-whitespace-2663</title>
<updated>2008-08-28T14:33:07+00:00</updated>
<author>
<name>exarkun</name>
<email>exarkun</email>
</author>
<published>2008-08-28T14:33:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=0ccef85c950c91712e6126339ff7b0535f1d5708'/>
<id>0ccef85c950c91712e6126339ff7b0535f1d5708</id>
<content type='text'>
Author: exarkun
Reviewer: pjd
Fixes: #2663

Work-around a strangeness in the Python compiler which caused
failures on source with trailing whitespace but no trailing
newline (by adding a trailing newline).

Also, re-organize for the command line `pyflakes` tool into
a real module so that it can be properly unit tested.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Author: exarkun
Reviewer: pjd
Fixes: #2663

Work-around a strangeness in the Python compiler which caused
failures on source with trailing whitespace but no trailing
newline (by adding a trailing newline).

Also, re-organize for the command line `pyflakes` tool into
a real module so that it can be properly unit tested.
</pre>
</div>
</content>
</entry>
<entry>
<title>merge people-fixups-729-2.  authors: moe, amir.  reviewer: glyph.  provides: erin parity for people.  closes #729</title>
<updated>2006-03-14T23:58:51+00:00</updated>
<author>
<name>moe</name>
<email>moe</email>
</author>
<published>2006-03-14T23:58:51+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=00c891b9d215ea42e41e836452fbefa41b931149'/>
<id>00c891b9d215ea42e41e836452fbefa41b931149</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use proper raise syntax</title>
<updated>2006-02-05T17:49:34+00:00</updated>
<author>
<name>exarkun</name>
<email>exarkun</email>
</author>
<published>2006-02-05T17:49:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=52e2ebad38e0379996bed37de3cef32f55302fbb'/>
<id>52e2ebad38e0379996bed37de3cef32f55302fbb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use universal line-endings mode in pyflakes.</title>
<updated>2006-02-05T16:19:11+00:00</updated>
<author>
<name>mithrandi</name>
<email>mithrandi</email>
</author>
<published>2006-02-05T16:19:11+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=fda25676254afe7c4669d735559990570dfb209b'/>
<id>fda25676254afe7c4669d735559990570dfb209b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Return failed exit status from pyflakes if any warnings or errors were emitted.</title>
<updated>2006-02-05T15:54:18+00:00</updated>
<author>
<name>mithrandi</name>
<email>mithrandi</email>
</author>
<published>2006-02-05T15:54:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=aeb0ab4c18e044d4da32d904e06e6a8e86c23591'/>
<id>aeb0ab4c18e044d4da32d904e06e6a8e86c23591</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Normalize compilation error output (although maybe this should be on stdout...?)</title>
<updated>2006-02-05T14:15:56+00:00</updated>
<author>
<name>glyph</name>
<email>glyph</email>
</author>
<published>2006-02-05T14:15:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=976386cddd89ef505d5f1486309c00c1254dd10b'/>
<id>976386cddd89ef505d5f1486309c00c1254dd10b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move code from pyflakes.__init__ -&gt; pyflakes.checker, from pyflakes.test.__init__ -&gt; pyflakes.test.harness,</title>
<updated>2005-12-31T02:20:44+00:00</updated>
<author>
<name>moe</name>
<email>moe</email>
</author>
<published>2005-12-31T02:20:44+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=09f83c408162c52fc8370bcdd71897fe16a02b5e'/>
<id>09f83c408162c52fc8370bcdd71897fe16a02b5e</id>
<content type='text'>
remove backslash line continuations
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
remove backslash line continuations
</pre>
</div>
</content>
</entry>
<entry>
<title>apply jdahlin's patch, fixes #152</title>
<updated>2005-10-13T18:14:17+00:00</updated>
<author>
<name>moe</name>
<email>moe</email>
</author>
<published>2005-10-13T18:14:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=aff85edf0956db034b4abb0646a51cd01dde3308'/>
<id>aff85edf0956db034b4abb0646a51cd01dde3308</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
