log mercurial/keepalive.py @ 52317:0b708a375490 default tip

age author description
Sun, 22 Sep 2024 17:15:20 -0400 Matt Harbison keepalive: fix a signature mismatch for a http.client.HTTPResponse subclass
Mon, 16 Sep 2024 15:36:44 +0200 Matt Harbison typing: add `from __future__ import annotations` to most files
Mon, 16 Sep 2024 15:36:38 +0200 Matt Harbison format: add many "missing" comma
Fri, 06 Sep 2024 02:12:19 +0200 Pierre-Yves David brancing: merge stable into default
Sun, 30 Jun 2024 16:02:50 +0200 Joerg Sonnenberger http: simplify
Sun, 30 Jun 2024 13:22:23 +0200 Joerg Sonnenberger http: reuse Python's implementation of read/readline/readinto
Fri, 28 Jun 2024 16:26:06 +0200 Joerg Sonnenberger urllib2: redo response.readlines addition via class patching
Tue, 06 Aug 2024 22:51:41 +0200 Manuel Jacob py3: use str literal instead of bytes literal stable
Fri, 01 Sep 2023 00:09:55 +0200 Pierre-Yves David pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
Tue, 18 Oct 2022 12:58:34 -0400 Matt Harbison keepalive: add `__repr__()` to the HTTPConnection class to ease debugging stable
Tue, 18 Oct 2022 11:54:58 -0400 Matt Harbison keepalive: ensure `close_all()` actually closes all cached connections stable
Tue, 31 May 2022 16:54:58 +0200 Manuel Jacob py3: catch BrokenPipeError instead of checking errno == EPIPE
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Mon, 21 Feb 2022 11:10:27 -0700 Gregory Szorc keepalive: remove pycompat.iteritems()