log contrib/check-code.py @ 53042:cdd7bf612c7b stable tip

age author description
Mon, 27 Jan 2025 19:47:43 +0100 Pierre-Yves David check-code: add support for walrus operator
Sun, 05 Jan 2025 21:03:17 -0500 Matt Harbison pyupgrade: drop usage of py3 aliases for `OSError`
Mon, 06 Jan 2025 13:54:40 -0500 Matt Harbison check-code: reference the `noi18n` methods in the missing `_()` message
Tue, 08 Oct 2024 15:54:59 +0200 Pierre-Yves David check-code: document reason and suggest alternative to exit code negation stable
Thu, 08 Dec 2022 15:33:19 +0100 Pierre-Yves David check-code: drop the `safehasattr` rule
Mon, 26 Jun 2023 14:54:00 +0200 Mads Kiilerich tests: use grep -F instead of obsolescent fgrep stable
Mon, 26 Jun 2023 14:34:58 +0200 Mads Kiilerich tests: use grep -E instead of obsolescent egrep stable
Sat, 05 Nov 2022 00:38:02 -0400 Matt Harbison check-code: drop the check for whitespace around named parameters
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Mon, 21 Feb 2022 13:03:43 -0700 Gregory Szorc check-code: remove ban on old-style classes
Mon, 21 Feb 2022 10:56:31 -0700 Gregory Szorc check-code: allow importing Python 3 modules
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Tue, 01 Mar 2022 20:29:03 -0800 Gregory Szorc py3: use pickle directly
Fri, 17 Sep 2021 21:04:17 +0200 Pierre-Yves David check-code: make it possible to ignore the PWD check in some situation stable