summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Prepare 1.6.3pylint-1.6.3Claudiu Popa2016-07-181-1/+1
* Do not crash when calling unpack_infer. Close #998Claudiu Popa2016-07-181-0/+2
* Add basic section for next patch release.Claudiu Popa2016-07-181-0/+7
* Prepare 1.6.2Claudiu Popa2016-07-151-1/+3
* More granular versions for deprecated modules.Claudiu Popa2016-07-091-0/+5
* Do not crash when printing the help of options with default regular expressionsClaudiu Popa2016-07-081-0/+9
* Prepare 1.6.1.pylint-1.6.1Claudiu Popa2016-07-071-0/+8
* Add the new release date to changelog and whatsnew.pylint-1.6.0Claudiu Popa2016-07-071-1/+1
* Document the mccabe extension.Claudiu Popa2016-07-071-0/+3
* Fix a typo, it was 0.26, not 1.26Claudiu Popa2016-07-071-1/+1
* Deprecate support for --optimize-ast. Part of #975.Claudiu Popa2016-07-061-0/+2
* Deprecate support for --output-files. Part of #975.Claudiu Popa2016-07-061-0/+2
* Deprecate support for the HTML output. Part of #975.Claudiu Popa2016-07-051-0/+1
* Add a whatsnew section to pylint's docsClaudiu Popa2016-07-031-72/+311
* Remove section left over from a bad merge.Claudiu Popa2016-07-021-33/+0
* Add date for the release.Claudiu Popa2016-07-021-1/+1
* Fixed check_docs doc error (#735)Glenn Matthews2016-07-021-0/+35
* Made list of property-like decorators configurable. (#942)Yannack2016-07-011-0/+2
* Fix a bug where the top name of a qualified import was detected as unused var...Claudiu Popa2016-07-011-0/+4
* Do not emit import-error or no-name-in-module for fallback import blocks by d...Claudiu Popa2016-06-301-0/+9
* generated-members support qualified name through regular expressions.Claudiu Popa2016-06-301-0/+5
* Make bad-builtin an extension, which is not enabled by default.Claudiu Popa2016-06-301-1/+1
* Removed the bad-builtin checkClaudiu Popa2016-06-301-0/+2
* Don't crash when checking, for super-init-not-called, a method defined in an ...Claudiu Popa2016-06-301-0/+2
* Don't warn about invalid-sequence-index if the indexed object has unknown bas...Claudiu Popa2016-06-301-1/+5
* Add missing changelog entries and new contributor.Claudiu Popa2016-06-301-0/+9
* Add a new option, 'redefining-builtins-modules'.Claudiu Popa2016-06-301-0/+5
* 'reimported' is emitted when the same name is imported from different module.Claudiu Popa2016-06-301-0/+4
* Add a new recommendation checker, 'consider-iterating-dictionary'Claudiu Popa2016-06-301-0/+5
* Use the configparser backport for Python 2Claudiu Popa2016-06-301-0/+6
* Add ChangeLog entry and new contributor.Claudiu Popa2016-06-301-0/+5
* format: check for & warn about trailing newlinesMike Frysinger2016-06-301-0/+5
* Add changelog entry for --ignore-patternsClaudiu Popa2016-06-301-0/+10
* Prepare 1.5.6pylint-1.5.6Claudiu Popa2016-06-061-1/+2
* config files with BOM markers can now be read.Claudiu Popa2016-04-031-0/+4
* epylint.py_run does not crash on big files, using .communicate() instead of ....Claudiu Popa2016-03-281-0/+6
* 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