Mercurial > public > mercurial-scm > hg
log mercurial/httppeer.py @ 53042:cdd7bf612c7b stable tip
age | author | description |
---|---|---|
Sun, 05 Jan 2025 22:23:31 -0500 | Matt Harbison | pyupgrade: modernize calls to superclass methods |
Sun, 05 Jan 2025 21:03:17 -0500 | Matt Harbison | pyupgrade: drop usage of py3 aliases for `OSError` |
Mon, 16 Dec 2024 03:04:44 -0500 | Matt Harbison | typing: add type hints to `ipeercapabilities.capabilities()` |
Mon, 16 Dec 2024 02:41:24 -0500 | Matt Harbison | interfaces: move peer `capabilities()` to the `ipeercapabilities` interface |
Mon, 16 Sep 2024 15:36:44 +0200 | Matt Harbison | typing: add `from __future__ import annotations` to most files |
Mon, 29 Jul 2024 12:10:08 -0400 | Matt Harbison | httppeer: avoid another bad reference before assignment warning |
Fri, 26 Jul 2024 21:59:34 -0400 | Matt Harbison | httppeer: move a variable to avoid a bad reference before assignment warning |