Sun, 17 Jan 2016 21:40:21 -0600 |
Matt Mackall |
merge default into stable for 3.7 code freeze
stable
|
Sat, 05 Dec 2015 22:49:39 -0800 |
Pierre-Yves David |
tests: move the '-hg' postfix for all style tests
|
Mon, 18 May 2015 16:30:24 -0500 |
Pierre-Yves David |
check-code: entirely drop the 'non-py24.py' file from the test
|
Mon, 18 May 2015 16:11:44 -0500 |
Pierre-Yves David |
check-code: drop the 'format' built-in
|
Mon, 18 May 2015 12:56:59 -0500 |
Pierre-Yves David |
check-code: drop the yield inside try/finally ban
|
Sat, 16 May 2015 14:34:04 -0400 |
Augie Fackler |
check-code: un-ban __builtins__.all now that we're on 2.6
|
Sat, 16 May 2015 14:31:03 -0400 |
Augie Fackler |
check-code: un-ban any() now that we're on 2.6
|
Sun, 17 May 2015 17:47:42 -0700 |
Pierre-Yves David |
check-code: lift the ban on 'next()'
|
Sun, 17 May 2015 17:40:26 -0700 |
Pierre-Yves David |
check-code: fix the error message about 'class foo():'
|
Fri, 15 May 2015 09:54:35 -0500 |
Matt Mackall |
check-code: drop try/except/finally check
|
Thu, 17 Apr 2014 22:47:38 +0200 |
Mads Kiilerich |
spelling: fixes from proofreading of spell checker issues
|
Sat, 17 May 2014 17:11:06 +0800 |
Steven Brown |
check-code: check for consistent usage of the websub filter in hgweb templates
|
Wed, 16 Apr 2014 03:05:00 +0900 |
FUJIWARA Katsunori |
check-code: detect "% inside _()" when there are leading whitespaces
|
Wed, 12 Mar 2014 13:31:27 -0400 |
Augie Fackler |
check-code: disallow use of dict(key=value) construction
|
Sat, 09 Nov 2013 10:21:20 +0100 |
Simon Heimberg |
check-code: prepend warning prefix only once, but for each warning
stable
|
Tue, 05 Nov 2013 09:00:31 +0100 |
Simon Heimberg |
check-code: check comment for '.. note::' without two newlines
stable
|
Thu, 25 Jul 2013 10:44:51 -0400 |
Augie Fackler |
check-code: add a check for the next() builtin, which was new in 2.6
stable
|
Mon, 22 Jul 2013 10:04:45 +0200 |
Simon Heimberg |
check-code: do not abort on an unreadable file, only report this
stable
|
Tue, 16 Jul 2013 01:29:14 +0200 |
Simon Heimberg |
check-code: automatically preppend "warning: " to all warning messages
|
Sat, 09 Mar 2013 22:14:46 +0100 |
Simon Heimberg |
check-code: do not prepend "warning" to a failure message
|
Tue, 01 Jan 2013 13:05:22 -0600 |
Augie Fackler |
check-code: disallow defunct <> operator
|
Tue, 01 Jan 2013 12:58:21 -0600 |
Augie Fackler |
check-code: disallow two-argument form of raise
|
Wed, 19 Sep 2012 12:29:12 +0200 |
Thomas Arendsen Hein |
check-code: catch yield inside try/finally (with tests)
|
Mon, 27 Aug 2012 23:14:27 +0200 |
Mads Kiilerich |
avoid using abbreviations that look like spelling errors
|
Fri, 11 Nov 2011 01:25:47 +0100 |
Mads Kiilerich |
check-code: add --nolineno option for hiding line numbers
|
Mon, 17 Oct 2011 14:27:34 +0200 |
Thomas Arendsen Hein |
test-check-code.t: test matching try/except/finally introduced in aeeb2afcdc25
stable
|
Sun, 16 Oct 2011 20:26:20 -0500 |
Matt Mackall |
check-code: support multiline matches like try/except/finally
stable
|
Wed, 29 Jun 2011 13:45:51 +0200 |
Thomas Arendsen Hein |
check-code: fix class style checking (with tests)
stable
|
Fri, 03 Dec 2010 12:22:56 +0100 |
Thomas Arendsen Hein |
coding style: fix yield used as a function
|
Sun, 21 Nov 2010 11:52:27 +0100 |
Adrian Buehlmann |
check-code: catch Python 'is' comparing number or string literals
|
Fri, 08 Oct 2010 16:08:46 -0500 |
Brodie Rao |
tests: unify test-check-code
base
tests/test-check-code@9777758a0c80
|