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
*
Add initial version of comparison checker
comparison-checker
Dmitry Pribysh
2015-10-03
3
-0
/
+62
*
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
*
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
|
/
*
Fix tests and use all the inference results when checking for bad-open-mode a...
Claudiu Popa
2015-09-21
2
-6
/
+6
*
Deprecation check based on Python version
Cezar
2015-09-20
7
-7
/
+20
*
Fix some errors
Cezar
2015-09-20
2
-3
/
+3
*
Remove old test for deprecated methods
Cezar
2015-09-20
1
-122
/
+0
*
Update functional tests for deprecated methods
Cezar
2015-09-20
5
-8
/
+30
*
Add tests for deprecation
Cezar
2015-09-19
1
-0
/
+122
*
Abbreviations of command line options are not supported anymore.
Claudiu Popa
2015-09-19
1
-1
/
+5
*
Add test for reimports on single line
Cezar
2015-09-19
1
-1
/
+11
*
Exempt str.format from redundant-keyword-arg when self is passed as a keyword
Claudiu Popa
2015-09-18
1
-0
/
+8
*
Make pylint work with Python 3.5 changes in astroid.
Claudiu Popa
2015-09-18
1
-0
/
+11
*
Bring logilab-common's ureports into pylint.reporters.
Claudiu Popa
2015-09-05
1
-1
/
+2
*
fixed merge conflict
Obscuron
2015-09-04
19
-94
/
+220
|
\
|
*
Allow a bare raise only inside an except clause.
Claudiu Popa
2015-09-04
2
-12
/
+13
|
*
Add missing tests.
Claudiu Popa
2015-09-04
2
-0
/
+80
|
*
Make the --profile flag obsolete. Will be removed in Pylint 1.6.
Claudiu Popa
2015-09-02
1
-0
/
+5
|
*
Bring parts of logilab.common.configuration and logilab.common.optik_ext into...
Claudiu Popa
2015-09-01
1
-1
/
+2
|
*
Use the new node names for the visit and leave methods
Claudiu Popa
2015-08-26
11
-89
/
+120
|
*
Update pylint to use the new astroid AST names and methods
Claudiu Popa
2015-08-25
3
-4
/
+4
|
*
Merged in renezhang/pylint_raise_error (pull request #267)
Claudiu Popa
2015-08-21
1
-0
/
+4
|
|
\
|
|
*
Fix index out of range when handling raise()
Rene Zhang
2015-08-20
1
-0
/
+4
|
*
|
Fix inference error on string format
Rene Zhang
2015-08-20
1
-0
/
+4
|
|
/
*
|
Fix crash when handling generator inside with context
Rene Zhang
2015-08-20
2
-0
/
+15
|
/
*
--comment flag was obsoleted and it will be removed in Pylint 1.6.
Claudiu Popa
2015-08-20
1
-9
/
+0
*
Update the deprecation message to reflect the fact that the options are *obso...
Claudiu Popa
2015-08-20
1
-6
/
+6
*
Remove ignored-builtin-module since it's not useful.
Claudiu Popa
2015-08-20
1
-10
/
+0
*
missing-reversed-argument was removed.
Claudiu Popa
2015-08-20
2
-2
/
+1
*
missing-module-attribute was removed and the corresponding CLI option, requir...
Claudiu Popa
2015-08-20
7
-15
/
+14
*
Merged in The-Compiler/pylint/no-logilab-common (pull request #264)
Claudiu Popa
2015-08-18
4
-26
/
+10
|
\
|
*
Get rid of logilab.common.modutils.
Florian Bruhin
2015-07-26
2
-6
/
+6
|
*
Remove dead test file.
Florian Bruhin
2015-07-26
1
-8
/
+0
|
*
Get rid of logilab.common.compat.
Florian Bruhin
2015-07-26
1
-4
/
+3
[next]