contrib/import-checker.py
Sun, 27 Dec 2015 23:37:14 +0900 Yuya Nishihara import-checker: list package directory as stdlib module
Sun, 27 Dec 2015 23:48:19 +0900 Yuya Nishihara import-checker: normalize directory separator to get module name on Windows
Wed, 23 Dec 2015 12:27:24 -0800 Gregory Szorc import-checker: force 'logging' to stdlib module
Tue, 22 Dec 2015 21:47:40 -0500 Matt Harbison import-checker: force 'ctype.util' to stdlib module
Sun, 06 Dec 2015 14:28:35 +0900 Yuya Nishihara import-checker: tell which symbol causes "direct symbol import"
Sun, 06 Dec 2015 14:18:19 +0900 Yuya Nishihara import-checker: allow absolute imports of sub modules from local packages
Sun, 01 Nov 2015 13:55:21 +0900 Yuya Nishihara import-checker: allow symbol imports from hgweb.common and .request
Sun, 01 Nov 2015 17:42:03 +0900 Yuya Nishihara import-checker: reset context to verify convention in function scope
Sun, 01 Nov 2015 00:37:22 +0900 Yuya Nishihara import-checker: allow import of child modules from package root
Sun, 01 Nov 2015 15:46:06 +0900 Yuya Nishihara import-checker: include lineno in warning message
Sun, 01 Nov 2015 15:39:25 +0900 Yuya Nishihara import-checker: extract function to generate a formatted warning
Sun, 01 Nov 2015 13:53:05 +0900 Yuya Nishihara import-checker: make it executable for convenience
Sat, 17 Oct 2015 00:58:46 +0200 Mads Kiilerich spelling: trivial spell checking
Thu, 10 Sep 2015 09:52:17 -0400 Augie Fackler import-checker: use modern .endswith for multiple suffixes
Wed, 02 Sep 2015 16:07:35 -0400 timeless import-checker: accept .pyc and .pyo files (issue4812)
Mon, 24 Aug 2015 10:09:00 -0400 Augie Fackler import-checker: ensure multiprocessing is treated as from stdlib
Sat, 04 Jul 2015 10:56:37 +0900 Yuya Nishihara import-checker: exclude mercurial packages installed into the system path
Sat, 04 Jul 2015 10:54:03 +0900 Yuya Nishihara import-checker: recurse into subtree of sys.path only if __init__.py exists
Fri, 03 Jul 2015 06:56:03 +0900 FUJIWARA Katsunori import-checker.py: exit with code 0 if no error is detected
Sun, 28 Jun 2015 12:46:34 -0700 Gregory Szorc import-checker: establish modern import convention
Sun, 28 Jun 2015 12:28:48 -0700 Gregory Szorc import-checker: establish new function for verifying import conventions
Sun, 28 Jun 2015 09:36:58 -0700 Gregory Szorc import-checker: resolve relative imports
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
less more (0) -30 tip