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
Tue, 09 Jun 2020 05:24:45 +0200 Manuel Jacob resourceutil: fix location of line comments stable
Mon, 03 Feb 2020 11:56:02 -0500 Augie Fackler resourceutil: blacken
Fri, 31 Jan 2020 22:20:39 -0500 Matt Harbison resourceutil: account for the non-resource-like file hierarchy under py2exe stable
Thu, 30 Jan 2020 23:48:45 -0500 Matt Harbison resourceutil: correct the root path for file based lookup under py2exe stable
Fri, 24 Jan 2020 01:11:19 -0500 Matt Harbison resourceutil: ensure `_rootpath` is defined under py2exe stable
Sun, 29 Dec 2019 20:35:34 -0500 Matt Harbison resourceutil: implement `contents()` to iterate over resources in a package
Sun, 29 Dec 2019 20:32:56 -0500 Matt Harbison resourceutil: implement `is_resource()`
Sat, 28 Dec 2019 23:35:13 -0500 Matt Harbison resourceutil: don't limit resources to the `mercurial` package
Wed, 18 Dec 2019 13:30:48 -0800 Martin von Zweigbergk resourceutil: use `from importlib import resources`
Sun, 15 Dec 2019 23:46:10 -0500 Matt Harbison pytype: suppress warnings about no 'open_binary' on importlib.resources
Thu, 12 Dec 2019 12:57:13 -0800 Martin von Zweigbergk help: get helptext/ data from `resources` module if available
Fri, 13 Dec 2019 09:43:43 -0800 Martin von Zweigbergk merge with stable
Thu, 14 Nov 2019 12:33:10 -0800 Martin von Zweigbergk util: move definition of datapath to resourceutil
Thu, 14 Nov 2019 11:52:22 -0800 Martin von Zweigbergk procutil: move mainfrozen() to new resourceutil.py
less more (0) tip