Sun, 02 Jul 2017 13:14:20 +0900 |
Yuya Nishihara |
tests: alias syshg and syshgenv so they can be switched conditionally
|
Tue, 27 Jun 2017 17:24:31 -0700 |
Adam Simpkins |
tests: use the system hg for examining the local repository
|
Sun, 28 May 2017 17:36:01 +0900 |
Yuya Nishihara |
filterpyflakes: allow reexporting pure symbols from cffi modules
|
Sat, 13 May 2017 11:31:36 -0700 |
Gregory Szorc |
tests: remove special handling for undefined memoryview
|
Thu, 09 Feb 2017 21:44:32 -0500 |
Augie Fackler |
tests: exclude python-zstandard from pyflakes analysis
|
Thu, 22 Dec 2016 11:07:59 -0800 |
Zack Hricz |
tests: exclude bundled pywatchman from test-check-pyflakes
|
Thu, 10 Nov 2016 22:15:58 -0800 |
Gregory Szorc |
zstd: vendor python-zstandard 0.5.0
|
Thu, 10 Nov 2016 16:49:42 -0500 |
Augie Fackler |
filterpyflakes: dramatically simplify the entire thing by blacklisting
|
Thu, 10 Nov 2016 16:37:18 -0500 |
Augie Fackler |
filterpyflakes: whitelist listcomp aliasing checking
|
Sun, 17 Jul 2016 19:48:04 +0530 |
Pulkit Goyal |
pycompat: make pycompat demandimport friendly
|
Sun, 15 May 2016 10:41:01 +0900 |
Yuya Nishihara |
tests: fix typo of shebang prefix in test-check-pyflakes.t
|
Wed, 11 May 2016 04:49:27 +0000 |
timeless |
tests: silence test-repo obsolete warning
|
Thu, 05 May 2016 09:26:09 +0000 |
timeless |
tests: mark test-check-pyflakes.t as requiring hg1.0+
|
Sun, 06 Dec 2015 22:22:09 -0800 |
Gregory Szorc |
tests/filterpyflakes: use absolute_import
|
Fri, 15 Aug 2014 04:37:45 +0200 |
Mads Kiilerich |
cleanup: make sure we always access members of imported modules
|
Wed, 06 Aug 2014 12:16:58 -0500 |
Matt Mackall |
tests: fix pyflakes test whitespace breakage
|
Wed, 06 Aug 2014 11:53:08 -0500 |
Matt Mackall |
tests: change some #ifs to #requires
|
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
|
Fri, 02 May 2014 00:23:58 -0500 |
Matt Mackall |
tests: use locate to find files for pyflakes check
|
Thu, 01 May 2014 09:42:23 -0500 |
Matt Mackall |
tests: add repository check for pyflakes test
stable
|
Tue, 04 Mar 2014 09:56:59 -0600 |
Matt Mackall |
tests: fix unused imports from inotify removal caught by pyflakes
|
Sat, 01 Mar 2014 16:20:15 -0600 |
Matt Mackall |
extensions: remove the inotify extension (BC)
|
Mon, 01 Jul 2013 20:48:56 +0200 |
Simon Heimberg |
cleanup: drop unused variables and an unused import
|
Mon, 01 Jul 2013 20:48:55 +0200 |
Simon Heimberg |
tests: run pyflakes on files from manifest which could be python files
|
Tue, 03 Apr 2012 19:06:35 +0200 |
Thomas Arendsen Hein |
tests: make tests work if directory contains special characters
stable
|
Thu, 27 Oct 2011 17:22:04 -0500 |
Matt Mackall |
check-code: fix issues with finding patterns in unified tests, fix tests
stable
|
Tue, 11 Oct 2011 23:16:05 -0500 |
Matt Mackall |
pyflakes: clean up some import noise
|
Fri, 29 Jul 2011 00:39:27 +0200 |
Adrian Buehlmann |
windows: eliminate win32 wildcard import
|
Sat, 23 Jul 2011 12:29:52 +0200 |
Adrian Buehlmann |
util: eliminate wildcard imports
|
Sat, 21 May 2011 15:01:28 -0500 |
Matt Mackall |
revlog: stop exporting node.short
|
Sun, 01 May 2011 17:36:16 +0200 |
timeless |
test: add pyflakes checking for unable to detect undefined names
|
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
|