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
/
pylint
/
test
/
functional
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor things through the imports checker
Claudiu Popa
2015-12-01
2
-0
/
+10
*
Don't emit unsubscriptable-object if the node is found inside an abstract cla...
Claudiu Popa
2015-11-30
1
-0
/
+25
*
Add some more comments about the limitations of this rule
Laura M?dioni
2015-11-24
1
-3
/
+3
*
Use a stack of dictionaries instead of 3 dicts
Laura M?dioni
2015-11-24
2
-6
/
+17
*
Remove test on str.split() since there is no support for inference on split f...
Laura M?dioni
2015-11-24
2
-11
/
+5
*
check if the type of a variable is redefined (at a function, class or module ...
Laura M?dioni
2015-10-30
5
-3
/
+59
*
Added a new warning, 'unsupported-delete-operation'
Claudiu Popa
2015-11-26
2
-0
/
+111
*
Added a new warning, 'unsupported-assignment-operation'
Claudiu Popa
2015-11-26
2
-0
/
+111
*
Ignore multiple comparisons in unneeded-not rule
Laura M?dioni
2015-11-25
1
-0
/
+4
*
Fix some docstrings and the Python 3 tests
Claudiu Popa
2015-11-25
3
-4
/
+4
*
Fix new import related errors in pylint's codebase.
Claudiu Popa
2015-11-25
4
-5
/
+3
*
slightly change wrong-import-position message and add forgotten functional test
Laura M?dioni
2015-11-12
2
-0
/
+24
*
Check imports are located at the top of the module (right after docstring and...
Laura M?dioni
2015-11-10
15
-15
/
+15
*
Check imports are ordered (standard, 3rd party, local) and grouped by package
Laura M?dioni
2015-11-09
10
-6
/
+46
*
Add is to the checked operators
Laura M?dioni
2015-11-24
2
-0
/
+3
*
Fix crash with 'in' operator on unneeded-not
Laura M?dioni
2015-10-29
2
-1
/
+6
*
improve unneeded-not messages
Laura M?dioni
2015-10-27
1
-12
/
+12
*
Check for nots too many in comparison expressions
Laura M?dioni
2015-10-26
3
-1
/
+54
*
Ignore missing docstrings for decorated attribute setters and deleters
Michael Kefeder
2015-11-19
1
-0
/
+19
*
Added a new refactoring warning, 'simplifiable-if-statement'
Claudiu Popa
2015-11-21
2
-0
/
+124
*
check the number of boolean expressions in if statement is reasonnable
Laura M?dioni
2015-10-29
2
-0
/
+24
*
Use safe inference in unpacking-non-sequence checker
Dmitry Pribysh
2015-11-09
4
-26
/
+34
*
Reduce number of false positives emitted by non-iterator-returned checker
Dmitry Pribysh
2015-11-07
2
-13
/
+17
*
Fix the test to work on both Python versions.
Claudiu Popa
2015-11-04
1
-1
/
+1
*
Add test for deques to `unsubscriptable-object` functional tests
Dmitry Pribysh
2015-11-04
1
-0
/
+6
*
Merged in lmedioni/pylint (pull request #298)
Claudiu Popa
2015-11-04
2
-0
/
+97
|
\
|
*
check if the number of nested block in a function or a method isn't too high
Laura M?dioni
2015-10-30
2
-0
/
+97
*
|
Rename 'unsubscriptable-value' message to 'unsubscriptable-object'
Dmitry Pribysh
2015-11-03
2
-28
/
+28
*
|
Add checker for unsubscriptable values used in subscript expression.
Dmitry Pribysh
2015-11-03
3
-1
/
+99
|
/
*
Fix the tests to work on both Python versions.
Claudiu Popa
2015-10-30
2
-2
/
+2
*
Merged in lmedioni/pylint (pull request #295)
Claudiu Popa
2015-10-30
7
-4
/
+81
|
\
|
*
no-static/class-method: enhance the tests and fix the code accordingly
Laura M?dioni
2015-10-29
4
-3
/
+21
|
*
improve style and fix typos regarding no_class/staticmethod_decorator
Laura M?dioni
2015-10-29
2
-2
/
+2
|
*
check for static methods declared without a decorator
Laura M?dioni
2015-10-29
3
-1
/
+30
|
*
check for class methods declared without a decorator
Laura M?dioni
2015-10-29
4
-3
/
+33
*
|
Add a few functional tests for enhanced unpacking checker
enhance-unpacking-checker
Dmitry Pribysh
2015-10-29
2
-13
/
+36
*
|
Merge heads.
Claudiu Popa
2015-10-27
2
-0
/
+44
|
\
\
|
*
|
Add a new convention message, 'consider-using-enumerate'
Claudiu Popa
2015-10-27
2
-0
/
+44
|
|
/
*
|
Make iterable checker skip classes that are inferred to be abstract
fix-685
Dmitry Pribysh
2015-10-27
4
-13
/
+105
*
|
Skip not-an-iterable and similar checks for Base/Abstract classes
Dmitry Pribysh
2015-10-27
1
-1
/
+23
|
/
*
Use the representation of the context when building the message for misplaced...
Claudiu Popa
2015-10-26
2
-0
/
+3
*
Don't emit misplaced-comparison-constant for constant tests, such as true == ...
Claudiu Popa
2015-10-26
2
-10
/
+4
*
Make misplaced-comparison-constant a convention, rather than a warning.
Claudiu Popa
2015-10-26
1
-3
/
+3
*
Merge heads.
Claudiu Popa
2015-10-26
10
-16
/
+65
|
\
|
*
Explicitely check for const to const comparison
Laura M?dioni
2015-10-26
2
-6
/
+27
|
*
add a new rule looking for yoda conditions
Laura M?dioni
2015-10-15
10
-16
/
+44
*
|
Add test for verifying that __name__ can't be accessed from an instance.
Claudiu Popa
2015-10-26
2
-0
/
+7
*
|
Add test case for issue #559. Closes issue #559.
Claudiu Popa
2015-10-24
1
-0
/
+7
*
|
Don't warn about abstract classes instantiated in their own body. Closes issu...
Claudiu Popa
2015-10-21
1
-0
/
+20
*
|
non-iterator-returned can detect classes with iterator-metaclasses.
Claudiu Popa
2015-10-20
2
-7
/
+43
[next]