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 a new check for the nonlocal variables without binding (close issue #582)
fix-582
Stephane Wirtel
2015-09-21
4
-1
/
+24
*
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
|
*
Get rid of logilab.common.optik_ext and logilab.common.textutils.
Florian Bruhin
2015-07-26
1
-8
/
+1
*
|
The --zope flag is deprecated and it is slated for removal in Pylint 1.6.
Claudiu Popa
2015-08-11
1
-0
/
+25
*
|
Use astroid.YES instead of using it from astroid.bases (it was moved anyway)
Claudiu Popa
2015-08-11
1
-1
/
+1
*
|
Handle additional keyword arguments when checking for unnecessary-lambdas.
Claudiu Popa
2015-08-09
1
-0
/
+1
*
|
Use the new CallFunc.keywords instead of filtering out Keyword from CallFunc....
Claudiu Popa
2015-08-08
1
-1
/
+1
*
|
Add a new error, 'continue-in-finally'.
Claudiu Popa
2015-08-02
4
-12
/
+31
*
|
Improved the not-in-loop checker to properly detect more cases.
Claudiu Popa
2015-08-02
4
-16
/
+68
*
|
--generate-rcfile generates by default human readable symbols for the --disab...
Claudiu Popa
2015-07-31
1
-0
/
+18
*
|
Add a helper test function, _run_pylint, for simplifying the manipulation of ...
Claudiu Popa
2015-07-30
1
-23
/
+18
*
|
Use the context manager version of assertRaises in order to simplify a test.
Claudiu Popa
2015-07-30
1
-13
/
+12
*
|
add a no-space-check option for empty lines
Harut
2015-07-25
1
-3
/
+10
|
/
*
Use a context manager for fake home directories.
home-fix
Florian Bruhin
2015-07-25
1
-37
/
+27
*
Fix tests when $HOME is unset in the environment.
Florian Bruhin
2015-07-25
1
-6
/
+15
*
Don't emit no-init if not all the bases from a class are known.
Claudiu Popa
2015-07-22
1
-1
/
+6
*
Improve detection of relative imports in non-packages, as well as importing m...
Claudiu Popa
2015-07-14
6
-5
/
+13
*
Make a test less stricter by checking that only one message line is expected.
Claudiu Popa
2015-07-14
1
-7
/
+2
*
Cleanup some tests.
Claudiu Popa
2015-07-13
3
-16
/
+35
*
Update pylint to use the new astroid.parse, not testutils.build_module.
Claudiu Popa
2015-07-13
7
-20
/
+27
[next]