<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pyflakes.git/pyflakes/messages.py, branch python37</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>Use %r instead of %s in ImportStarMessage (#81)</title>
<updated>2016-09-27T23:55:53+00:00</updated>
<author>
<name>Jelte Fennema</name>
<email>github-tech@jeltef.nl</email>
</author>
<published>2016-09-27T23:55:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=5d08a79af550b93f83c20ab3b1346439eb2cdd54'/>
<id>5d08a79af550b93f83c20ab3b1346439eb2cdd54</id>
<content type='text'>
This was inconsistent with the other error messages. This is useful as
it allows easy detecting of the offending item for editor plugins by
simply searching in the message for quotes.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was inconsistent with the other error messages. This is useful as
it allows easy detecting of the offending item for editor plugins by
simply searching in the message for quotes.</pre>
</div>
</content>
</entry>
<entry>
<title>Check for duplicate dictionary keys (#72)</title>
<updated>2016-07-24T23:15:29+00:00</updated>
<author>
<name>geokala</name>
<email>walker_s@hotmail.co.uk</email>
</author>
<published>2016-07-24T23:15:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=152ca182a603d7327925873db9a795797812968d'/>
<id>152ca182a603d7327925873db9a795797812968d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Check feature names imported from future</title>
<updated>2015-11-24T13:20:04+00:00</updated>
<author>
<name>John Vandenberg</name>
<email>jayvdb@gmail.com</email>
</author>
<published>2015-11-24T13:20:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=8d80642a76e16af6a8756a21b9ef9ec9a4b32108'/>
<id>8d80642a76e16af6a8756a21b9ef9ec9a4b32108</id>
<content type='text'>
As '*' does not appear in __future__.all_feature_names, this
also reports an error on : from __future__ import *
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As '*' does not appear in __future__.all_feature_names, this
also reports an error on : from __future__ import *
</pre>
</div>
</content>
</entry>
<entry>
<title>Report each usage of star imports</title>
<updated>2015-11-24T12:49:04+00:00</updated>
<author>
<name>John Vandenberg</name>
<email>jayvdb@gmail.com</email>
</author>
<published>2015-11-24T12:49:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=0532189b34086740d7fe553bd87c0a6cf682a93b'/>
<id>0532189b34086740d7fe553bd87c0a6cf682a93b</id>
<content type='text'>
Also detect unused star imports.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also detect unused star imports.
</pre>
</div>
</content>
</entry>
<entry>
<title>Report assert using tuple</title>
<updated>2015-11-24T12:38:21+00:00</updated>
<author>
<name>John Vandenberg</name>
<email>jayvdb@gmail.com</email>
</author>
<published>2015-11-20T13:45:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=c3255c73629b282be3dccbc7887f608d2359593b'/>
<id>c3255c73629b282be3dccbc7887f608d2359593b</id>
<content type='text'>
This is a SyntaxWarning on Python 2.6+

Resolves lp:848467
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a SyntaxWarning on Python 2.6+

Resolves lp:848467
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 3 only allows import * at module level</title>
<updated>2015-11-18T15:51:53+00:00</updated>
<author>
<name>John Vandenberg</name>
<email>jayvdb@gmail.com</email>
</author>
<published>2015-11-18T15:44:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=02f55ed784db600d02ae130ec325ac37d44322a9'/>
<id>02f55ed784db600d02ae130ec325ac37d44322a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Check for non-ast SyntaxErrors</title>
<updated>2015-11-13T12:33:34+00:00</updated>
<author>
<name>Aaron Meurer</name>
<email>asmeurer@gmail.com</email>
</author>
<published>2015-11-13T12:31:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=7f751bec39459c9799f0d0553589e6193c1c00a4'/>
<id>7f751bec39459c9799f0d0553589e6193c1c00a4</id>
<content type='text'>
This includes return and yield outside of a function and break and
continue outside of a loop. Fixes lp 1293654.

The problem is that these SyntaxErrors are not encoded in the ast
grammar, so they are not detected when just compiling to ast. You must
compile down to bytecode to catch them. The advantage here is that we
can still check for other kinds of errors in this case, because the ast
is still valid.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This includes return and yield outside of a function and break and
continue outside of a loop. Fixes lp 1293654.

The problem is that these SyntaxErrors are not encoded in the ast
grammar, so they are not detected when just compiling to ast. You must
compile down to bytecode to catch them. The advantage here is that we
can still check for other kinds of errors in this case, because the ast
is still valid.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos</title>
<updated>2015-09-22T13:56:47+00:00</updated>
<author>
<name>Steven Myint</name>
<email>git@stevenmyint.com</email>
</author>
<published>2015-09-22T13:56:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=ffe2d4ed41e85a4e2f6bb2a4c90f2b6b2f2e5102'/>
<id>ffe2d4ed41e85a4e2f6bb2a4c90f2b6b2f2e5102</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Add an error for return outside of function.</title>
<updated>2015-02-14T11:40:18+00:00</updated>
<author>
<name>Adi Roiban</name>
<email>adi.roiban@chevah.com</email>
</author>
<published>2015-02-14T11:40:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=4620866430463084421e3b9e7b858b894c6734ac'/>
<id>4620866430463084421e3b9e7b858b894c6734ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
