summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* missing-module-attribute was removed and the corresponding CLI option, requir...Claudiu Popa2015-08-201-0/+4
* The --zope flag is deprecated and it is slated for removal in Pylint 1.6.Claudiu Popa2015-08-111-0/+12
* Add a new error, 'continue-in-finally'.Claudiu Popa2015-08-021-0/+4
* Improved the not-in-loop checker to properly detect more cases.Claudiu Popa2015-08-021-0/+2
* --generate-rcfile generates by default human readable symbols for the --disab...Claudiu Popa2015-07-311-0/+3
* Add ChangeLog entry for a3918e708197. Closes issue #541.Claudiu Popa2015-07-301-1/+4
* Don't emit no-init if not all the bases from a class are known.Claudiu Popa2015-07-221-1/+3
* Improve detection of relative imports in non-packages, as well as importing m...Claudiu Popa2015-07-141-0/+4
* Fix the previous commit, only ignored-modules should use patterns, not ignore...Claudiu Popa2015-07-081-2/+4
* ignored-classes option can work with qualified names, as well as with Unix pa...Claudiu Popa2015-07-071-0/+4
* Add a new error, 'nonlocal-and-global'.Claudiu Popa2015-07-061-0/+4
* Enable misplaced-future for Python 3. Closes issue #580.Claudiu Popa2015-07-031-0/+2
* New imported features from astroid into pyreverse.Claudiu Popa2015-07-031-0/+5
* Disable for unsupported-binary-operationClaudiu Popa2015-07-021-0/+2
* Add a new error, 'unsupported-binary-operation'.Claudiu Popa2015-06-301-1/+5
* Add a new error, 'star-needs-assignment-target'.Claudiu Popa2015-06-261-0/+4
* Add a new error for the Python 3 porting checker, `import-star-module-level`.Claudiu Popa2015-06-251-0/+5
* Detect a couple of objects which can't be base classes (bool, slice, range an...Claudiu Popa2015-06-251-0/+3
* Add a new error, 'invalid-star-assignment-target'.Claudiu Popa2015-06-251-0/+4
* Add a new error, 'too-many-star-expressions'.Claudiu Popa2015-06-251-0/+4
* yield-outside-func is also emitted for `yield from`.Claudiu Popa2015-06-251-0/+2
* Don't emit undefined-all-variable for nodes which can't be inferred (which re...Claudiu Popa2015-06-201-0/+3
* pylint.checkers.utils.excepts_import_error was removed.Claudiu Popa2015-06-201-0/+3
* astroid.utils.LocalsVisitor was moved to pylint.pyreverse.LocalsVisitor.Claudiu Popa2015-06-171-0/+2
* Import astroid inspector to pyreverse.inspector.Claudiu Popa2015-06-171-0/+3
* arguments-differ understand differences between various type of functions.Claudiu Popa2015-06-141-0/+4
* Add a new error, 'invalid-unary-type-operand'.Claudiu Popa2015-06-131-0/+6
* Add ChangeLog entry, new test and documentation for searching .pylintrc in th...Claudiu Popa2015-06-011-0/+4
* Don't emit 'raising-non-exception' when the exception has unknown bases.Claudiu Popa2015-05-271-0/+5
* Add a new warning, 'using-constant-test'.Claudiu Popa2015-05-231-0/+5
* Clarify no-docstring-rgx change in ChangeLogThe-Compiler/clarify-nodocstringrgx-change-in-changel-1432184214099Florian Bruhin2015-05-211-1/+2
* Don't emit undefined-variable if the node is guarded by a NameError, Exceptio...Claudiu Popa2015-05-191-0/+3
* Add ChangeLog entry for changesets beca5817 and 140c2a5cfdc6.Claudiu Popa2015-05-171-1/+5
* Don't emit no-member for nodes protected by AttributeError, Exception or bare...Claudiu Popa2015-05-171-0/+4
* Don't emit no-name-in-module if the import is guarded by an ImportError handler.Claudiu Popa2015-05-161-0/+2
* Remove 'bad-context-manager' due to the inclusion of 'unexpected-special-meth...Claudiu Popa2015-05-141-0/+2
* Add a new warning 'unexpected-special-method-signature'.Claudiu Popa2015-05-141-0/+5
* Improve the detection of undefined variables in function argumentsClaudiu Popa2015-05-121-1/+1
* Detect undefined-variables in function default arguments.Claudiu Popa2015-05-121-0/+5
* Don't emit attribute-defined-outside-init and access-member-before-definition...Claudiu Popa2015-05-121-0/+4
* Improve detection of undefined variables.Claudiu Popa2015-05-111-0/+5
* Merged in bdanielby/pylint (pull request #143)Claudiu Popa2015-05-101-0/+6
|\
| * moved the changelog entry to the topmost sectionBruno Daniel2015-05-101-6/+6
| * adapted the changelogBruno Daniel2015-05-101-2/+2
| * mergeBruno Daniel2015-05-081-0/+6
| |\
| | * Merged logilab/pylint into defaultbdanielby2014-09-131-0/+18
| | |\
| | * \ Merged logilab/pylint into defaultbdanielby2014-08-271-1/+7
| | |\ \
| | | * \ Merged logilab/pylint into defaultbdanielby2014-08-151-1/+7
| | | |\ \
| | | | * \ merged with logilab/pylint and added Changelog entry for the new documentationBruno Daniel2014-08-111-1/+11
| | | | |\ \
| | | | * | | changelog entry for the new extensions module and the new checker 'check_docs'Bruno Daniel2014-08-081-0/+6