contrib/import-checker.py
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
Mon, 18 May 2015 02:52:58 +0900 FUJIWARA Katsunori import-checker: don't treat modules as relative one if not found
Mon, 18 May 2015 02:52:55 +0900 FUJIWARA Katsunori import-checker: make imported_modules yield absolute dotted_name_of_path
Mon, 18 May 2015 02:50:22 +0900 FUJIWARA Katsunori import-checker: add utility to examine what module is imported easily
Thu, 14 May 2015 01:49:10 +0900 FUJIWARA Katsunori import-checker: loop to get list of locally defined modules at first
Thu, 14 May 2015 01:49:10 +0900 FUJIWARA Katsunori import-checker: add xargs like mode
Wed, 08 Apr 2015 22:31:50 -0400 Matt Harbison import-checker: force 'fcntl', 'grp', 'pwd', and 'termios' to stdlib modules
Wed, 08 Apr 2015 22:23:51 -0400 Matt Harbison import-checker: allow *.pyd based stdlib modules
Sat, 28 Mar 2015 00:08:26 -0500 Matt Mackall import-checker: rotatecycle is actually the canonical cycle key
Fri, 27 Mar 2015 23:52:23 -0500 Matt Mackall import-checker: make search algorithm non-recursive breadth-first
Fri, 27 Mar 2015 19:27:19 -0500 Matt Mackall import-checker: drop set() from cyclekey()
Fri, 27 Mar 2015 19:25:40 -0500 Matt Mackall import-checker: drop duplicate element from cycle
Fri, 27 Mar 2015 18:50:39 -0500 Matt Mackall import-checker: fix rotatecycle
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