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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
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
12
-30
/
+67
*
|
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
*
|
Obsolete options are not present by default in the generated configuration file.
Claudiu Popa
2015-10-20
1
-0
/
+6
*
|
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
21
-1
/
+313
|
\
\
|
*
|
Make iterable/mapping checker more smart and refactor it.
Dmitry Pribysh
2015-10-15
16
-15
/
+145
|
*
|
Remove redundant unittests for iterable checker
Dmitry Pribysh
2015-10-08
1
-135
/
+0
|
*
|
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
|
*
|
Move iterable checker to typecheck module and alter inference strategy
Dmitry Pribysh
2015-10-08
2
-144
/
+144
|
*
|
Add functional tests for iterable hecker
Dmitry Pribysh
2015-10-07
5
-0
/
+56
|
*
|
Alter inference strategy in iterable/mapping checker
Dmitry Pribysh
2015-10-07
1
-23
/
+2
|
*
|
Improve iterable inference and add more unit tests for iterable checker
Dmitry Pribysh
2015-10-06
1
-6
/
+48
|
*
|
Add iterable checking for all types of comprehensions.
Dmitry Pribysh
2015-10-05
1
-0
/
+15
|
*
|
Add initial version of checker for iterables/mappings.
Dmitry Pribysh
2015-10-05
1
-0
/
+107
*
|
|
Forgot to add test file.
Claudiu Popa
2015-10-18
1
-0
/
+5
*
|
|
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
|
|
/
/
*
|
|
Decode the docstring before attempting to parse it with the spelling checker
Claudiu Popa
2015-10-16
1
-0
/
+5
|
|
/
|
/
|
*
|
Port more old tests to the new style tests and remove obsolete tests.
Claudiu Popa
2015-10-12
17
-98
/
+83
*
|
--enable=all can now be used. Closes issue #142.
Claudiu Popa
2015-10-10
1
-0
/
+12
*
|
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
3
-0
/
+62
|
\
\
|
|
/
|
/
|
|
*
Add initial version of comparison checker
comparison-checker
Dmitry Pribysh
2015-10-03
3
-0
/
+62
*
|
Port more old tests to the new style tests and remove obsolete tests.
Claudiu Popa
2015-10-03
24
-205
/
+74
|
/
*
Add checker to identify multiple imports on one line.
Dmitry Pribysh
2015-10-01
5
-3
/
+23
*
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
20
-144
/
+98
*
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
21
-86
/
+35
*
Fix the tests.
Claudiu Popa
2015-09-29
3
-4
/
+4
*
Port some old style tests to new style tests.
Claudiu Popa
2015-09-29
16
-74
/
+30
*
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
*
Grammar fix.
Claudiu Popa
2015-09-23
1
-4
/
+4
*
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
[prev]
[next]