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
/
classes.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modernize to the point of working for Python 2.7 still
Brett Cannon
2014-08-29
1
-6
/
+7
*
Fix a crash which ocurred while checking for 'method-hidden', when the parent...
cpopa
2014-08-23
1
-1
/
+2
*
Detect calls of the parent's __init__, through a binded super() call.
cpopa
2014-08-16
1
-0
/
+11
*
Don't emit 'protected-access' if the attribute is accessed using a property d...
cpopa
2014-08-14
1
-1
/
+18
*
Cleanup.
cpopa
2014-08-08
1
-8
/
+16
*
Minor cleanup.
cpopa
2014-08-05
1
-9
/
+8
*
Don't emit 'attribute-defined-outside-init' if the attribute was set by a fun...
cpopa
2014-08-04
1
-0
/
+33
*
linting pylint
Sylvain Th?nault
2014-07-25
1
-41
/
+39
*
Only emit attribute-defined-outside-init for definition within the same modul...
Sylvain Th?nault
2014-07-25
1
-1
/
+5
*
Don't emit hidden-method message when the attribute has been monkey-patched,
Sylvain Th?nault
2014-07-25
1
-3
/
+7
*
Add 'assigning-non-slot' warning, which detects assignments to attributes not...
cpopa
2014-07-10
1
-1
/
+32
*
Remove trailing whitespace.
cpopa
2014-07-01
1
-1
/
+1
*
Emit attribute-defined-outside-init for all cases, not just for the last assi...
cpopa
2014-07-01
1
-21
/
+23
*
[classes checker] fix access-member-before-definition false negative wrt aug ...
Sylvain Th?nault
2014-04-15
1
-0
/
+17
*
various cleanups
Sylvain Th?nault
2014-04-15
1
-5
/
+7
*
Emit only symbolic names from the classes checker.
Torsten Marek
2014-04-10
1
-30
/
+29
*
Infer slots elements before attempting to validate them.
cpopa
2014-04-12
1
-11
/
+18
*
Remove empty-slots-object, define tuple with methods at the global level.
cpopa
2014-04-09
1
-1
/
+2
*
Merge with default.
cpopa
2014-04-09
1
-1
/
+53
|
\
|
*
Verify all the infered slots, skip YES nodes from the values and other fixes.
cpopa
2014-04-09
1
-36
/
+39
|
*
Merge with default.
cpopa
2014-03-31
1
-1
/
+50
|
|
\
|
|
*
Add new checks for proper class slots.
cpopa
2014-03-31
1
-1
/
+50
*
|
|
Merged in dpursehouse/pylint (pull request #88)
Claudiu Popa
2014-04-09
1
-1
/
+4
|
\
\
\
|
|
/
/
|
*
|
Do not warn about 'abstract-method' when the abstract method is implemented t...
cpopa
2014-03-25
1
-0
/
+3
|
|
/
|
*
Updated FSF address.
Arun Persaud
2014-02-23
1
-1
/
+1
*
|
Better message for E0202
David Pursehouse
2014-01-21
1
-1
/
+1
|
/
*
various pylint fixes
Sylvain Th?nault
2013-12-22
1
-4
/
+4
*
Fix argument check for variable arguments.
cpopa
2013-09-26
1
-1
/
+4
*
Add bad-context-manager check for __exit__ special method.
cpopa
2013-09-26
1
-0
/
+12
*
Update non-iterator-returned message.
cpopa
2013-09-02
1
-1
/
+1
*
Use NEXT_METHOD globally.
cpopa
2013-09-02
1
-6
/
+5
*
Check only for next method.
cpopa
2013-08-30
1
-7
/
+6
*
Add check for non-iterator returned by __iter__.
cpopa
2013-08-08
1
-1
/
+37
*
astng has been renamed astroid
David Douard
2013-06-17
1
-34
/
+34
*
erroneous W0212 (access to protected member) on super call. Closes #115580
Martin Pool
2013-01-08
1
-1
/
+6
*
Fixes a crash when an __init__ method in a base class has been created by ass...
tmarek
2012-11-12
1
-2
/
+2
*
Closes #104572: symbolic warning names in output (by Martin Pool)
Martin Pool
2012-09-19
1
-0
/
+21
*
use .iter* version of dict methods when possible
Sylvain Th?nault
2012-09-19
1
-2
/
+2
*
Fix false positive W0231 for missing call to object.__init__. Closes #103656
FELD Boris
2012-09-19
1
-4
/
+3
*
Improve checking of metaclass methods's first arg. Closes #4014.
FELD Boris
2012-09-19
1
-30
/
+68
*
Refactor _check_protected_attribute_access by extracting independent part in ...
Sylvain Th?nault
2012-06-07
1
-10
/
+3
*
Add checking for protected attribute assignement, closes #7394.
Sylvain Th?nault
2012-06-07
1
-10
/
+50
*
Doesn't check that overriden method signature match if it's a private method,...
Sylvain Th?nault
2012-06-07
1
-1
/
+4
*
don't emit E0202 (attribute hiding a method) on @property methods. Closes #89092
Sylvain Th?nault
2012-03-15
1
-1
/
+11
*
better message for E0202 (closes #77237)
Sylvain Th?nault
2011-10-03
1
-9
/
+7
*
closes #74742: make allowed name for first argument of class method configurable
Sylvain Th?nault
2011-09-07
1
-3
/
+18
*
avoid W0221 or W0222 when *args and **kwargs are in use. Patch by Charles Duffy.
Sylvain Th?nault
2011-01-06
1
-0
/
+3
*
performance: use 'active_msgs' attribute to disable function calls or the like
Emile Anclin
2010-12-13
1
-6
/
+16
*
223 : run python2.x compatible fixers
Emile Anclin
2010-11-15
1
-1
/
+1
*
use generic disable / enable methods and inline option
Sylvain Th?nault
2010-04-19
1
-1
/
+1
[next]