summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Prepare 1.5.5pylint-1.5.5Claudiu Popa2016-03-211-1/+2
* Let visit_importfrom from Python 3 porting checker be called when everything ...Claudiu Popa2016-03-181-0/+8
* Use an OrderedDict for storing the configuration elementsClaudiu Popa2016-03-051-0/+10
* Don't consider bare and broad except handlers as ignoring NameError,Claudiu Popa2016-02-261-0/+8
* Don't emit unsubscriptable-value for classes with unknown base classesClaudiu Popa2016-01-181-0/+5
* Prepare 1.5.4 releasepylint-1.5.4Claudiu Popa2016-01-151-1/+2
* Don't apply unneeded-not rule on setsLaura Médioni2016-01-151-0/+2
* Merge StringMethodChecker with StringFormatChecker.Claudiu Popa2016-01-131-0/+8
* Prepare 1.5.3 release.pylint-1.5.3Claudiu Popa2016-01-111-2/+2
* Handle the import fallback idiom with regard to wrong-import-order.Claudiu Popa2016-01-101-1/+6
* Decouple the displaying of reports from the displaying of messagesClaudiu Popa2016-01-091-0/+13
* Ignore function calls with variadic arguments without a context.Claudiu Popa2016-01-091-1/+9
* Treat AsyncFunctionDef just like FunctionDef nodesClaudiu Popa2016-01-091-0/+6
* Take in account kwonlyargs when verifying that arguments are definedClaudiu Popa2016-01-091-0/+6
* Add changelog updateNick Bastin2015-12-241-1/+7
* Prepare 1.5.2 release.pylint-1.5.2Claudiu Popa2015-12-211-1/+2
* Give a nice error message when Graphviz is not installed. Closes issue #168.Emile Anclin2015-12-081-0/+5
* Allow statements in if or try blocks containing imports.Laura Médioni2015-12-021-0/+4
* 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/+7
* Prepare a small bug fix release.Claudiu Popa2015-12-021-1/+2
* Don't emit import-self and cyclic-import for relative imports of modules with...Claudiu Popa2015-12-011-0/+4
* Fix a crash which occurred when old visit methods are encounteredClaudiu Popa2015-11-301-0/+3
* Start a new release section for the bugfix release.Claudiu Popa2015-11-301-0/+15
* Prepare 1.5.0 releaseClaudiu Popa2015-11-291-1/+2
* 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 ChangeLogDmitry 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 testsDmitry Pribysh2015-10-191-0/+4
* | Merge with defaultDmitry Pribysh2015-10-181-0/+12
|\ \
| * \ 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.Dmitry 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
| |/
* | Update changelogDmitry Pribysh2015-10-071-0/+5
|/
* Don't emit 'assigning-non-slot' for descriptors. Closes issue #652.Claudiu Popa2015-10-041-0/+2