summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Give a nice error message when Graphviz is not installed. Closes issue #168.Emile Anclin2015-12-081-0/+3
* Allow statements in if or try blocks containing imports.Laura M?dioni2015-12-021-0/+4
* Added a new error, 'relative-beyond-top-level'.Claudiu Popa2015-12-061-3/+9
* Don't emit super-on-old-class on classes with unknown bases.Claudiu Popa2015-12-061-0/+3
* Accept only functions and methods for the deprecated-method checker.Claudiu Popa2015-12-031-0/+9
* Don't emit import-self and cyclic-import for relative imports of modules with...Claudiu Popa2015-12-011-0/+10
* Add changelog entry for 0c2ba76Claudiu Popa2015-11-301-0/+9
* Fix a crash which occurred when old visit methods are encounteredClaudiu Popa2015-11-301-0/+3
* Added a new warning, 'unsupported-delete-operation'Claudiu Popa2015-11-261-0/+4
* Added a new warning, 'unsupported-assignment-operation'Claudiu Popa2015-11-261-0/+4
* Add ChangeLog entry for issue #692.Claudiu Popa2015-11-251-1/+11
* Add ChangeLog entry for issue #670.Claudiu Popa2015-11-251-0/+4
* Added a new refactoring warning, 'simplifiable-if-statement'Claudiu Popa2015-11-211-0/+4
* check the number of boolean expressions in if statement is reasonnableLaura M?dioni2015-10-291-0/+5
* MergeClaudiu Popa2015-11-051-0/+4
|\
| * display properties as attributes in pyreverse class diagramspaceone2015-10-121-0/+3
* | Add ChangeLog entry for too-many-nested-blocks and fix the errors in pylint.Claudiu Popa2015-11-041-1/+4
* | Rename 'unsubscriptable-value' message to 'unsubscriptable-object'Dmitry Pribysh2015-11-031-1/+1
* | Add checker for unsubscriptable values used in subscript expression.Dmitry Pribysh2015-11-031-0/+4
* | Add ChangeLog entry for issue #675.Claudiu Popa2015-10-301-0/+6
* | Add a new convention message, 'consider-using-enumerate'Claudiu Popa2015-10-271-0/+4
* | Add a Changelog entry for misplaced-comparison-constant.Claudiu Popa2015-10-261-0/+7
* | Remove trailing whitespace from ChangeLogdoc-emphasis-fixDmitry Pribysh2015-10-221-5/+5
* | Fix documentation build warnings and errorsDmitry Pribysh2015-10-221-3/+3
* | Don't warn about abstract classes instantiated in their own body. Closes issu...Claudiu Popa2015-10-211-0/+3
* | Obsolete options are not present by default in the generated configuration file.Claudiu Popa2015-10-201-0/+3
* | non-iterator-returned can detect classes with iterator-metaclasses.Claudiu Popa2015-10-201-0/+4
* | Add checker for membership rules and testsmembership-test-checkerDmitry Pribysh2015-10-191-0/+4
* | Merge with defaultiterable-checkerDmitry Pribysh2015-10-181-0/+5
|\ \
| * | Update changelogDmitry Pribysh2015-10-071-0/+5
* | | Merged in dmand/pylint/fix-667 (pull request #287)Claudiu Popa2015-10-181-0/+4
|\ \ \ | |_|/ |/| |
| * | Rename checking function for 'super()' call checking and update Changelog.fix-667Dmitry Pribysh2015-10-181-0/+4
| |/
* | --enable=all can now be used. Closes issue #142.Claudiu Popa2015-10-101-0/+2
* | Add a new error, 'repeated-keyword', when a keyword argument is passed multip...Claudiu Popa2015-10-091-0/+6
|/
* Don't emit 'assigning-non-slot' for descriptors. Closes issue #652.Claudiu Popa2015-10-041-0/+2
* Add ChangeLog entry for changeset ec1d42a12Claudiu Popa2015-10-041-0/+3
* Add checker to identify multiple imports on one line.Dmitry Pribysh2015-10-011-1/+4
* Start adding a protocol checker for the async features added in PEP 492:Claudiu Popa2015-10-011-0/+10
* Don't consider a class abstract if its members can't be properly inferred.Claudiu Popa2015-09-301-0/+6
* Add ChangeLog entry for the deprecated-module change.Claudiu Popa2015-09-271-0/+3
* Grammar fix.Claudiu Popa2015-09-231-2/+2
* Add changelog entry for 014f596 and a couple of other fixes.Claudiu Popa2015-09-211-0/+5
* Abbreviations of command line options are not supported anymore.Claudiu Popa2015-09-191-0/+8
* Add ChangeLog entry for commit 0ec6615cc2009b27be0c29a493dd865261d518a2Claudiu Popa2015-09-191-0/+4
* Bring logilab-common's ureports into pylint.reporters.Claudiu Popa2015-09-051-0/+8
* Allow a bare raise only inside an except clause.Claudiu Popa2015-09-041-1/+1
* Add a new error, 'misplaced-bare-raise'.Claudiu Popa2015-09-041-1/+11
* Make the --profile flag obsolete. Will be removed in Pylint 1.6.Claudiu Popa2015-09-021-1/+3
* --comment flag was obsoleted and it will be removed in Pylint 1.6.Claudiu Popa2015-08-201-0/+2
* missing-reversed-argument was removed.Claudiu Popa2015-08-201-0/+7