Wed, 04 Jan 2023 17:15:19 -0500 |
Matt Harbison |
pytype: add coverage for hgdemandimport
|
Wed, 04 Jan 2023 16:02:22 +0100 |
Raphaël Gomès |
branching: merge stable into default
|
Thu, 08 Dec 2022 21:45:47 -0500 |
Matt Harbison |
demandimport: fix a crash in LazyFinder.__delattr__
stable
|
Wed, 02 Nov 2022 09:34:03 -0400 |
Jason R. Coombs |
demandimport: ensure lazyloaderex sets loader attributes (issue6725)
|
Mon, 31 Oct 2022 16:36:00 +0400 |
Anton Shestakov |
demandimport: remove an obsolete comment about importing from future
|
Tue, 08 Mar 2022 19:09:35 -0800 |
Gregory Szorc |
hgdemandimport: delete check for Python 3.5
|
Mon, 21 Feb 2022 13:08:28 -0700 |
Gregory Szorc |
py3: use class X: instead of class X(object):
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
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
|
Sat, 05 May 2018 18:41:51 -0700 |
Gregory Szorc |
demandimport: make module ignores a set (API)
|
Fri, 05 Jan 2018 17:23:55 +0530 |
Pulkit Goyal |
hgdemandimport: use correct hyperlink to python-bug in comments (issue5765)
|
Tue, 22 Aug 2017 14:14:34 -0400 |
Augie Fackler |
demandimportpy3: update to pass import checker
|
Fri, 18 Aug 2017 11:08:17 -0700 |
Jun Wu |
demandimport: move HGDEMANDIMPORT test to __init__.py
|
Sun, 21 May 2017 12:23:04 -0700 |
Siddharth Agarwal |
demandimport: add python 3 implementation
|