Fri, 08 Jan 2016 12:35:02 -0600 |
Matt Mackall |
check-code: allow only-whitespace lines in tests
|
Thu, 31 Dec 2015 17:41:59 +0000 |
timeless |
check-code: enforce strict spacing around assignment
|
Thu, 24 Dec 2015 19:32:14 +0000 |
timeless |
check-code: improve test-check-code error diffs
|
Sun, 27 Dec 2015 15:24:48 -0800 |
Danek Duvall |
tests: Solaris diff -U also emits "No differences encountered"
|
Thu, 15 Oct 2015 17:28:26 -0400 |
timeless |
check-code: allow argument passing py2.6ism
|
Thu, 15 Oct 2015 20:36:12 -0400 |
timeless |
check-code: block non-portable pipe-and
|
Thu, 08 Oct 2015 12:53:09 -0700 |
Pierre-Yves David |
check-code: detect and ban 'util.Abort'
|
Thu, 24 Sep 2015 00:34:15 -0700 |
Pierre-Yves David |
check-code: forbid mutable value for default argument
|
Tue, 23 Jun 2015 22:20:01 -0700 |
Gregory Szorc |
check-code: detect legacy exception syntax
|
Tue, 23 Jun 2015 22:20:08 -0700 |
Gregory Szorc |
global: mass rewrite to use modern exception syntax
|
Tue, 23 Jun 2015 22:38:21 -0700 |
Gregory Szorc |
check-code: detect legacy octal syntax
|
Tue, 16 Jun 2015 23:06:30 +0900 |
Yuya Nishihara |
check-code: ban use of '[[ ]]' in tests
|
Tue, 19 May 2015 08:41:04 -0500 |
Matt Mackall |
check-code: reintroduce str.format() ban for 3.x porting
|
Mon, 18 May 2015 16:18:18 -0500 |
Pierre-Yves David |
check-code: drop ban of 'val if cond else otherval' construct
|
Mon, 18 May 2015 16:11:44 -0500 |
Pierre-Yves David |
check-code: drop the 'format' built-in
|
Mon, 18 May 2015 16:09:05 -0500 |
Pierre-Yves David |
check-code: drop ban of str.format
|
Mon, 18 May 2015 13:20:19 -0500 |
Pierre-Yves David |
check-code: drop ban of BaseException
|
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:45:47 -0700 |
Pierre-Yves David |
check-code: drop the 'isdisjoint' ban
|
Sun, 17 May 2015 17:40:26 -0700 |
Pierre-Yves David |
check-code: fix the error message about 'class foo():'
|
Sun, 17 May 2015 17:36:26 -0700 |
Pierre-Yves David |
check-code: remove the check for os.path.relpath
|
Fri, 15 May 2015 09:54:35 -0500 |
Matt Mackall |
check-code: drop try/except/finally check
|
Wed, 13 May 2015 11:49:38 -0700 |
Pierre-Yves David |
check-code: allow with statements
|
Wed, 13 May 2015 11:41:17 -0700 |
Pierre-Yves David |
check-code: allow 'Except EClass as variable:'
|
Wed, 13 May 2015 11:39:48 -0700 |
Pierre-Yves David |
check-code: allow print and exec as a function
|
Mon, 11 May 2015 22:47:01 -0400 |
Matt Harbison |
check-code: drop the python 2.5 warning for os.path.relpath()
|
Wed, 22 Apr 2015 23:38:55 +0900 |
FUJIWARA Katsunori |
check-code: check os.path.join(*, '') not working correctly with Python 2.7.9
stable
|