<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pyflakes.git, branch py3</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>Make `pyflakes` happy about its our own code</title>
<updated>2017-09-17T14:00:22+00:00</updated>
<author>
<name>Steven Myint</name>
<email>git@stevenmyint.com</email>
</author>
<published>2017-09-17T14:00:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=ea373227bba669b33e5046971cefa5a50c04682c'/>
<id>ea373227bba669b33e5046971cefa5a50c04682c</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 for Python 3.6? (#281)</title>
<updated>2017-06-24T14:49:36+00:00</updated>
<author>
<name>cclauss</name>
<email>cclauss@bluewin.ch</email>
</author>
<published>2017-06-24T14:49:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=4709bf5105078a345fd145d68d39c44a9b6d3a30'/>
<id>4709bf5105078a345fd145d68d39c44a9b6d3a30</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>Rename [wheel] section to [bdist_wheel] as the former is legacy (#278)</title>
<updated>2017-06-04T00:13:13+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2017-06-04T00:13:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=4e77dc65ca94d9dafd9e0b61dce4698e0346f83f'/>
<id>4e77dc65ca94d9dafd9e0b61dce4698e0346f83f</id>
<content type='text'>
See:

https://bitbucket.org/pypa/wheel/src/54ddbcc9cec25e1f4d111a142b8bfaa163130a61/wheel/bdist_wheel.py?fileviewer=file-view-default#bdist_wheel.py-119:125

http://pythonwheels.com/</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See:

https://bitbucket.org/pypa/wheel/src/54ddbcc9cec25e1f4d111a142b8bfaa163130a61/wheel/bdist_wheel.py?fileviewer=file-view-default#bdist_wheel.py-119:125

http://pythonwheels.com/</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>Show master branch only in Travis CI badge (#274)</title>
<updated>2017-05-31T14:32:28+00:00</updated>
<author>
<name>Steven Myint</name>
<email>git@stevenmyint.com</email>
</author>
<published>2017-05-31T14:32:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=bce5564f52dded5a7302d200deb5d1ed36a42d7f'/>
<id>bce5564f52dded5a7302d200deb5d1ed36a42d7f</id>
<content type='text'>
I previously noticed the badge going awry. This explains it.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I previously noticed the badge going awry. This explains it.</pre>
</div>
</content>
</entry>
<entry>
<title>Use new URL for issues (#272)</title>
<updated>2017-05-28T14:47:33+00:00</updated>
<author>
<name>Steven Myint</name>
<email>git@stevenmyint.com</email>
</author>
<published>2017-05-28T14:47:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=1af4f14ad4675bf5c61c47bbb7c2421b50d1cba4'/>
<id>1af4f14ad4675bf5c61c47bbb7c2421b50d1cba4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove obsolete version of Python from Travis CI (#91)</title>
<updated>2017-05-25T23:59:59+00:00</updated>
<author>
<name>Steven Myint</name>
<email>git@stevenmyint.com</email>
</author>
<published>2017-05-25T23:59:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=c94e50759839b781cdbb029ae68f8069234ada3b'/>
<id>c94e50759839b781cdbb029ae68f8069234ada3b</id>
<content type='text'>
This also adds the latest version of Python.

The `setuptools` on Travis CI no longer supports Python 3.2:

https://github.com/pypa/setuptools/commit/b47fe15b9039a165589353a1a43f6dfe3bbe3a8e
https://travis-ci.org/myint/scspell/jobs/235721220#L146</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also adds the latest version of Python.

The `setuptools` on Travis CI no longer supports Python 3.2:

https://github.com/pypa/setuptools/commit/b47fe15b9039a165589353a1a43f6dfe3bbe3a8e
https://travis-ci.org/myint/scspell/jobs/235721220#L146</pre>
</div>
</content>
</entry>
</feed>
