Sun, 06 Dec 2015 22:22:09 -0800 |
Gregory Szorc |
tests/filterpyflakes: use absolute_import
|
Thu, 13 Aug 2015 22:10:52 +0900 |
FUJIWARA Katsunori |
tests: make filterpyflakes.py read target files relatively to cwd
|
Tue, 13 May 2014 19:29:45 -0500 |
Matt Mackall |
filterpyflakes: filter WindowsError unconditionally
|
Tue, 13 May 2014 19:22:40 -0500 |
Matt Mackall |
filterpyflakes: make memoryview filtering unconditional
|
Fri, 09 May 2014 08:44:53 +0900 |
FUJIWARA Katsunori |
tests: ignore "undefined name 'memoryview'" pyflakes error on earlier Python
|
Tue, 29 Apr 2014 12:54:01 +0900 |
Yuya Nishihara |
test-pyflakes: detect undefined name error
|
Thu, 03 Oct 2013 14:50:47 +0200 |
Mads Kiilerich |
check-code: check for spaces around = for named parameters
|
Mon, 01 Jul 2013 06:50:58 +0200 |
Simon Heimberg |
tests: do not skip code-checking on some whole files
|
Wed, 26 Jun 2013 23:12:55 +0200 |
Simon Heimberg |
tests: simplify and document the sorting of pyflake messages
|
Fri, 06 May 2011 10:17:07 -0500 |
Augie Fackler |
pyflakes: ignore files marked no-check-code
|
Sun, 01 May 2011 17:36:16 +0200 |
timeless |
test: add pyflakes checking for unable to detect undefined names
|
Sun, 01 May 2011 17:27:41 +0200 |
timeless |
tests: add pyflakes checking for assigned to but never used
|
Sun, 01 May 2011 18:56:27 +0200 |
timeless |
test-pyflake: improve sorting algorithm
|
Sun, 01 May 2011 15:22:30 +0200 |
timeless |
tests: add pyflakes checking for unused imports
|