<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pyflakes.git, branch 3.5</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>Enable Python 3.5 on Travis CI</title>
<updated>2015-09-16T14:12:08+00:00</updated>
<author>
<name>Steven Myint</name>
<email>git@stevenmyint.com</email>
</author>
<published>2015-09-16T14:12:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=07b1f8601be434cba18c5bfe096ef3e9cbd783c2'/>
<id>07b1f8601be434cba18c5bfe096ef3e9cbd783c2</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 #33 from alexandrul/master</title>
<updated>2015-09-07T15:35:13+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>sigmavirus24@users.noreply.github.com</email>
</author>
<published>2015-09-07T15:35:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=7ebcfeb9eb2a96149393331bad4a0f9c219409de'/>
<id>7ebcfeb9eb2a96149393331bad4a0f9c219409de</id>
<content type='text'>
Fix test_api.py on Windows</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix test_api.py on Windows</pre>
</div>
</content>
</entry>
<entry>
<title>os.chmod() supports only read-only flag operations on Windows</title>
<updated>2015-09-07T14:45:39+00:00</updated>
<author>
<name>Eduard-Cristian Stefan</name>
<email>alexandrul.ct@gmail.com</email>
</author>
<published>2015-09-07T14:45:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=24c2aa82e00f83c1cb9f2bb8fb61a75125b46d7f'/>
<id>24c2aa82e00f83c1cb9f2bb8fb61a75125b46d7f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use os.linesep for Windows compatibility</title>
<updated>2015-09-07T14:34:39+00:00</updated>
<author>
<name>Eduard-Cristian Stefan</name>
<email>alexandrul.ct@gmail.com</email>
</author>
<published>2015-09-07T14:34:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=759d7a20b8639297643888889c68684c1bd4e958'/>
<id>759d7a20b8639297643888889c68684c1bd4e958</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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://trove.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://trove.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://trove.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://trove.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://trove.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://trove.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>
</feed>
