log mercurial/pure/base85.py @ 53042:cdd7bf612c7b stable tip

age author description
Fri, 04 Oct 2024 23:09:56 -0400 Matt Harbison base85: avoid a spurious use-before-initialized warning in `pure` module
Mon, 16 Sep 2024 15:36:44 +0200 Matt Harbison typing: add `from __future__ import annotations` to most files
Sat, 20 Jul 2024 01:55:09 -0400 Matt Harbison cext: correct the argument handling of `b85encode()`
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Sat, 16 Nov 2019 20:08:35 +0100 Pierre-Yves David pure: use string for another exception in the pure version of base85 stable
Sat, 16 Nov 2019 20:07:49 +0100 Pierre-Yves David pure: use string for exception in the pure version of base85 stable
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
Wed, 14 Feb 2018 17:44:19 +0530 Pulkit Goyal py3: converts bytes to pycompat.bytestr to get bytechrs while enumerating
Wed, 07 Feb 2018 13:17:19 +0530 Pulkit Goyal py3: use pycompat.bytestr to convert _b85chars to bytes
Sat, 12 Dec 2015 13:33:47 -0500 Gregory Szorc base85: use absolute_import
Mon, 07 May 2012 21:49:45 +0200 Patrick Mezard pure/base85: align exception type/msg on base85.c stable