Wed, 14 Jul 2010 23:15:03 -0300 |
Renato Cunha |
check-code: added check for reduce usage
|
Wed, 14 Jul 2010 23:15:00 -0300 |
Renato Cunha |
check-code: check for tuple parameter unpacking (missing in py3k)
|
Fri, 09 Jul 2010 14:01:55 +0200 |
Martin Geisler |
check-code: add test for callable
stable
|
Tue, 15 Jun 2010 10:01:55 +0200 |
Martin Geisler |
check-code: reformat long lines
|
Tue, 15 Jun 2010 09:55:59 +0200 |
Martin Geisler |
check-code: catch format(), introduced in Python 2.6
|
Tue, 15 Jun 2010 09:51:52 +0200 |
Martin Geisler |
check-code: fix check for any/all function
|
Fri, 21 May 2010 22:53:57 +0900 |
Yuya Nishihara |
check-code: add check for 'source'
|
Wed, 14 Apr 2010 17:58:10 +0900 |
Nicolas Dumazet |
pylint, pyflakes: remove unused or duplicate imports
|
Mon, 12 Apr 2010 17:41:32 -0700 |
Matt Mackall |
check-code: add a warnings level
|
Thu, 01 Apr 2010 17:51:59 -0500 |
Matt Mackall |
Merge with stable
|
Wed, 31 Mar 2010 11:07:46 +0200 |
Mads Kiilerich |
check-code.py: Check for bare ^
stable
|
Thu, 18 Mar 2010 16:32:03 +0100 |
Benoit Boissinot |
check-code: more tests and more robust python filtering
|
Wed, 17 Mar 2010 15:36:48 -0500 |
Matt Mackall |
check-code: fix check-code complaint
|
Wed, 17 Mar 2010 14:15:33 +0100 |
Benoit Boissinot |
check-code: improve quote detection regexp, add tests
|
Wed, 17 Mar 2010 10:51:26 +0100 |
Pierre-Yves David |
check-code: add a return value to checkfile function
|
Tue, 16 Mar 2010 19:53:00 +0100 |
Pierre-Yves David |
code-code: Add a logfunc argument to checkfile
|
Tue, 16 Mar 2010 19:52:58 +0100 |
Pierre-Yves David |
check-code: Add a ``maxerr`` argument to the ``checkfile`` function
|
Tue, 16 Mar 2010 19:52:57 +0100 |
Pierre-Yves David |
check-code: Add a ``checkfile`` function
|
Tue, 16 Mar 2010 19:52:56 +0100 |
Pierre-Yves David |
check-code: Only call check-code if __name__ = "__main__".
|
Tue, 16 Mar 2010 16:39:17 +0100 |
Benoit Boissinot |
check-code: remove simple quotes first
|
Fri, 12 Mar 2010 16:16:47 -0600 |
Matt Mackall |
check-code: add check for any/all
|
Mon, 08 Mar 2010 03:07:35 +0100 |
Mads Kiilerich |
test-merge-default and check-code.py: No "export x=x" in sh
stable
|
Sat, 13 Feb 2010 23:20:17 -0600 |
Matt Mackall |
check-code: two more rules
|
Tue, 09 Feb 2010 13:53:24 -0600 |
Matt Mackall |
check-code: import some pylint checks
|
Sun, 07 Feb 2010 10:58:51 +0100 |
Martin Geisler |
check-code.py: make help strings consistent
|
Sun, 07 Feb 2010 01:52:10 +0100 |
Mads Kiilerich |
check-code.py: escape backslash
|
Thu, 28 Jan 2010 22:44:54 -0600 |
Matt Mackall |
check-code: del isn't a function
|
Thu, 28 Jan 2010 22:44:45 -0600 |
Matt Mackall |
check-code: fix copyright date
|
Thu, 28 Jan 2010 22:44:18 -0600 |
Matt Mackall |
check-code: add some ignore hints
|
Mon, 25 Jan 2010 01:23:34 -0600 |
Matt Mackall |
check-code: check thyself
|
Mon, 25 Jan 2010 00:05:22 -0600 |
Matt Mackall |
Introduce check-code.py
|