log mercurial/demandimport.py @ 32365:b2b5605285ec

age author description
Sat, 20 May 2017 15:09:14 +0900 Yuya Nishihara demandimport: strictly check missing locals argument
Wed, 03 May 2017 18:26:57 -0700 Phil Cohen demandimport: add urwid.command_map to ignore list
Fri, 14 Apr 2017 12:34:26 -0700 Kostia Balytskyi windows: add win32com.shell to demandimport ignore list
Sun, 26 Mar 2017 16:33:12 +0900 Yuya Nishihara py3: abuse r'' to preserve str-ness of literals passed to __setattr__()
Mon, 19 Dec 2016 22:46:00 +0900 Yuya Nishihara demandimport: do not raise ImportError for unknown item in fromlist stable
Fri, 14 Oct 2016 03:03:39 +0200 Mads Kiilerich demandimport: disable lazy import of __builtin__
Mon, 26 Sep 2016 23:28:57 +0900 Yuya Nishihara demandimport: error out early on missing attribute of non package (issue5373)
Tue, 27 Sep 2016 21:56:00 +0900 Yuya Nishihara demandimport: add 'nt' to ignore list (issue5373)
Tue, 27 Sep 2016 22:36:00 +0900 Yuya Nishihara demandimport: add '_ctypes.pointer' to ignore list on PyPy
Wed, 21 Sep 2016 02:46:59 +0000 timeless demandimport: add trailing comma
Sat, 06 Aug 2016 22:24:33 +0900 FUJIWARA Katsunori demandimport: omit default value of "level" at construction of _demandmod
Sat, 06 Aug 2016 22:24:33 +0900 FUJIWARA Katsunori demandimport: import sub-module relatively as expected (issue5208)
Sun, 31 Jul 2016 05:39:59 +0900 FUJIWARA Katsunori demandimport: avoid infinite recursion at actual module importing (issue5304) stable
Sun, 19 Jun 2016 02:17:33 +0900 FUJIWARA Katsunori demandimport: delay loading for "from a import b" with absolute_import
Mon, 29 Feb 2016 17:52:17 -0600 Matt Mackall merge with stable
Thu, 25 Feb 2016 22:35:11 -0800 Gregory Szorc demandimport: add _imp to ignore list stable
Sat, 06 Feb 2016 19:16:12 +0900 Yuya Nishihara demandimport: blacklist sqlalchemy.events as it has side effects (issue5085)
Sat, 06 Feb 2016 19:09:10 +0900 Yuya Nishihara demandimport: enforce ignore list while processing modules in fromlist
Wed, 23 Dec 2015 16:22:20 -0800 Bryan O'Sullivan demandimport: update obsolete comment
Wed, 23 Dec 2015 16:22:20 -0800 Bryan O'Sullivan demandimport: add support for PyPy
Sat, 21 Nov 2015 22:28:01 -0800 Gregory Szorc demandimport: don't enable when running under PyPy
Sun, 01 Nov 2015 21:19:09 +0900 Yuya Nishihara demandimport: fix level passed to loader of sub-modules stable
Wed, 28 Oct 2015 16:27:09 +0100 Gábor Stefanik demandimport: fix TypeError when importing Python regex library (issue4920) stable
Sun, 04 Oct 2015 11:17:43 -0700 Gregory Szorc demandimport: replace more references to _demandmod instances
Sun, 04 Oct 2015 10:36:54 -0700 Gregory Szorc demandimport: refactor processfromitem
Sat, 03 Oct 2015 15:30:17 -0700 Gregory Szorc demandimport: consolidate code for processing items in fromlist
Sat, 08 Aug 2015 19:05:28 -0700 Gregory Szorc demandimport: use absolute_import
Sat, 08 Aug 2015 16:13:27 -0700 Gregory Szorc demandimport: support lazy loading for absolute_import
Sat, 08 Aug 2015 17:07:34 -0700 Gregory Szorc demandimport: support keyword arguments on _hgextimport
Sat, 08 Aug 2015 16:24:57 -0700 Gregory Szorc demandimport: refactor logic and add documentation