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):
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Thu, 02 Jan 2020 11:04:18 -0800 |
Kyle Lippincott |
py3: __repr__ needs to return str, not bytes
stable
|
Thu, 21 Nov 2019 23:35:29 -0500 |
Augie Fackler |
cleanup: update references to /help/ that should now be /helptext/
|
Fri, 08 Nov 2019 11:19:20 -0800 |
Augie Fackler |
cleanup: remove pointless r-prefixes on single-quoted strings
|
Wed, 06 Nov 2019 14:12:53 -0500 |
Augie Fackler |
linelog: be more careful about types before looking for _target attribute
|
Wed, 06 Nov 2019 14:11:29 -0500 |
Augie Fackler |
linelog: suppress annoying pytype warning about an ignored metaclass
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
Tue, 07 Aug 2018 17:22:33 -0700 |
Jun Wu |
linelog: optimize replacelines
|
Tue, 07 Aug 2018 17:17:01 -0700 |
Jun Wu |
linelog: extract `len(self._program)` to a local function
|
Thu, 09 Aug 2018 10:10:09 -0400 |
Augie Fackler |
linelog: fix bytes/str issue in exception raise on Python 3
|
Mon, 06 Aug 2018 22:24:00 -0700 |
Jun Wu |
linelog: fix infinite loop vulnerability
|
Mon, 30 Jul 2018 23:52:15 -0400 |
Augie Fackler |
linelog: add replacelines_vec for fastannotate
|
Wed, 01 Aug 2018 23:25:35 -0400 |
Augie Fackler |
linelog: port to Python 3
|
Wed, 01 Aug 2018 23:08:18 -0400 |
Augie Fackler |
linelog: fix import statements to pass the import checker on py3
|
Mon, 30 Jul 2018 10:42:37 -0400 |
Augie Fackler |
linelog: add a Python implementation of the linelog datastructure
|