<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pyflakes.git/pyflakes/test/harness.py, branch python37</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>Add DoctestScope</title>
<updated>2015-11-12T20:19:25+00:00</updated>
<author>
<name>John Vandenberg</name>
<email>jayvdb@gmail.com</email>
</author>
<published>2015-11-02T22:26:16+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=93aa3c435505b8541b151c3e4b24c0ec4333f0bb'/>
<id>93aa3c435505b8541b151c3e4b24c0ec4333f0bb</id>
<content type='text'>
Fix bug in 03ffc76 caused by determining the doctest global scope level
based on whether parsing doctests was enabled.

Also do not parse docstrings within doctests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix bug in 03ffc76 caused by determining the doctest global scope level
based on whether parsing doctests was enabled.

Also do not parse docstrings within doctests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Turn off doctest checking by default.</title>
<updated>2014-02-17T15:41:02+00:00</updated>
<author>
<name>Jean-Paul Calderone</name>
<email>exarkun@twistedmatrix.com</email>
</author>
<published>2014-02-17T15:41:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=5207ca66fe2b61d88d28885ab58d18414981c60a'/>
<id>5207ca66fe2b61d88d28885ab58d18414981c60a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove dependency on unittest2 completely</title>
<updated>2013-07-02T15:47:53+00:00</updated>
<author>
<name>Florent Xicluna</name>
<email>florent.xicluna@gmail.com</email>
</author>
<published>2013-07-02T15:47:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=2360e1df01a0ff579260b6430862a9aa2c58c618'/>
<id>2360e1df01a0ff579260b6430862a9aa2c58c618</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove dependency on unittest2 for the tests</title>
<updated>2013-06-18T22:51:28+00:00</updated>
<author>
<name>Florent Xicluna</name>
<email>florent.xicluna@gmail.com</email>
</author>
<published>2013-06-18T22:51:28+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=82e8cc3c426995d5bfeb110b77a4ccc983a88ff4'/>
<id>82e8cc3c426995d5bfeb110b77a4ccc983a88ff4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Python 3 support</title>
<updated>2013-01-19T17:13:22+00:00</updated>
<author>
<name>Florent Xicluna</name>
<email>florent.xicluna@gmail.com</email>
</author>
<published>2013-01-19T17:13:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=0c7baf5b8af0a11d4d8419d2cb36ced1f4da3254'/>
<id>0c7baf5b8af0a11d4d8419d2cb36ced1f4da3254</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch to unittest2 for the tests, and run them on Python 2.5</title>
<updated>2013-01-08T16:34:11+00:00</updated>
<author>
<name>Florent Xicluna</name>
<email>florent.xicluna@gmail.com</email>
</author>
<published>2013-01-08T16:34:11+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=b11a523b7bc5f0859b264c30342ddd59f2416137'/>
<id>b11a523b7bc5f0859b264c30342ddd59f2416137</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pyflakes-ast-3005</title>
<updated>2010-04-13T14:53:04+00:00</updated>
<author>
<name>exarkun</name>
<email>exarkun</email>
</author>
<published>2010-04-13T14:53:04+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=f7626ea644ab0374e05e27dd152e916f25012a71'/>
<id>f7626ea644ab0374e05e27dd152e916f25012a71</id>
<content type='text'>
Author: gbrandl, exarkun
Reviewer: exarkun
Fixes: #3005

Convert pyflakes to use the Python 2.5+ _ast module instead of
the older (now essentially unmaintained) compiler package.

Introduce a number of new tests for various edge cases previously
untested, as well, since this involved changing substantial chunks
of pyflakes internals.

Also add support for certain new constructs which will be added
in Python 2.7, including set comprehensions and dict comprehensions.

Because Python 2.4 does not include the _ast module, this change
effectively drops support for running Pyflakes using Python 2.4.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Author: gbrandl, exarkun
Reviewer: exarkun
Fixes: #3005

Convert pyflakes to use the Python 2.5+ _ast module instead of
the older (now essentially unmaintained) compiler package.

Introduce a number of new tests for various edge cases previously
untested, as well, since this involved changing substantial chunks
of pyflakes internals.

Also add support for certain new constructs which will be added
in Python 2.7, including set comprehensions and dict comprehensions.

Because Python 2.4 does not include the _ast module, this change
effectively drops support for running Pyflakes using Python 2.4.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pyflakes-all-2826</title>
<updated>2009-07-06T12:01:14+00:00</updated>
<author>
<name>exarkun</name>
<email>exarkun</email>
</author>
<published>2009-07-06T12:01:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=dd5679736ea780ac74343bde015b13883d7aab83'/>
<id>dd5679736ea780ac74343bde015b13883d7aab83</id>
<content type='text'>
Author: exarkun
Reviewer: jonathanj, glyph
Fixes: #2826

Add support to Pyflakes for considering `__all__` when deciding what names
to report as unused or undefined.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Author: exarkun
Reviewer: jonathanj, glyph
Fixes: #2826

Add support to Pyflakes for considering `__all__` when deciding what names
to report as unused or undefined.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pyflakes-2.3-2093-2</title>
<updated>2008-03-28T20:04:02+00:00</updated>
<author>
<name>exarkun</name>
<email>exarkun</email>
</author>
<published>2008-03-28T20:04:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=257cdf164386bab92ea551a97152b907de9ab307'/>
<id>257cdf164386bab92ea551a97152b907de9ab307</id>
<content type='text'>
Author: exarkun, indigo
Reviewer: mithrandi
Fixes #2093

Make Pyflakes work with Python 2.3 - Python 2.5 and skip the tests which
require Python 2.4 or Python 2.5 when run on Python 2.3 or Python 2.4.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Author: exarkun, indigo
Reviewer: mithrandi
Fixes #2093

Make Pyflakes work with Python 2.3 - Python 2.5 and skip the tests which
require Python 2.4 or Python 2.5 when run on Python 2.3 or Python 2.4.
</pre>
</div>
</content>
</entry>
<entry>
<title>it is vital to add the new files</title>
<updated>2005-12-31T02:31:56+00:00</updated>
<author>
<name>moe</name>
<email>moe</email>
</author>
<published>2005-12-31T02:31:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=2cd9e45ed7849f5422e05d12a7eb80f073a1f11c'/>
<id>2cd9e45ed7849f5422e05d12a7eb80f073a1f11c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
