<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pyflakes.git/pyflakes, branch breakpoint</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>Test PEP 553 `breakpoint()`</title>
<updated>2017-10-11T13:42:51+00:00</updated>
<author>
<name>Steven Myint</name>
<email>git@stevenmyint.com</email>
</author>
<published>2017-10-11T13:42:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=de9faf64e4ea10c57cb02abe2246582ec1ce42c5'/>
<id>de9faf64e4ea10c57cb02abe2246582ec1ce42c5</id>
<content type='text'>
This closes #300.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This closes #300.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make `pyflakes` happy about its our own code (#295)</title>
<updated>2017-09-20T13:15:14+00:00</updated>
<author>
<name>Steven Myint</name>
<email>git@stevenmyint.com</email>
</author>
<published>2017-09-20T13:15:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=111538679d461f51db682d6d1d705b95b7b95ce5'/>
<id>111538679d461f51db682d6d1d705b95b7b95ce5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip a test under PyPy that varies on version (#294)</title>
<updated>2017-09-20T13:14:27+00:00</updated>
<author>
<name>Steven Myint</name>
<email>git@stevenmyint.com</email>
</author>
<published>2017-09-20T13:14:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=6a9fcbca1ed92f6db4f356c3de23bd33538db5c9'/>
<id>6a9fcbca1ed92f6db4f356c3de23bd33538db5c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Increment version to 1.6.0</title>
<updated>2017-08-03T14:37:05+00:00</updated>
<author>
<name>Phil Frost</name>
<email>indigo@bitglue.com</email>
</author>
<published>2017-08-03T14:37:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=d2af071c84344de2aa633c1f314ef6cfe6c9515f'/>
<id>d2af071c84344de2aa633c1f314ef6cfe6c9515f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support Python 3.7 (#273)</title>
<updated>2017-06-06T00:29:47+00:00</updated>
<author>
<name>Steven Myint</name>
<email>git@stevenmyint.com</email>
</author>
<published>2017-06-06T00:29:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=8baf19d9b7d0ebe31ae79017480752d26fde088a'/>
<id>8baf19d9b7d0ebe31ae79017480752d26fde088a</id>
<content type='text'>
* Ignore temporary files

* Support Python 3.7

This fixes #271.

* Re-enable nightly in Travis CI

This relates to #90.

* Undo 821a0694b1bdc61c53cc0ad20dbc1ed2bca0de7d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Ignore temporary files

* Support Python 3.7

This fixes #271.

* Re-enable nightly in Travis CI

This relates to #90.

* Undo 821a0694b1bdc61c53cc0ad20dbc1ed2bca0de7d
</pre>
</div>
</content>
</entry>
<entry>
<title>Detect `pythonw` in shebang (#277)</title>
<updated>2017-06-03T12:29:35+00:00</updated>
<author>
<name>Steven Myint</name>
<email>git@stevenmyint.com</email>
</author>
<published>2017-06-03T12:29:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=59f15e9ea7024e3f97da8464ae165b9a4b3d1b76'/>
<id>59f15e9ea7024e3f97da8464ae165b9a4b3d1b76</id>
<content type='text'>
Also add more tests.

This addresses:

https://github.com/PyCQA/pyflakes/issues/149#issuecomment-305881232</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also add more tests.

This addresses:

https://github.com/PyCQA/pyflakes/issues/149#issuecomment-305881232</pre>
</div>
</content>
</entry>
<entry>
<title>Find Python files without extensions</title>
<updated>2017-06-02T00:21:49+00:00</updated>
<author>
<name>Steven Myint</name>
<email>git@stevenmyint.com</email>
</author>
<published>2017-05-31T02:42:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=e71a72fc7aab8938b2ec2be64a850f6ab6251e53'/>
<id>e71a72fc7aab8938b2ec2be64a850f6ab6251e53</id>
<content type='text'>
Previously, only files ending with `*.py` would be detected as Python
files while recursing a directory.

This closes #149.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, only files ending with `*.py` would be detected as Python
files while recursing a directory.

This closes #149.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' of github.com:pyflakes/pyflakes</title>
<updated>2017-02-27T00:18:09+00:00</updated>
<author>
<name>Phil Frost</name>
<email>indigo@bitglue.com</email>
</author>
<published>2017-02-27T00:18:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=770f127c9d53234bcf41238d3194c3b91eab841a'/>
<id>770f127c9d53234bcf41238d3194c3b91eab841a</id>
<content type='text'>
Forgot to push the commit that increments to 1.5.0 when I made the
release, and some changes have been made since then :(
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Forgot to push the commit that increments to 1.5.0 when I made the
release, and some changes have been made since then :(
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't test against file perms when running as root (#86)</title>
<updated>2017-02-04T17:50:30+00:00</updated>
<author>
<name>cfs-pure</name>
<email>cfs-pure@users.noreply.github.com</email>
</author>
<published>2017-02-04T17:50:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=41148b45f797951057dc782682dd4055a4a3c1b6'/>
<id>41148b45f797951057dc782682dd4055a4a3c1b6</id>
<content type='text'>
* Don't test against file perms when running as root

test_permissionDenied tests file modes by creating a temporary file, then sets the mode to 0000 and attempts to process it and see if and permission denied error is generated.  This never happens when the unit tests are run as root since it can open files regardless of file permissions.

* Fix up UID skip in tests for Windows
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Don't test against file perms when running as root

test_permissionDenied tests file modes by creating a temporary file, then sets the mode to 0000 and attempts to process it and see if and permission denied error is generated.  This never happens when the unit tests are run as root since it can open files regardless of file permissions.

* Fix up UID skip in tests for Windows
</pre>
</div>
</content>
</entry>
<entry>
<title>Process function scope variable annotations (#88)</title>
<updated>2017-01-22T20:01:45+00:00</updated>
<author>
<name>Jakub Stasiak</name>
<email>jakub@stasiak.at</email>
</author>
<published>2017-01-22T20:01:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=a007c3d7f05b42647ef7d07be7c3afb3bb36ccdb'/>
<id>a007c3d7f05b42647ef7d07be7c3afb3bb36ccdb</id>
<content type='text'>
Even though variable annotations in function scope aren't evaluated at
runtime it's still useful for static analysis tools to process them and
catch some issues (and not report some things that aren't issues).

Let's take the following code:

     from typing import Any

     def fun():
          a: Any

Previously pyflakes would report Any to be unused:

     test.py:1: 'typing.Any' imported but unused

With this patch it's no longer the case.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Even though variable annotations in function scope aren't evaluated at
runtime it's still useful for static analysis tools to process them and
catch some issues (and not report some things that aren't issues).

Let's take the following code:

     from typing import Any

     def fun():
          a: Any

Previously pyflakes would report Any to be unused:

     test.py:1: 'typing.Any' imported but unused

With this patch it's no longer the case.</pre>
</div>
</content>
</entry>
</feed>
