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
/
checkers
/
base.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move all package files to a pylint package.
Ionel Cristian Maries
2015-02-14
1
-1253
/
+0
*
Don't require a docstring for empty modules. Closes issue #261.
Claudiu Popa
2015-01-24
1
-0
/
+5
*
Add the name of the abstract class in abstract-class-instantiated message.
Claudiu Popa
2015-01-02
1
-3
/
+7
*
Use a mro traversal for finding abstract methods. Closes issue #415.
Claudiu Popa
2014-12-21
1
-47
/
+9
*
Proper abstract method lookup while checking for abstract-class-instantiated.
Claudiu Popa
2014-12-16
1
-2
/
+31
*
Make some methods private.
Claudiu Popa
2014-12-04
1
-4
/
+4
*
Improve the reporting for dangerous-default-value.
Claudiu Popa
2014-12-03
1
-9
/
+21
*
Make dangerous-default-argument check resilient to inferred builtin calls for...
Claudiu Popa
2014-11-28
1
-1
/
+4
*
pylint pylint
Sylvain Th?nault
2014-11-19
1
-17
/
+21
*
Move old-raise-syntax to the python3 porting checker.
Claudiu Popa
2014-11-15
1
-11
/
+1
*
Shorten a long line.
Claudiu Popa
2014-11-15
1
-2
/
+3
*
Emit abstract-class-instantiated for classes with ancestors that have an ABCM...
Claudiu Popa
2014-11-15
1
-6
/
+6
*
abstract-class-instantiated is also emitted for Python 2.
Claudiu Popa
2014-11-15
1
-2
/
+1
*
Introduce a Python 3 checker.
Brett Cannon
2014-10-03
1
-2
/
+1
*
Change basestring to six.string_types
Brett Cannon
2014-08-29
1
-1
/
+1
*
Fix a incorrect use of sys.maxint by using sys.maxsize
Brett Cannon
2014-08-29
1
-1
/
+1
*
Modernize to the point of working for Python 2.7 still
Brett Cannon
2014-08-29
1
-9
/
+11
*
Implement confidence levels.
Torsten Marek
2014-07-24
1
-16
/
+30
*
Change the multi-style name checker from first-style-wins to majority-style-w...
Torsten Marek
2014-07-24
1
-10
/
+34
*
Don't emit 'invalid-name' when assigning a name in an ImportError handler. Cl...
cpopa
2014-08-09
1
-2
/
+27
*
Revert change.
cpopa
2014-08-08
1
-1
/
+1
*
Cleanup.
cpopa
2014-08-08
1
-11
/
+14
*
Converted more test cases.
Torsten Marek
2014-07-30
1
-1
/
+1
*
[refs #282] A previous failed merge meant the fixes got applied to a very old...
carl
2014-07-29
1
-247
/
+423
*
[refs #282] Various improvements based on feedback on pull-request #138
carl
2014-07-29
1
-430
/
+256
*
[refs #282] dangerous-default-values are now not evaluated to get their type/...
carl
2014-07-27
1
-4
/
+16
*
Don't emit 'missing-docstring' when the actual docstring uses `.format`. Clos...
cpopa
2014-07-25
1
-0
/
+12
*
linting pylint
Sylvain Th?nault
2014-07-25
1
-207
/
+200
*
Don't emit 'unnecessary-lambda' if the body of the lambda call contains call ...
cpopa
2014-07-25
1
-0
/
+5
*
Don't emit 'pointless-string-statement' for attribute docstrings. Closes issu...
cpopa
2014-07-24
1
-3
/
+15
*
Fix a potential AttributeError when checking for `reversed` arguments.
cpopa
2014-04-25
1
-5
/
+8
*
Fix Python < 2.7 compatibility.
cpopa
2014-04-14
1
-1
/
+1
*
Make it possible to show a naming hint for invalid name by setting include-na...
Torsten Marek
2014-03-30
1
-69
/
+41
*
Added support for enforcing multiple, but consistent name styles for differen...
Torsten Marek
2014-04-09
1
-1
/
+36
*
Also warn about empty docstrings on overridden methods.
Torsten Marek
2014-03-30
1
-3
/
+5
*
Remove the reference to ast.literal_eval from the error message.
cpopa
2014-04-07
1
-2
/
+2
*
Add new warning 'eval-used'.
cpopa
2014-03-25
1
-1
/
+9
*
Merged in PCManticore/pylint (pull request #91)
Sylvain Th?nault
2014-02-24
1
-6
/
+9
|
\
|
*
Wrong maxversion used.
cpopa
2014-02-22
1
-1
/
+1
|
*
Syntax only valid for Python 3.3+.
cpopa
2014-02-22
1
-4
/
+4
|
*
Do not warn about returning values in generator for Python 3, it is valid syn...
cpopa
2014-02-22
1
-7
/
+10
*
|
Updated FSF address.
Arun Persaud
2014-02-23
1
-1
/
+1
|
/
*
Use qname(), remove useless check and add packaging info.
cpopa
2014-02-14
1
-8
/
+2
*
Add support for abc.ABC from Python 3.4.
cpopa
2014-02-13
1
-2
/
+19
*
Use .next.
cpopa
2014-02-13
1
-1
/
+1
*
Add abstract-class-instantiated warning.
cpopa
2014-02-09
1
-1
/
+44
*
Mark `file` as a bad function when using python 2, closes #8.
cpopa
2014-01-11
1
-0
/
+1
*
Ignore non-inferable nodes, add test case for non-inferable nodes.
cpopa
2014-01-09
1
-0
/
+2
*
Merge with default.
cpopa
2014-01-09
1
-6
/
+16
|
\
|
*
various pylint fixes
Sylvain Th?nault
2013-12-22
1
-2
/
+2
[next]