Tue, 23 Jul 2024 10:02:46 +0200 |
Raphaël Gomès |
Backout accidental publication of a large range of revisions
|
Thu, 18 Jul 2024 12:36:12 +0200 |
Raphaël Gomès |
black: format the codebase with 23.3.0
|
Wed, 10 Jul 2024 15:49:16 -0400 |
Matt Harbison |
typing: add type hints to `mercurial/utils/resourceutil.py`
|
Thu, 31 Aug 2023 23:56:15 +0200 |
Pierre-Yves David |
safehasattr: drop usage in favor of hasattr
|
Tue, 27 Jun 2023 13:05:03 +0200 |
Mads Kiilerich |
utils: imp module is removed in Python 3.12 - get is_frozen() from _imp
stable
|
Thu, 12 Jan 2023 19:56:59 +0400 |
Anton Shestakov |
resourceutil: start using importlib.resources.files() when possible
stable
|
Wed, 13 Apr 2022 14:37:57 -0400 |
Matt Harbison |
resourceutil: force filesystem access to resources when using py2exe
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Mon, 20 Sep 2021 10:44:25 -0400 |
Matt Harbison |
typing: suppress an import-error warning in `mercurial/utils/resourceutil.py`
|
Thu, 19 Aug 2021 17:42:55 +0200 |
Pierre-Yves David |
resources: narrow the try:except clause to minimum
|
Thu, 19 Aug 2021 17:47:27 +0200 |
Pierre-Yves David |
resources: stop important a non existent FileNotFoundError
stable
|
Wed, 18 Aug 2021 01:41:02 +0200 |
Pierre-Yves David |
template: handle missing resource in `_readmapfile`
stable
|
Thu, 25 Mar 2021 18:02:08 +0100 |
Raphaël Gomès |
contributor: change mentions of mpm to olivia
|
Fri, 12 Mar 2021 16:55:18 -0500 |
Matt Harbison |
typing: disable a few errors calling py3.7+ functions in resourceutil.py
stable
|
Sat, 12 Sep 2020 11:18:12 -0700 |
Martin von Zweigbergk |
resourceutil: document when we expect to take the importlib.resouces code path
|