summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fixed merge conflictObscuron2015-09-0445-452/+1408
|\
| * Allow a bare raise only inside an except clause.Claudiu Popa2015-09-044-18/+18
| * Add missing tests.Claudiu Popa2015-09-042-0/+80
| * Add a new error, 'misplaced-bare-raise'.Claudiu Popa2015-09-042-4/+43
| * Make the --profile flag obsolete. Will be removed in Pylint 1.6.Claudiu Popa2015-09-023-16/+10
| * Bring parts of logilab.common.configuration and logilab.common.optik_ext into...Claudiu Popa2015-09-016-63/+826
| * Update the version to reflect what will be released. Some users are using the...Claudiu Popa2015-08-261-1/+1
| * Use the new node names for the visit and leave methodsClaudiu Popa2015-08-2625-141/+182
| * Remove trailing whitespaces and other pylint related issues.Claudiu Popa2015-08-254-10/+10
| * Update pylint to use the new astroid AST names and methodsClaudiu Popa2015-08-2519-223/+252
| * Merged in renezhang/pylint_raise_error (pull request #267)Claudiu Popa2015-08-212-1/+5
| |\
| | * More idiomatic pythonRene Zhang2015-08-211-2/+1
| | * Fix index out of range when handling raise()Rene Zhang2015-08-202-1/+6
| * | Fix inference error on string formatRene Zhang2015-08-202-0/+6
| |/
* | Fix crash when handling generator inside with contextRene Zhang2015-08-203-3/+19
|/
* Mention that the option is obsoleted.Claudiu Popa2015-08-201-1/+2
* --comment flag was obsoleted and it will be removed in Pylint 1.6.Claudiu Popa2015-08-205-56/+3
* Update the deprecation message to reflect the fact that the options are *obso...Claudiu Popa2015-08-202-8/+8
* Remove ignored-builtin-module since it's not useful.Claudiu Popa2015-08-203-15/+0
* missing-reversed-argument was removed.Claudiu Popa2015-08-204-8/+10
* Remove deprecated options from the configuration file.Claudiu Popa2015-08-201-17/+0
* missing-module-attribute was removed and the corresponding CLI option, requir...Claudiu Popa2015-08-209-29/+22
* Fix pylint warnings for the code imported from logilab-common.Claudiu Popa2015-08-186-35/+30
* Merged in The-Compiler/pylint/no-logilab-common (pull request #264)Claudiu Popa2015-08-1815-56/+574
|\
| * Get rid of logilab.common.graph.no-logilab-commonFlorian Bruhin2015-07-263-3/+180
| * Get rid of logilab.common.vcgutils.Florian Bruhin2015-07-262-1/+201
| * Get rid of logilab.common.modutils.Florian Bruhin2015-07-262-6/+6
| * Remove dead test file.Florian Bruhin2015-07-261-8/+0
| * Get rid of logilab.common.interface.Florian Bruhin2015-07-263-8/+24
| * Get rid of logilab.common.compat.Florian Bruhin2015-07-264-8/+6
| * Get rid of logilab.common.optik_ext and logilab.common.textutils.Florian Bruhin2015-07-264-19/+155
| * Get rid of astroid.common.__version__.Florian Bruhin2015-07-251-3/+2
* | Import the context from astroid.context, not astroid.basesClaudiu Popa2015-08-121-1/+2
* | The --zope flag is deprecated and it is slated for removal in Pylint 1.6.Claudiu Popa2015-08-114-8/+50
* | Use astroid.YES instead of using it from astroid.bases (it was moved anyway)Claudiu Popa2015-08-112-2/+2
* | Handle additional keyword arguments when checking for unnecessary-lambdas.Claudiu Popa2015-08-093-2/+10
* | Use the new CallFunc.keywords instead of filtering out Keyword from CallFunc....Claudiu Popa2015-08-086-39/+30
* | Remove trailing whitespace.Claudiu Popa2015-08-021-1/+1
* | Add a new error, 'continue-in-finally'.Claudiu Popa2015-08-026-14/+45
* | Improved the not-in-loop checker to properly detect more cases.Claudiu Popa2015-08-026-18/+77
* | Remove trailing whitespace.Claudiu Popa2015-07-311-1/+1
* | --generate-rcfile generates by default human readable symbols for the --disab...Claudiu Popa2015-07-313-2/+35
* | Add a helper test function, _run_pylint, for simplifying the manipulation of ...Claudiu Popa2015-07-301-23/+18
* | Use the context manager version of assertRaises in order to simplify a test.Claudiu Popa2015-07-301-13/+12
* | Remove the -i option for pyreverse from the man page, since it's actually --i...Claudiu Popa2015-07-301-1/+1
* | Add ChangeLog entry for a3918e708197. Closes issue #541.Claudiu Popa2015-07-301-1/+4
* | Merged in harut/pylint (pull request #261)Claudiu Popa2015-07-301-16/+2
|\ \
| * | Remove unused argument.Claudiu Popa2015-07-261-2/+2
| * | Remove metaclass specific logic in _emit_no_member, which is already handled ...Claudiu Popa2015-07-261-14/+0
* | | add a no-space-check option for empty linesHarut2015-07-252-8/+24
|/ /