log hgdemandimport/demandimportpy3.py @ 48482:d2fff292c265

age author description
Thu, 22 Oct 2020 18:38:41 -0400 Matt Harbison demandimport: don't raise AttributeError if `exec_module` is missing stable
Tue, 12 May 2020 01:03:12 +0200 Manuel Jacob demandimport: fix compatibility with meta path finders w/o find_spec() method stable
Mon, 20 Jan 2020 23:51:25 -0800 Gregory Szorc hgdemandimport: apply lazy module loading to sys.meta_path finders
Mon, 20 Jan 2020 23:42:19 -0800 Gregory Szorc hgdemandimport: disable on Python 3.5
Sat, 02 Nov 2019 11:42:46 -0700 Gregory Szorc demandimportpy3: only use lazy extension loader on Python 3.6+ stable
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Wed, 12 Jun 2019 16:08:21 -0400 Augie Fackler demandimport: add tracing coverage for Python 3