log mercurial/demandimport.py @ 14976:04a950b1c2ad

age author description
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