<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pyflakes.git, branch badge-1</title>
<subtitle>github.com: pyflakes/pyflakes.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/'/>
<entry>
<title>Remove broken badge</title>
<updated>2015-08-31T23:07:01+00:00</updated>
<author>
<name>Steven Myint</name>
<email>git@stevenmyint.com</email>
</author>
<published>2015-08-31T23:07:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=237e49ddf9e675ee44a715ac45b649d55973be40'/>
<id>237e49ddf9e675ee44a715ac45b649d55973be40</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 #27 from ryneeverett/used-global-import</title>
<updated>2015-08-29T00:48:12+00:00</updated>
<author>
<name>Phil Frost</name>
<email>indigo@bitglue.com</email>
</author>
<published>2015-08-29T00:48:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=ada6797176ad63ba720df400f7690db1053a2e60'/>
<id>ada6797176ad63ba720df400f7690db1053a2e60</id>
<content type='text'>
Don't report UnusedImport when binding global name</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't report UnusedImport when binding global name</pre>
</div>
</content>
</entry>
<entry>
<title>Support Python 3.5 async/await statements for Pyflakes.</title>
<updated>2015-08-26T14:19:06+00:00</updated>
<author>
<name>Igor Davydenko</name>
<email>iam@igordavydenko.com</email>
</author>
<published>2015-08-26T14:19:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=c2086d643a519ce2eb1c266b4cf1550755b75d73'/>
<id>c2086d643a519ce2eb1c266b4cf1550755b75d73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't report UnusedImport when binding global name</title>
<updated>2015-08-14T16:12:15+00:00</updated>
<author>
<name>ryneeverett</name>
<email>ryneeverett@gmail.com</email>
</author>
<published>2015-08-14T01:53:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=ad8e83db81c054152ae931ad9c8d3148b4171972'/>
<id>ad8e83db81c054152ae931ad9c8d3148b4171972</id>
<content type='text'>
When an import binds to a name declared global by the "global"
statment, don't report it as unused.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When an import binds to a name declared global by the "global"
statment, don't report it as unused.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #26 from ryneeverett/unused-reassigned-variable</title>
<updated>2015-08-14T16:00:37+00:00</updated>
<author>
<name>Phil Frost</name>
<email>indigo@bitglue.com</email>
</author>
<published>2015-08-14T16:00:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=12653ca4dcf56f10ac041dae7a916e86343239ca'/>
<id>12653ca4dcf56f10ac041dae7a916e86343239ca</id>
<content type='text'>
Add tests to document hard to test cases

It would be nice if shadowing an unused variable was an error, but this
is quite difficult to implement in a way which does not also raise false
positives in the context of loops.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add tests to document hard to test cases

It would be nice if shadowing an unused variable was an error, but this
is quite difficult to implement in a way which does not also raise false
positives in the context of loops.</pre>
</div>
</content>
</entry>
<entry>
<title>Roll back changes, add comment, and skip the test.</title>
<updated>2015-08-14T14:52:21+00:00</updated>
<author>
<name>ryneeverett</name>
<email>ryneeverett@gmail.com</email>
</author>
<published>2015-08-14T14:52:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=ec8dbbb30a2a5ad8a1522d5b474b942e1eef98c5'/>
<id>ec8dbbb30a2a5ad8a1522d5b474b942e1eef98c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Test that used variable in loop is considered used</title>
<updated>2015-08-14T14:19:19+00:00</updated>
<author>
<name>ryneeverett</name>
<email>ryneeverett@gmail.com</email>
</author>
<published>2015-08-14T14:19:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=c9bae487f8d65f13a545bc03c12cb60952d10936'/>
<id>c9bae487f8d65f13a545bc03c12cb60952d10936</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 #29 from pyflakes/flake8</title>
<updated>2015-08-14T12:15:22+00:00</updated>
<author>
<name>Steven Myint</name>
<email>git@stevenmyint.com</email>
</author>
<published>2015-08-14T12:15:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=1c5bbdf79f4ef387cd6d96f565fd262678c4c552'/>
<id>1c5bbdf79f4ef387cd6d96f565fd262678c4c552</id>
<content type='text'>
Avoid running flake8 under nightly</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoid running flake8 under nightly</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid running flake8 under nightly</title>
<updated>2015-08-14T12:13:09+00:00</updated>
<author>
<name>Steven Myint</name>
<email>git@stevenmyint.com</email>
</author>
<published>2015-08-14T11:39:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=5f6aa0bfee9fae4b65a8d2d2657c7f54bdd2c2d6'/>
<id>5f6aa0bfee9fae4b65a8d2d2657c7f54bdd2c2d6</id>
<content type='text'>
PyPI's pep8 is not compatible with Python 3.5 yet.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PyPI's pep8 is not compatible with Python 3.5 yet.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't mark shadowing variable as 'used'.</title>
<updated>2015-08-14T02:56:51+00:00</updated>
<author>
<name>ryneeverett</name>
<email>ryneeverett@gmail.com</email>
</author>
<published>2015-08-14T02:56:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=b8a5841d9f4c47bd6fecf1473612587b3df0e301'/>
<id>b8a5841d9f4c47bd6fecf1473612587b3df0e301</id>
<content type='text'>
Shadowing a used variable should still potentially raise an
UnusedVariable warning. Alter tests' expected results to agree with
this premise.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Shadowing a used variable should still potentially raise an
UnusedVariable warning. Alter tests' expected results to agree with
this premise.
</pre>
</div>
</content>
</entry>
</feed>
