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()`