contrib/import-checker.py
Fri, 17 Oct 2014 02:07:05 +0900 FUJIWARA Katsunori import-checker: check modules for pure Python build correctly
Fri, 17 Oct 2014 02:07:05 +0900 FUJIWARA Katsunori import-checker: treat "from mercurial import XXXX" style correctly
Fri, 07 Feb 2014 02:59:46 +0100 Mads Kiilerich import-checker: handle standard modules with arch in the filename
Wed, 05 Feb 2014 01:43:51 +0100 Mads Kiilerich import-checker: show stdlib and relative imports separately
Wed, 05 Feb 2014 01:30:33 +0100 Mads Kiilerich import-checker: fix names of dynamically loaded modules
Tue, 07 Jan 2014 22:28:45 +0100 Simon Heimberg check-code: do not skip entire file, skip only one match instead
Wed, 01 Jan 2014 17:57:48 -0500 Augie Fackler import-checker: suppress check-code about any()
Tue, 24 Dec 2013 19:10:04 -0500 Augie Fackler import-checker: use any() and a genexp to avoid awkward for/else construction
Sun, 22 Dec 2013 21:20:38 -0800 Chris Jerdonek import-checker: make test-module-imports.t work using virtualenv (issue4129)
Sun, 22 Dec 2013 14:10:26 -0800 Chris Jerdonek import-checker: refactor sys.path prefix check (issue4129)
Sun, 17 Nov 2013 13:33:20 -0500 Augie Fackler import-checker: try a little harder to show fewer cycles
Sun, 17 Nov 2013 16:58:18 -0500 Augie Fackler import-checker: ignore nested imports
Sun, 17 Nov 2013 13:04:18 -0500 Augie Fackler contrib: add an import checker
less more (0) tip