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
/
checkers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename checking function for 'super()' call checking and update Changelog.
fix-667
Dmitry Pribysh
2015-10-18
1
-2
/
+2
*
Make `no-self-use` checker not throw a warning if method has a `super()` call.
Dmitry Pribysh
2015-10-17
1
-1
/
+10
*
Don't emit 'assigning-non-slot' for descriptors. Closes issue #652.
Claudiu Popa
2015-10-04
1
-0
/
+23
*
Simplify the check.
Claudiu Popa
2015-10-04
1
-4
/
+5
*
Remove unused parameter.
Claudiu Popa
2015-10-04
1
-3
/
+3
*
Add initial version of comparison checker
comparison-checker
Dmitry Pribysh
2015-10-03
1
-0
/
+39
*
Change multiple-imports message type to `convention` with code C0410
Dmitry Pribysh
2015-10-01
1
-1
/
+1
*
Add checker to identify multiple imports on one line.
Dmitry Pribysh
2015-10-01
1
-1
/
+9
*
Update the list of special methods with the methods added in PEP 492.
Claudiu Popa
2015-10-01
1
-3
/
+3
*
Remove line from the license header, which was inadvertently copied from base.py
Claudiu Popa
2015-10-01
1
-1
/
+0
*
Start adding a protocol checker for the async features added in PEP 492:
Claudiu Popa
2015-10-01
1
-0
/
+84
*
Don't consider a class abstract if its members can't be properly inferred.
Claudiu Popa
2015-09-30
1
-0
/
+6
*
Fix #362 - support in import and add test
moylop260
2015-09-27
1
-1
/
+1
*
Fix #362 - Show deprecated-module even if the module is not installed
moylop260
2015-09-26
1
-1
/
+1
*
Grammar fix.
Claudiu Popa
2015-09-23
1
-1
/
+1
*
Retrieve the qualified name only after filtering the proper needs.
Claudiu Popa
2015-09-21
1
-1
/
+1
*
Show what nonlocal was found without a binding.
Claudiu Popa
2015-09-21
1
-3
/
+4
*
Add changelog entry for 014f596 and a couple of other fixes.
Claudiu Popa
2015-09-21
1
-2
/
+4
*
Add a comment regarding the nodes we're not interested into.
Claudiu Popa
2015-09-21
1
-1
/
+2
*
Merged in matrixise/pylint/fix-582 (pull request #274)
Claudiu Popa
2015-09-21
1
-0
/
+27
|
\
|
*
Add a new check for the nonlocal variables without binding (close issue #582)
fix-582
Stephane Wirtel
2015-09-21
1
-0
/
+27
*
|
Merged in fnstudio/pylint (pull request #275)
Claudiu Popa
2015-09-21
1
-2
/
+10
|
\
\
|
*
|
deprecated method names are shown correctly
palazzem
2015-09-21
1
-2
/
+10
|
*
|
Merged in palazzem/pylint (pull request #271)
Claudiu Popa
2015-09-21
1
-1
/
+1
|
|
\
\
|
*
|
|
fixed _check_deprecated_method during pylint linting
palazzem
2015-09-21
1
-2
/
+2
|
|
|
/
|
|
/
|
*
|
|
Fix issue #314: bad-whitespace looks weird when the line does not end with ne...
Fabio Natali
2015-09-21
1
-2
/
+5
|
|
/
|
/
|
*
|
Improve the test suite for deprecated-method
Claudiu Popa
2015-09-21
1
-1
/
+1
|
/
*
Fix tests and use all the inference results when checking for bad-open-mode a...
Claudiu Popa
2015-09-21
1
-10
/
+12
*
Deprecation check based on Python version
Cezar
2015-09-20
1
-63
/
+80
*
Fix some errors
Cezar
2015-09-20
1
-3
/
+3
*
Add checker for method deprecation
Cezar
2015-09-20
1
-50
/
+67
*
Add deprecation checkers
Cezar
2015-09-19
1
-27
/
+59
*
Document the checker method
Cezar
2015-09-19
1
-0
/
+4
*
Add check for deprecated unittest aliases
Cezar
2015-09-19
1
-2
/
+25
*
Fix indentation problem.
Claudiu Popa
2015-09-19
1
-2
/
+2
*
Move the block after the check_reimport block.
Claudiu Popa
2015-09-19
1
-5
/
+5
*
Use a counter instead of manually peeking at the next items.
Claudiu Popa
2015-09-19
1
-5
/
+8
*
Use enumarete() instead of range()
Cezar
2015-09-19
1
-3
/
+3
*
Raise 'reimported' on duplice import on single line
Cezar
2015-09-19
1
-0
/
+7
*
Remove trailing whitespace.
Claudiu Popa
2015-09-18
1
-1
/
+1
*
Exempt str.format from redundant-keyword-arg when self is passed as a keyword
Claudiu Popa
2015-09-18
1
-2
/
+10
*
Make pylint work with Python 3.5 changes in astroid.
Claudiu Popa
2015-09-18
4
-26
/
+56
*
Fix false positives with unnecessary-lambda. Closes issue #630.
Claudiu Popa
2015-09-05
1
-14
/
+2
*
Bring logilab-common's ureports into pylint.reporters.
Claudiu Popa
2015-09-05
5
-10
/
+7
*
Fix the name of the attribute, it's six.string_types.
Claudiu Popa
2015-09-05
1
-1
/
+1
*
fixed merge conflict
Obscuron
2015-09-04
15
-259
/
+284
|
\
|
*
Allow a bare raise only inside an except clause.
Claudiu Popa
2015-09-04
1
-5
/
+4
|
*
Add a new error, 'misplaced-bare-raise'.
Claudiu Popa
2015-09-04
1
-3
/
+32
|
*
Bring parts of logilab.common.configuration and logilab.common.optik_ext into...
Claudiu Popa
2015-09-01
1
-2
/
+1
|
*
Use the new node names for the visit and leave methods
Claudiu Popa
2015-08-26
12
-51
/
+51
[next]