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
*
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
*
|
Add checker for membership rules and tests
membership-test-checker
Dmitry Pribysh
2015-10-19
8
-0
/
+176
*
|
Change the numeric ids of the new checkers.
Claudiu Popa
2015-10-18
1
-0
/
+2
*
|
Merge with default
iterable-checker
Dmitry Pribysh
2015-10-18
19
-0
/
+312
|
\
\
|
*
|
Make iterable/mapping checker more smart and refactor it.
Dmitry Pribysh
2015-10-15
15
-7
/
+145
|
*
|
Handle more corner cases in iterable/mapping checker
Dmitry Pribysh
2015-10-08
4
-31
/
+95
|
*
|
Add more positive functional tests for the iterable context checker
Dmitry Pribysh
2015-10-08
2
-25
/
+79
|
*
|
Add functional tests for iterable hecker
Dmitry Pribysh
2015-10-07
5
-0
/
+56
*
|
|
Merged in dmand/pylint/fix-667 (pull request #287)
Claudiu Popa
2015-10-18
3
-0
/
+15
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Make `no-self-use` checker not throw a warning if method has a `super()` call.
Dmitry Pribysh
2015-10-17
3
-0
/
+15
|
|
/
*
|
Port more old tests to the new style tests and remove obsolete tests.
Claudiu Popa
2015-10-12
10
-1
/
+193
*
|
Don't warn about Starred nodes used properly in unpacking contexts
Claudiu Popa
2015-10-10
2
-0
/
+6
*
|
Add a new error, 'repeated-keyword', when a keyword argument is passed multip...
Claudiu Popa
2015-10-09
6
-1
/
+64
|
/
*
Fix the line number of the expected message.
Claudiu Popa
2015-10-04
1
-1
/
+1
*
Don't emit 'assigning-non-slot' for descriptors. Closes issue #652.
Claudiu Popa
2015-10-04
2
-3
/
+37
*
Merged in cezarelnazli/pylint (pull request #281)
Claudiu Popa
2015-10-04
3
-0
/
+12
|
\
|
*
More PEP 448 tests
Cezar
2015-10-04
1
-1
/
+4
|
*
Add functional tests for PEP 448
Cezar
2015-10-04
3
-0
/
+9
*
|
Rename the name of the singleton-comparison test files.
Claudiu Popa
2015-10-04
2
-0
/
+0
*
|
Merged in dmand/pylint/comparison-checker (pull request #280)
Claudiu Popa
2015-10-04
2
-0
/
+16
|
\
\
|
|
/
|
/
|
|
*
Add initial version of comparison checker
comparison-checker
Dmitry Pribysh
2015-10-03
2
-0
/
+16
*
|
Port more old tests to the new style tests and remove obsolete tests.
Claudiu Popa
2015-10-03
8
-5
/
+74
|
/
*
Add checker to identify multiple imports on one line.
Dmitry Pribysh
2015-10-01
4
-2
/
+5
*
Update the list of special methods with the methods added in PEP 492.
Claudiu Popa
2015-10-01
2
-1
/
+20
*
Start adding a protocol checker for the async features added in PEP 492:
Claudiu Popa
2015-10-01
6
-0
/
+94
*
Port more old style tests to new style tests.
Claudiu Popa
2015-10-01
12
-4
/
+147
*
Don't consider a class abstract if its members can't be properly inferred.
Claudiu Popa
2015-09-30
4
-14
/
+43
*
Port more tests to the new test format.
Claudiu Popa
2015-09-30
13
-0
/
+93
*
Fix the tests.
Claudiu Popa
2015-09-29
1
-1
/
+1
*
Port some old style tests to new style tests.
Claudiu Popa
2015-09-29
9
-0
/
+1085
*
Remove unused line
fix-362
moylop260
2015-09-27
1
-1
/
+0
*
Fix #362 - support in import and add test
moylop260
2015-09-27
5
-1
/
+15
*
Retrieve the qualified name only after filtering the proper needs.
Claudiu Popa
2015-09-21
1
-1
/
+8
*
Show what nonlocal was found without a binding.
Claudiu Popa
2015-09-21
2
-1
/
+13
*
Add changelog entry for 014f596 and a couple of other fixes.
Claudiu Popa
2015-09-21
1
-2
/
+2
*
Merged in matrixise/pylint/fix-582 (pull request #274)
Claudiu Popa
2015-09-21
4
-1
/
+24
|
\
|
*
Add a new check for the nonlocal variables without binding (close issue #582)
fix-582
Stephane Wirtel
2015-09-21
4
-1
/
+24
*
|
Fix issue #314: bad-whitespace looks weird when the line does not end with ne...
Fabio Natali
2015-09-21
2
-0
/
+10
*
|
Improve the test suite for deprecated-method
Claudiu Popa
2015-09-21
4
-11
/
+34
|
/
[next]