summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Prepare 1.9.2pylint-1.9.2Claudiu Popa2018-06-061-4/+18
* Fix an error which occurred when using the docparams extension and documentin...Adam Dangoor2018-05-161-0/+10
* Prepare 1.9.1Ashley Whetter2018-05-161-0/+9
* Prepare 1.9.0Ashley Whetter2018-05-151-1/+1
* Added two new Python 3 porting checks, `exception-escape` and `comprehension-...Claudiu Popa2018-05-121-0/+5
* Emit a warning when sys.exc_clear is accessedClaudiu Popa2018-05-111-0/+2
* Emit a warning when .xreadlines() is accessedClaudiu Popa2018-05-111-0/+1
* The Python 3 porting checker can run with Python 3 as wellClaudiu Popa2018-05-101-0/+4
* Relaxed docstring checks for abstract methodsAshley Whetter2018-05-091-0/+6
* Enum classes no longer trigger too-few-methodsAshley Whetter2018-05-091-2/+9
* Move the changelog entry in 1.9 section and add a new entry in what's newClaudiu Popa2018-05-081-3/+3
* Add new check py3k invalid-unicode-literal. (#2068)Sushobhit2018-05-091-0/+4
* Rip invalid-raise-syntax, we already have old-raise-syntaxClaudiu Popa2018-04-181-4/+0
* defaultdict and subclasses of dict are now handled for dict-iter-* checksClaudiu Popa2018-04-181-0/+4
* Rip lambda paremeter unpacking, we already have parameter-unpackingClaudiu Popa2018-04-181-4/+0
* Added a new Python 2/3 check for invalid raise syntax.Claudiu Popa2018-04-171-0/+4
* Added a new Python 2/3 check for invalid lambda parameter list, `lambda-param...Claudiu Popa2018-04-171-0/+4
* Added a new Python 2/3 check for accessing removed urllib functionsClaudiu Popa2018-04-121-0/+5
* Added a new Python 2/3 check for accessing `operator.div`, which is removed i...Claudiu Popa2018-04-121-0/+3
* Added 1.9 which will have some python 3 new port checksClaudiu Popa2018-04-051-0/+7
* 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