Fri, 01 Sep 2023 00:09:55 +0200 |
Pierre-Yves David |
pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
|
Thu, 31 Aug 2023 23:56:15 +0200 |
Pierre-Yves David |
safehasattr: drop usage in favor of hasattr
|
Thu, 31 Aug 2023 01:19:49 +0200 |
Pierre-Yves David |
diff-option: move attributes handling to sysstr
|
Thu, 02 Feb 2023 17:32:38 +0100 |
Pierre-Yves David |
safehasattr: pass attribute name as string instead of bytes
|
Mon, 09 Jan 2023 14:34:19 -0500 |
Matt Harbison |
mdiff: add a __str__ method to diffopts
|
Sun, 29 May 2022 15:17:27 +0200 |
Manuel Jacob |
py3: replace `pycompat.xrange` by `range`
|
Mon, 21 Feb 2022 13:08:28 -0700 |
Gregory Szorc |
py3: use class X: instead of class X(object):
|