log contrib/testparseutil.py @ 53040:cdd7bf612c7b stable tip

age author description
Tue, 07 Jan 2025 17:28:46 -0500 Matt Harbison pyupgrade: drop redundant `open()` modes
Sun, 05 Jan 2025 22:23:31 -0500 Matt Harbison pyupgrade: modernize calls to superclass methods
Tue, 03 Jan 2023 23:53:44 -0500 Matt Harbison contrib: drop py2 support from testparseutil.py
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Sat, 28 Dec 2019 01:12:19 -0500 Matt Harbison cleanup: replace contiguous spaces in regex patterns with an explicit count