tests/test-demandimport.py
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Tue, 12 Jan 2021 22:43:55 +0100 Pierre-Yves David test: replace a many occurence of `python` with `$PYTHON`
Wed, 02 Sep 2020 01:30:56 +0200 Manuel Jacob tests: fix test-demandimport.py on Python 3.9 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
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Fri, 01 Feb 2019 13:20:13 -0800 Gregory Szorc tests: use unimported modules in test-demandimport.py
Fri, 01 Feb 2019 16:47:29 -0800 Gregory Szorc py3: conditionalize test-demandimport.py for Python 3
Fri, 01 Feb 2019 12:09:05 -0800 Gregory Szorc py3: replace print() with assert in test-demandimport.py
Fri, 11 May 2018 00:58:51 -0400 Matt Harbison tests: migrate demandimport.py away from deprecated `util` module symbols
Fri, 16 Feb 2018 11:33:56 -0800 Martin von Zweigbergk tests: avoid referring to pvec in demandimport test
Fri, 16 Feb 2018 11:30:18 -0800 Martin von Zweigbergk tests: actually check that HGDEMANDIMPORT=disable disables demandimport
Tue, 22 Aug 2017 15:50:53 -0400 Augie Fackler tests: ensure demandimport test uses absolute_import
Fri, 28 Apr 2017 00:01:22 +0900 Yuya Nishihara demandimport: stop overriding __getattribute__()
Fri, 28 Apr 2017 23:46:16 +0900 Yuya Nishihara demandimport: look for 'mod' suffix as alternative name for module reference
Mon, 19 Dec 2016 22:46:00 +0900 Yuya Nishihara demandimport: do not raise ImportError for unknown item in fromlist stable
Mon, 26 Sep 2016 23:28:57 +0900 Yuya Nishihara demandimport: error out early on missing attribute of non package (issue5373)
Wed, 21 Sep 2016 03:39:37 +0000 timeless tests: clarify demandimport disabled state
Thu, 25 Aug 2016 22:03:51 +0000 timeless tests: skip demandimport if disabled
Sat, 16 Apr 2016 12:41:58 +0530 Pulkit Goyal py3: make test-demandimport use print_function
Wed, 23 Dec 2015 16:22:20 -0800 Bryan O'Sullivan test-demandimport: ensure that relative imports are deferred
Mon, 22 Dec 2014 17:27:31 -0500 Augie Fackler demandimport: blacklist distutils.msvc9compiler (issue4475) stable
Tue, 08 Apr 2014 01:35:13 +0200 Mads Kiilerich demandimport: make it possible to disable by setting HGDEMANDIMPORT=disable
Wed, 01 Dec 2010 21:46:08 +0100 Dan Villiom Podlaski Christiansen test-demandimport.py: PyPy support
Tue, 26 Oct 2010 12:18:39 +0200 Dan Villiom Podlaski Christiansen *: kill all unnecessary shebangs. stable
Tue, 14 Jul 2009 22:38:12 -0400 James Abbatiello Fix test-demandimport and test-trusted under Windows
Sun, 17 May 2009 01:39:31 +0200 Martin Geisler tests: renamed Python tests to .py
less more (0) tip