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
|