index
:
delta/python-packages/pylint.git
1.4.4
BioGeek/fix-typos-in-docstring-1418910993320
Edgemaster/pylintel-missing-dependency-on-tramp-1406657844364
The-Compiler/clarify-nodocstringrgx-change-in-changel-1432184214099
abc
all_false_positive
astng2
augassign_unused_argument
bare_except
catch
comparison-checker
confusing-with-statement
davidshen84/pylintel-edited-online-with-bitbucket--1422057628377
deprecated_methods
doc-emphasis-fix
docs-improvements-2
docs-improvements2
enhance-unpacking-checker
eval
exception_context
exec
exit_context
fahhem/faq-typo-fix-minimum-vs-maximum-1418754998842
fix-293
fix-362
fix-374
fix-582
fix-667
fix-685
fix-typo
fix_namedtuple
fix_rcfile_init_hook
fixes
format
frost-nzcr4/add-max_module_lines-to-warning-message--1410770503809
function_regexp
home-fix
hotfix/py26-compat
impl-299
indexing_exc
issue-398
issue155
issue234
issue_538_pt2
iter
iterable-checker
jfleach/removed-broken-link-and-replaced-with-th-1436980631932
line-ending-checks
list-index-checker
make
marcoyolos/tiny-1408025599195
master
membership-test-checker
metaclass_undefined
missing-spaces
multiple-imports-checker
no-logilab-common
non_unpackable
nonlocal
not-context-manager
open_mode
pylint-1.3
python_6
redundant-assert
remove-E0201-references
rename-F0401-to-E0401
reporter_message_fix
reversed
slots
source_view
spelling-checker
stable
support-editable-installs
test-fix-for-win
tests
tox_test_control
unichr
unpacking2
unused-import
w0401_package
win-ci-5
bitbucket.org: Obsolete (use python-packages/pylint-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
checkers
/
variables.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
remove code that's out commented since rev 0
Emile Anclin
2010-12-06
1
-25
/
+0
*
223 : run python2.x compatible fixers
Emile Anclin
2010-11-15
1
-1
/
+1
*
cleanup; remove a useless "else" indentation
Emile Anclin
2010-11-04
1
-35
/
+34
*
py3k: list comprehension is now a scoped node
Emile Anclin
2010-11-04
1
-0
/
+18
*
help / man: more explicit on dummy variable regex
Emile Anclin
2010-10-25
1
-2
/
+2
*
update VariablesChecker to take into account the nested scopes of dictionary ...
Daniel Harding
2010-10-09
1
-3
/
+25
*
remove useless lgc.compat imports
Emile Anclin
2010-10-06
1
-1
/
+0
*
copyright update : date up 2010
Emile Anclin
2010-03-23
1
-1
/
+1
*
we may have name node with fromlineno to None for astng built from C-compiled...
Sylvain Th?nault
2010-03-23
1
-3
/
+5
*
merge
Emile Anclin
2010-03-22
1
-2
/
+1
|
\
|
*
modify astng imports after astng 'rebuild' refactoring
Emile Anclin
2010-03-22
1
-2
/
+1
*
|
test and fix crash on global w/ 'virtual' nodes such as __file__, __module__,...
Sylvain Th?nault
2010-03-22
1
-0
/
+7
|
/
*
applied Colin Moris patch closing #9263: no W0613 for __init__ (method does n...
Sylvain Th?nault
2010-03-04
1
-1
/
+1
*
fix #20991: class scope definitions ignored in a genexpr
Adrien Di Mascio
2010-02-25
1
-2
/
+6
*
fix #18862: E0601 false positive with lambda functions
Sylvain Th?nault
2009-11-25
1
-1
/
+2
*
include Dotan Barak spell fixes patch
Sylvain Th?nault
2009-11-23
1
-9
/
+9
*
d-t-w
Sylvain Th?nault
2009-08-27
1
-26
/
+26
*
do not print Redefining builtin for additional builtins
sylvain thenault
2009-04-08
1
-8
/
+7
*
add test for #5719, fixed in astng
sylvain thenault
2009-03-24
1
-1
/
+1
*
only skip E0203 when catched by an AttributeError or parent
sylvain thenault
2009-03-24
1
-3
/
+0
*
only skip E0602 when catched by a NameError or parent
sylvain thenault
2009-03-24
1
-2
/
+2
*
cleanup
sylvain thenault
2009-03-23
1
-2
/
+3
*
more complete list of special methods, also skip W0613
sylvain thenault
2009-03-23
1
-5
/
+6
*
fix #8687, W0613 false positive on inner function
sylvain thenault
2009-03-23
1
-2
/
+2
*
test and fix W0612 false positive
sylvain thenault
2009-03-18
1
-0
/
+2
*
fix module special attributes checking
sylvain thenault
2009-03-18
1
-1
/
+1
*
give stmt node, not function node,~ to get correct line number
sylvain thenault
2009-03-18
1
-1
/
+1
*
oops
Sylvain
2009-03-17
1
-1
/
+1
*
simply test using isinstance...
Sylvain
2009-03-17
1
-2
/
+1
*
fix checking of module attributes accessible in module scope
Sylvain
2009-03-17
1
-1
/
+1
*
fix import for new astng organisation
Sylvain
2009-03-17
1
-19
/
+4
*
handle Del* and AugAssing situations
Emile Anclin
2009-03-17
1
-5
/
+4
*
fromlineno *must not be zero* either
Emile Anclin
2009-03-17
1
-1
/
+1
*
import are_exclusive from astng where it's defined
Emile Anclin
2009-03-17
1
-1
/
+2
*
fix E0601/E0602 alternative and tests
Emile Anclin
2009-03-16
1
-3
/
+5
*
stmt.fromlineno can be 0 for names defined on module level
Emile Anclin
2009-03-16
1
-1
/
+2
*
handle AssName / DelName to enhance detection of unused/undefined variable on...
sylvain thenault
2009-03-13
1
-6
/
+19
*
cleanup & simplify
Emile Anclin
2009-03-11
1
-10
/
+12
*
fix default value Name nodes
Emile Anclin
2009-03-10
1
-1
/
+2
*
we want the names, not AssName nodes : use new argnames method
Emile Anclin
2009-03-10
1
-4
/
+4
*
replace argnames by args.args
Emile Anclin
2009-03-09
1
-5
/
+5
*
no source_line() / last_source_line() are replaced by fromlineno / tolineno
Emile Anclin
2009-03-09
1
-1
/
+1
*
astng2 support
sylvain thenault
2009-03-06
1
-1
/
+2
*
Decorators of methods should see the class namespace
Mads Kiilerich
2009-01-18
1
-4
/
+4
*
fix #6949: as suggested by m. kiilerich, we should remove __dict__ node added...
sylvain thenault
2009-01-16
1
-1
/
+8
*
typo
sylvain thenault
2009-01-15
1
-1
/
+1
*
fix W0631 false positive reported by Paul Hachmann
Sylvain Thenault
2008-12-16
1
-2
/
+7
*
* include a modified version of Maarten ter Huurne patch of avoid W0613
Sylvain Thenault
2008-12-03
1
-10
/
+35
*
NameError
Adrien Di Mascio
2007-08-21
1
-1
/
+1
*
merge
Adrien Di Mascio
2007-08-16
1
-7
/
+1
|
\
[prev]
[next]