Mercurial > public > mercurial-scm > hg-stable
log mercurial/server.py @ 53040:cdd7bf612c7b stable tip
age | author | description |
---|---|---|
Tue, 17 Dec 2024 01:31:17 -0500 | Matt Harbison | server: don't leak a file descriptor when I/O fails writing a pid file |
Wed, 04 Dec 2024 22:11:31 -0500 | Matt Harbison | server: stop using the `pycompat.open()` shim |
Mon, 16 Sep 2024 15:36:44 +0200 | Matt Harbison | typing: add `from __future__ import annotations` to most files |
Sun, 29 May 2022 15:17:27 +0200 | Manuel Jacob | py3: replace `pycompat.xrange` by `range` |
Thu, 03 Mar 2022 17:34:00 +0100 | Gregory Szorc | py2: remove simple from __future__ statements |
Mon, 12 Apr 2021 03:01:04 +0200 | Pierre-Yves David | urlutil: extract `url` related code from `util` into the new module |