summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Prepare 1.8.4Claudiu Popa2018-04-051-0/+15
* Prepare 1.8.3 releasepylint-1.8.3Claudiu Popa2018-03-161-1/+1
* Remove merge markerClaudiu Popa2018-03-161-1/+1
* Don't crash on invalid strings when checking for `logging-format-interpolation`Claudiu Popa2018-03-161-0/+5
* Check if node is in list comprehension in function defaultsBryce Guinta2018-03-031-0/+5
* Fix false positive undefined-variable for lambda arguments in classesBryce Guinta2018-03-021-0/+5
* Exempt `__doc__` from triggering a `redefined-builtin`Claudiu Popa2018-03-011-0/+5
* Backport of PR#1855hippo912018-01-281-0/+5
* Deletion of trailing newline to force CI (2/2)hippo912018-01-251-1/+0
* Add of trailing newline to force CI (1/2)hippo912018-01-251-0/+1
* Add of Changelog and whatsnew entrieshippo912018-01-231-1/+11
* Prepare releasepylint-1.8.2Claudiu Popa2018-01-231-1/+1
* Update contributors and changelog.Brian Shaginaw2018-01-191-0/+2
* Add of Changelog and whatsnew entries.hippo912018-01-071-0/+5
* Add of ChangeLog and whatsnew entrieshippo912018-01-041-0/+5
* Backport of PR #1806hippo912018-01-041-0/+4
* Backport of PR #1775hippo912017-12-281-0/+5
* Don't crash when encountering bare raises while checking inconsistent returnsClaudiu Popa2017-12-241-1/+4
* Add missing Changelog entryClaudiu Popa2017-12-241-1/+6
* Fixed a crash which occurred when `Uninferable` wasn't properly handled in `s...Claudiu Popa2017-12-241-2/+13
* Bump to 1.8.1 to republish the wheel with correct versionpylint-1.8.1Claudiu Popa2017-12-151-0/+7
* Prepare 1.8Claudiu Popa2017-12-151-0/+2
* Pylint doesn't take anymore the default rcfile if the rcfile specified on the...hippo912017-12-151-0/+4
* Fixes ``pylint disable=fixme` directives ignored for comments following the l...hippo912017-12-111-0/+4
* Add of ChangeLog and whatsnew entrieshippo912017-12-111-0/+5
* Add back accidentally removed changelog entry (#1737)Martin2017-11-141-0/+13
* Separate the handling of third party and first party importshippo912017-11-131-0/+4
* Fix line counting for missing-docstring check in combination with docstring-m...ttenhoeve-aa2017-11-111-0/+3
* Respect disable=... in config with --py3k (#1726)Daniel Miller2017-11-111-12/+1
* New warning: shallow copy of os.environ (#1733)Martin2017-11-111-0/+13
* Do not warn no-absolute-import multiple times per file (#1725)Daniel Miller2017-11-111-0/+2
* Extend trailing-comma-tuple check to more complex assignments (#1721)Bryce Guinta2017-11-051-0/+5
* Fixing ``useless-else-on-loop`` false-positive when break statements are deep...hippo912017-10-121-0/+4
* Function redefinitions take in account dummy-variables-rgxhippo912017-09-301-0/+5
* useless-super-delegation takes into account default values for the current im...hippo912017-09-301-0/+4
* Do not emit keyword as unicode string in superfluous-parens message Krzysztof Czapla2017-09-271-0/+4
* `abstract-class-instantiated` is now emitted for all inference paths.Claudiu Popa2017-09-261-0/+4
* Adding a check for ``inconsistent-return-statements`` inside function or meth...hippo912017-09-261-0/+3
* Use predefined sets of naming styles instead of explicit regexps (#1046)Łukasz Rogalski2017-09-201-0/+5
* Support for Google docstring Keyword Args sections (#1664)hippo912017-09-171-0/+4
* Fix some typos and some style fixesClaudiu Popa2017-09-151-4/+8
* Adding a warning about keyword argument appearing before variable args list i...ahirnish2017-09-151-0/+6
* Fix superfluous-parens false positive for logical statements involving `in` o...Łukasz Rogalski2017-09-141-0/+5
* Correct the location of a Changelog entry. (#1629)Erik Wright2017-08-161-6/+6
* Add suggestion-mode flagŁukasz Rogalski2017-08-121-0/+5
* The `invalid-name` check contains the name of the template that caused the fa...Claudiu Popa2017-08-091-0/+4
* Add ChangeLog entryClaudiu Popa2017-08-091-0/+4
* simplify-boolean-expression is now emitted for old style ternaries with first...Łukasz Rogalski2017-08-071-0/+7
* spelling checker: parametrize count of suggestionsŁukasz Rogalski2017-08-071-0/+2
* Fix a false positive with bad-python3-import on relative importsClaudiu Popa2017-08-071-2/+6