log hgext/convert/common.py @ 52216:fa58f4f97337 stable tip

age author description
Mon, 16 Sep 2024 15:36:44 +0200 Matt Harbison typing: add `from __future__ import annotations` to most files
Thu, 11 Jul 2024 21:54:02 -0400 Matt Harbison convert: fix various leaked file descriptors
Thu, 11 Jul 2024 21:16:45 -0400 Matt Harbison convert: stringify `shlex` class argument
Thu, 11 Jul 2024 20:54:06 -0400 Matt Harbison typing: add trivial type hints to the convert extension's common modules
Thu, 11 Jul 2024 14:46:00 -0400 Matt Harbison convert: drop a duplicate implementation of `dateutil.makedate()`
Tue, 27 Jun 2023 13:51:50 +0200 Mads Kiilerich utils: stop using datetime.utcfromtimestamp() deprecated in Python 3.12 stable
Tue, 31 May 2022 22:50:01 +0200 Manuel Jacob py3: catch FileNotFoundError instead of checking errno == ENOENT