summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* #518 add changelog entryaugassign_unused_argumentRadu Ciorba2015-05-091-0/+3
* #518 fix unused-argument false positive when += is usedRadu Ciorba2015-05-094-7/+2
* Merge.Claudiu Popa2015-05-0826-47/+40
|\
| * Ignore Jython compiled files when gathering old style tests.Claudiu Popa2015-05-081-1/+1
| * Port syntax-error test to the new test framework, add test for Jython.Claudiu Popa2015-05-088-4/+8
| * Use the new style tests for deprecated-modules. Remove stringprep from the li...Claudiu Popa2015-05-0811-29/+20
| * Remove the keyword repeated check (not reliable on other implementations, syn...Claudiu Popa2015-05-082-12/+0
| * Add specific test for unknown-encoding for Jython.Claudiu Popa2015-05-084-1/+11
* | Merged in cmin764/pylint/function_regexp (pull request #248)Claudiu Popa2015-05-082-1/+10
|\ \ | |/ |/|
| * Use a simpler/faster private/special method regexpfunction_regexpCosmin Poieana2015-05-081-1/+1
| * MergeCosmin Poieana2015-05-0835-393/+359
| |\
| * | Improve method regexp for those that require docstringsCosmin Poieana2015-04-202-1/+10
* | | Change the way how __new__ or __init__ is chosed for _determine_callable_obj.Claudiu Popa2015-05-081-8/+3
* | | Remove the tests for unknown-encoding for Python 3 because they can't be test...Claudiu Popa2015-05-083-11/+0
* | | Fix the functional tests for unnown-encoding.Claudiu Popa2015-05-082-2/+2
* | | Fix the implementation of except_implementations, it was busted due to the fa...Claudiu Popa2015-05-081-2/+2
| |/ |/|
* | Fix other pylint warnings over pylint's codebase.Claudiu Popa2015-05-082-3/+3
* | Get rid of abstract-method warnings emitted over pylint's codebase.Claudiu Popa2015-05-073-1/+5
* | Don't emit warnings in the deprecated method.Claudiu Popa2015-05-071-0/+1
* | Emit a proper deprecation warning for reporters.BaseReporter.add_message.Claudiu Popa2015-05-073-2/+28
* | Disable in pylintrc only the actual problems from the codebase.Claudiu Popa2015-05-071-1/+10
* | Fix a couple of other pylint warnings over pylint codebase.Claudiu Popa2015-05-071-13/+13
* | Fix unidiomatic-typecheck.Claudiu Popa2015-05-072-2/+2
* | Remove unused variables.Claudiu Popa2015-05-072-2/+2
* | Remove unused imports.Claudiu Popa2015-05-073-3/+2
* | Remove trailing whitespace.Claudiu Popa2015-05-071-1/+1
* | Remove entries regarding interfaces from the documentation.Claudiu Popa2015-05-061-15/+2
* | Fix the wrong hanging indentation.Claudiu Popa2015-05-051-2/+1
* | Make ignore-iface-methods a noop option, mark it as deprecated.Claudiu Popa2015-05-054-26/+26
* | Remove the rest of interface checks.Claudiu Popa2015-05-056-215/+9
* | Remove interface-not-implemented warning. Closes issue #532.Claudiu Popa2015-05-058-67/+7
* | Forgot to add tests for the new warnings.Claudiu Popa2015-05-034-0/+26
* | Remove obsolete function, it was never used.Claudiu Popa2015-05-031-7/+0
* | Add two new warnings, duplicate-bases and inconsistent-mro.Claudiu Popa2015-05-032-1/+27
* | Fix some typos, rename _module_hierarchy to _qualified_names.Claudiu Popa2015-05-021-5/+5
* | Remove erroneously included test.James Morgensen2015-05-021-12/+0
* | Make fix for #223 more readable; add a test and a ChangeLog line.James Morgensen2015-05-013-3/+82
* | Fix issue #223 (ignored_modules should apply to import errors too). The fix w...James Morgensen2015-04-301-2/+5
* | Remove trailing whitespace.Claudiu Popa2015-04-251-1/+1
* | Lookup in the implicit metaclass when checking for no-member.Claudiu Popa2015-04-256-3/+25
* | Don't emit no-member for classes with unknown bases.Claudiu Popa2015-04-244-8/+26
* | Document why _emit_no_member can't be used before the actual .getattr call.Claudiu Popa2015-04-241-0/+7
* | Move more no-member filters inside _emit_no_member. Add more tests.Claudiu Popa2015-04-243-15/+44
* | Move the mixin check inside _emit_no_member.Claudiu Popa2015-04-241-9/+8
* | Refactor common code for ignoring no-member for a owner in a particular funct...Claudiu Popa2015-04-241-22/+39
|/
* Use no-docstring-rgx option to not emit missing-docstring for private funcs.Florian Bruhin2015-04-201-4/+2
* Add temporary fix for the builtins check in _determine_callable_obj.Claudiu Popa2015-04-191-1/+8
* Remove trailing whitespace.Claudiu Popa2015-04-191-1/+1
* Look for __init__ instead of __new__ in _determine_callable_obj if __new__ co...Claudiu Popa2015-04-194-3/+24
* Remove trailing whitespace.Claudiu Popa2015-04-181-1/+1