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
|
Sat, 08 Aug 2015 17:12:37 -0700 |
Gregory Szorc |
demandimport: add __future__ to ignore list
|
Sat, 08 Aug 2015 15:01:27 -0700 |
Gregory Szorc |
demandimport: remove support for Python < 2.5
|
Sat, 27 Jun 2015 17:31:06 -0700 |
Gregory Szorc |
demandimport: support importing builtins for Python 3
|
Sat, 27 Jun 2015 17:29:15 -0700 |
Gregory Szorc |
demandimport: alias __builtin__ as builtins
|
Thu, 28 May 2015 16:11:26 -0400 |
Jordi Gutiérrez Hermoso |
demandimport: define a `deactivated` context manager
|
Mon, 22 Dec 2014 17:27:31 -0500 |
Augie Fackler |
demandimport: blacklist distutils.msvc9compiler (issue4475)
stable
|
Sat, 10 May 2014 14:57:25 -0700 |
Gregory Szorc |
demandimport: pass proper level to __import__ in Python 3
|
Tue, 08 Apr 2014 01:35:13 +0200 |
Mads Kiilerich |
demandimport: make it possible to disable by setting HGDEMANDIMPORT=disable
|
Mon, 10 Feb 2014 14:51:06 -0800 |
Brodie Rao |
hooks: only disable/re-enable demandimport when it's already enabled
stable
|
Sat, 05 Oct 2013 01:02:22 +0900 |
FUJIWARA Katsunori |
demandimport: allow extensions to import own modules by absolute name
|
Sat, 05 Oct 2013 01:02:22 +0900 |
FUJIWARA Katsunori |
demandimport: support "absolute_import" for external libraries (issue4029)
|
Mon, 22 Aug 2011 22:50:52 +0200 |
Simon Heimberg |
demandimport: determine at load time if __import__ has level argument
|
Mon, 25 Jul 2011 21:15:48 -0500 |
Augie Fackler |
demandimport: use getattr instead of hasattr
|
Tue, 01 Mar 2011 23:35:22 -0600 |
Augie Fackler |
demandimport: blacklist rfc822 and mimetools to prevent spurious warnings
|
Wed, 01 Dec 2010 21:46:08 +0100 |
Dan Villiom Podlaski Christiansen |
demandimport: change default for level from None to -1
|
Thu, 11 Nov 2010 00:08:09 +0100 |
Martin Geisler |
check-code: using and/or/not as a function is bad style
|
Sat, 30 Oct 2010 11:32:04 -0500 |
Matt Mackall |
demandimport: back out 50a4e55aa278 (issue2467)
stable
|
Thu, 21 Oct 2010 10:13:03 -0500 |
Steve Borho |
demandimport: backout fe31f834a9ff
stable
|
Tue, 14 Sep 2010 23:00:39 +0200 |
Dan Villiom Podlaski Christiansen |
demandimport: fix an obscure corner-case.
|
Tue, 17 Aug 2010 17:46:10 +0200 |
Dan Villiom Podlaski Christiansen |
demandimport: store level argument on _demandmod instances
|
Tue, 09 Mar 2010 16:03:57 +0100 |
Dirkjan Ochtman |
demandimport: blacklist _ssl (issue1964)
stable
|
Wed, 20 Jan 2010 20:23:36 -0500 |
Greg Ward |
demandimport: add __main__ to the blacklist (because of setuptools)
stable
|
Tue, 19 Jan 2010 22:20:08 -0600 |
Matt Mackall |
Update license to GPLv2+
stable
|
Wed, 13 Jan 2010 11:57:32 +0100 |
Dirkjan Ochtman |
demandimport: ignore _winreg (used in python-2.7 mimetypes)
stable
|
Thu, 17 Sep 2009 17:39:43 -0500 |
Steve Borho |
demandimport: blacklist gtk
|
Wed, 05 Aug 2009 17:19:37 +0200 |
Dan Villiom Podlaski Christiansen |
dispatch: also pass level argument to __import__ for ignored modules
|
Sun, 26 Apr 2009 01:08:54 +0200 |
Martin Geisler |
updated license to be explicit about GPL version 2
|
Mon, 09 Mar 2009 21:00:37 -0500 |
Steve Borho |
demandimport: blacklist pythoncom
|
Thu, 05 Feb 2009 17:40:25 +0100 |
Dirkjan Ochtman |
demandimport: patch __builtin__ instead of __builtins__
|
Wed, 16 Jan 2008 19:14:54 +0330 |
Ali Gholami Rudi |
demandimport: handling new relative imports
|
Mon, 10 Dec 2007 10:24:47 -0600 |
Matt Mackall |
demandload: give better diagnostic for call of an unloaded module
|
Tue, 14 Aug 2007 16:03:15 +0200 |
Patrick Mezard |
demandimport: ignore resource module, not available under Windows.
|
Mon, 13 Aug 2007 19:42:52 +0200 |
Patrick Mezard |
demandimport: ignore pwd and grp.
|
Tue, 19 Jun 2007 08:51:34 +0200 |
Thomas Arendsen Hein |
Updated copyright notices and add "and others" to "hg version"
|
Mon, 18 Jun 2007 19:43:26 -0500 |
Matt Mackall |
demandimport: fix issue579 and add a test
|
Mon, 18 Jun 2007 15:03:55 -0700 |
Lee Cantey |
Fix for demandimport.py and Windows compiled version.
|
Sat, 03 Mar 2007 18:59:54 -0800 |
Brendan Cully |
Add _xmlplus to the demandimport blacklist. (HGCIA was failing to load.)
|
Sun, 17 Dec 2006 22:16:57 -0600 |
Matt Mackall |
Add some modules to the demandimport ignore list for Windows
|
Sun, 17 Dec 2006 18:45:46 -0800 |
Brendan Cully |
demandimport: blacklist _hashlib again (imported in ImportError try block)
|
Sun, 17 Dec 2006 18:34:42 -0800 |
Brendan Cully |
demandimport: handle already-loaded nested modules in subload
|
Sun, 17 Dec 2006 14:56:12 -0600 |
Matt Mackall |
demandimport: fix import x.y.z as a when x.y is already imported.
|
Fri, 15 Dec 2006 20:16:20 -0800 |
Brendan Cully |
Make demandimport pass all tests on python2.5.
|
Fri, 15 Dec 2006 11:14:55 -0800 |
Brendan Cully |
Merge with main
|
Thu, 14 Dec 2006 23:51:41 +0100 |
Benoit Boissinot |
use parent.__setattr__ instead of __dict__
|
Fri, 15 Dec 2006 12:38:18 -0600 |
Matt Mackall |
demandimport: ignore _hashlib and email.mime
|
Wed, 13 Dec 2006 13:27:09 -0600 |
Matt Mackall |
Replace demandload with new demandimport
|