<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pyflakes.git, branch 0.9.0</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>Increment version to 0.9.0</title>
<updated>2015-05-31T15:19:31+00:00</updated>
<author>
<name>Phil Frost</name>
<email>indigo@bitglue.com</email>
</author>
<published>2015-05-31T15:19:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=fef7259beb57b38eb2c3e4829a2bbdcf56c0d6b3'/>
<id>fef7259beb57b38eb2c3e4829a2bbdcf56c0d6b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add 'sudo: false' to .travis.yml</title>
<updated>2015-05-27T23:06:04+00:00</updated>
<author>
<name>Aaron Meurer</name>
<email>asmeurer@gmail.com</email>
</author>
<published>2015-05-27T23:06:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=d95c0822fb999a1efc1a7a95b9c494c66f4b7d33'/>
<id>d95c0822fb999a1efc1a7a95b9c494c66f4b7d33</id>
<content type='text'>
This allows Travis to use the Docker container infrastructure, which should
make builds start up faster. See
http://docs.travis-ci.com/user/workers/container-based-infrastructure/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows Travis to use the Docker container infrastructure, which should
make builds start up faster. See
http://docs.travis-ci.com/user/workers/container-based-infrastructure/
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve 'global' statement support.</title>
<updated>2015-04-28T00:31:21+00:00</updated>
<author>
<name>ryneeverett</name>
<email>ryneeverett@gmail.com</email>
</author>
<published>2015-04-28T00:28:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=03ffc76367c2910f37908105391c425cc4ae52da'/>
<id>03ffc76367c2910f37908105391c425cc4ae52da</id>
<content type='text'>
Add declared globals to each scope in the scope stack to avoid
erroneous UndefinedName errors when they are loaded.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add declared globals to each scope in the scope stack to avoid
erroneous UndefinedName errors when they are loaded.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't crash with an AttributeError on Windows</title>
<updated>2015-04-17T13:07:53+00:00</updated>
<author>
<name>Phil Frost</name>
<email>indigo@bitglue.com</email>
</author>
<published>2015-04-17T13:01:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=7b7f50a0810b343be3623c141cca50a487bdec31'/>
<id>7b7f50a0810b343be3623c141cca50a487bdec31</id>
<content type='text'>
Depending on the C library, some constants (like signal.SIGINT) might
not be defined. The previous code attempted to avoid failures on invalid
signals by catching the ValueError raised by signal.signal when given an
invalid signal to handle, however failed to account for the possiblity
of the signal not being defined at all.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Depending on the C library, some constants (like signal.SIGINT) might
not be defined. The previous code attempted to avoid failures on invalid
signals by catching the ValueError raised by signal.signal when given an
invalid signal to handle, however failed to account for the possiblity
of the signal not being defined at all.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update project metadata</title>
<updated>2015-04-17T11:58:29+00:00</updated>
<author>
<name>Phil Frost</name>
<email>indigo@bitglue.com</email>
</author>
<published>2015-04-17T11:58:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=c5d8e427fe07c1edc286d74d5bbc1d5659783452'/>
<id>c5d8e427fe07c1edc286d74d5bbc1d5659783452</id>
<content type='text'>
Point people to GitHub, not Launchpad. All that's left on Launchpad are
a bunch of stale bugs.

Update the author field to reflect the large number of contributors.
Remove the maintainer field because a bug in something (setuptools?)
overwrites the author field with the maintainer field when the package
gets uploaded to PyPI.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Point people to GitHub, not Launchpad. All that's left on Launchpad are
a bunch of stale bugs.

Update the author field to reflect the large number of contributors.
Remove the maintainer field because a bug in something (setuptools?)
overwrites the author field with the maintainer field when the package
gets uploaded to PyPI.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #14 from myint/comprehension</title>
<updated>2015-03-20T15:51:05+00:00</updated>
<author>
<name>Phil Frost</name>
<email>indigo@bitglue.com</email>
</author>
<published>2015-03-20T15:51:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=03e7a01268674e9e33cb47fdd434e7006c35b23c'/>
<id>03e7a01268674e9e33cb47fdd434e7006c35b23c</id>
<content type='text'>
Properly support list comprehensions in Python 3</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Properly support list comprehensions in Python 3</pre>
</div>
</content>
</entry>
<entry>
<title>Properly support list comprehensions in Python 3</title>
<updated>2015-03-20T15:05:47+00:00</updated>
<author>
<name>Steven Myint</name>
<email>git@stevenmyint.com</email>
</author>
<published>2015-03-15T12:35:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=1fc8eacfbc5093581769bf9ae605ee356f377db3'/>
<id>1fc8eacfbc5093581769bf9ae605ee356f377db3</id>
<content type='text'>
List comprehensions have their own scope in Python 3.

https://docs.python.org/3/reference/expressions.html#displays-for-lists-sets-and-dictionaries
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
List comprehensions have their own scope in Python 3.

https://docs.python.org/3/reference/expressions.html#displays-for-lists-sets-and-dictionaries
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #15 from myint/master</title>
<updated>2015-03-20T14:47:36+00:00</updated>
<author>
<name>Phil Frost</name>
<email>indigo@bitglue.com</email>
</author>
<published>2015-03-20T14:47:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=eb71c715ef3de565c4c36c01785ac4710873d5af'/>
<id>eb71c715ef3de565c4c36c01785ac4710873d5af</id>
<content type='text'>
Remove unused class</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove unused class</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused class</title>
<updated>2015-03-20T14:35:40+00:00</updated>
<author>
<name>Steven Myint</name>
<email>git@stevenmyint.com</email>
</author>
<published>2015-03-20T14:35:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=988a4fb9fdd8473edb44d00f011a9b8eac09b7bc'/>
<id>988a4fb9fdd8473edb44d00f011a9b8eac09b7bc</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 #12 from chevah/885140-del-if-while</title>
<updated>2015-02-15T01:42:06+00:00</updated>
<author>
<name>Phil Frost</name>
<email>indigo@bitglue.com</email>
</author>
<published>2015-02-15T01:42:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=0b1ce4c316d53c9842f2df4ab08856f4f6dc0d83'/>
<id>0b1ce4c316d53c9842f2df4ab08856f4f6dc0d83</id>
<content type='text'>
[#885140] Update del handling in if and while statements.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[#885140] Update del handling in if and while statements.</pre>
</div>
</content>
</entry>
</feed>
