Thu, 23 Jun 2016 20:45:37 -0400 |
Augie Fackler |
import-checker: ensure cffi is always a system module
|
file |
diff |
annotate
|
Sun, 19 Jun 2016 02:15:09 +0900 |
FUJIWARA Katsunori |
import-checker: increase portability for python 2.6.x
|
file |
diff |
annotate
|
Sun, 15 May 2016 10:48:05 +0900 |
Yuya Nishihara |
tests: enable import checker for all python files (including no .py files)
|
file |
diff |
annotate
|
Sat, 14 May 2016 14:33:45 +0900 |
Yuya Nishihara |
py3: make contrib/import-checker.py get along with itself
|
file |
diff |
annotate
|
Sat, 14 May 2016 13:39:33 +0900 |
Yuya Nishihara |
import-checker: extend check of symbol-import order to all local modules
|
file |
diff |
annotate
|
Sat, 14 May 2016 13:20:13 +0900 |
Yuya Nishihara |
import-checker: always build a list of imported symbols
|
file |
diff |
annotate
|
Sat, 07 May 2016 19:59:30 +0200 |
liscju |
import-checker: recognize relative imports from parents of current package
|
file |
diff |
annotate
|
Tue, 12 Apr 2016 21:43:56 +0000 |
timeless |
import-checker: parse python code from .t files
|
file |
diff |
annotate
|
Wed, 13 Apr 2016 16:34:59 +0000 |
timeless |
import-checker: track filenames for SyntaxErrors
|
file |
diff |
annotate
|
Wed, 13 Apr 2016 16:36:19 +0000 |
timeless |
import-checker: track SyntaxErrors
|
file |
diff |
annotate
|
Mon, 11 Apr 2016 22:34:04 +0000 |
timeless |
import-checker: refactor source reading
|
file |
diff |
annotate
|
Wed, 30 Mar 2016 21:54:26 +0200 |
Maciej Fijalkowski |
tests: fix builtin module test on pypy
|
file |
diff |
annotate
|
Wed, 30 Mar 2016 08:15:37 +0000 |
timeless |
py3: handle iter/iterkeys+iteritems python3 divergence in import-checker
|
file |
diff |
annotate
|
Wed, 30 Mar 2016 04:55:16 +0000 |
timeless |
py3: use print_function in import-checker
|
file |
diff |
annotate
|
Wed, 30 Mar 2016 04:50:19 +0000 |
timeless |
py3: use absolute_import in import-checker
|
file |
diff |
annotate
|
Wed, 30 Mar 2016 07:24:51 +0000 |
timeless |
py24: remove check-code py24 notation
|
file |
diff |
annotate
|
Sat, 27 Feb 2016 21:15:16 -0800 |
Gregory Szorc |
contrib: remove references to 2to3
|
file |
diff |
annotate
|
Wed, 02 Mar 2016 15:38:54 +0000 |
timeless |
import-checker: report local with stdlib late warning
|
file |
diff |
annotate
|
Sun, 27 Dec 2015 23:37:14 +0900 |
Yuya Nishihara |
import-checker: list package directory as stdlib module
|
file |
diff |
annotate
|
Sun, 27 Dec 2015 23:48:19 +0900 |
Yuya Nishihara |
import-checker: normalize directory separator to get module name on Windows
|
file |
diff |
annotate
|
Wed, 23 Dec 2015 12:27:24 -0800 |
Gregory Szorc |
import-checker: force 'logging' to stdlib module
|
file |
diff |
annotate
|
Tue, 22 Dec 2015 21:47:40 -0500 |
Matt Harbison |
import-checker: force 'ctype.util' to stdlib module
|
file |
diff |
annotate
|
Sun, 06 Dec 2015 14:28:35 +0900 |
Yuya Nishihara |
import-checker: tell which symbol causes "direct symbol import"
|
file |
diff |
annotate
|
Sun, 06 Dec 2015 14:18:19 +0900 |
Yuya Nishihara |
import-checker: allow absolute imports of sub modules from local packages
|
file |
diff |
annotate
|
Sun, 01 Nov 2015 13:55:21 +0900 |
Yuya Nishihara |
import-checker: allow symbol imports from hgweb.common and .request
|
file |
diff |
annotate
|
Sun, 01 Nov 2015 17:42:03 +0900 |
Yuya Nishihara |
import-checker: reset context to verify convention in function scope
|
file |
diff |
annotate
|
Sun, 01 Nov 2015 00:37:22 +0900 |
Yuya Nishihara |
import-checker: allow import of child modules from package root
|
file |
diff |
annotate
|
Sun, 01 Nov 2015 15:46:06 +0900 |
Yuya Nishihara |
import-checker: include lineno in warning message
|
file |
diff |
annotate
|
Sun, 01 Nov 2015 15:39:25 +0900 |
Yuya Nishihara |
import-checker: extract function to generate a formatted warning
|
file |
diff |
annotate
|
Sun, 01 Nov 2015 13:53:05 +0900 |
Yuya Nishihara |
import-checker: make it executable for convenience
|
file |
diff |
annotate
|