log mercurial/wireprotoframing.py @ 53042:cdd7bf612c7b stable tip

age author description
Mon, 06 Jan 2025 20:32:31 -0500 Matt Harbison typing: add some type annotations to the `wireprotoframing` module
Mon, 13 Jan 2025 15:37:08 -0500 Matt Harbison typing: add type annotations for wireprotoframing encoder/decoder classes
Sun, 05 Jan 2025 22:26:16 -0500 Matt Harbison pyupgrade: rewrite `yield` statements in a loop to `yield from`
Sun, 05 Jan 2025 22:23:31 -0500 Matt Harbison pyupgrade: modernize calls to superclass methods
Fri, 25 Oct 2024 23:07:34 -0400 Matt Harbison typing: suppress bogus pytype errors in `mercurial/wireprotoframing.py`
Mon, 16 Sep 2024 15:36:44 +0200 Matt Harbison typing: add `from __future__ import annotations` to most files
Tue, 23 Jul 2024 19:20:22 -0400 Matt Harbison typing: induce pytype to use the standard `attr` instead of the vendored copy