summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* ``deprecated-method`` is correctly emitted for ``assertEquals`` and friends.Claudiu Popa2018-09-291-2/+5
* Can specify a default docstring type for when the check cannot guess the type...Ashley Whetter2018-07-261-0/+4
* Add support for numpydoc return value names (#2031)Mitchell T.H. Young2018-07-261-0/+4
* Fixed false positive when a numpy Attributes section follows a Parameters sec...Ashley Whetter2018-07-261-0/+11
* Prepare 1.9.3Claudiu Popa2018-07-241-1/+1
* `chain.from_iterable` no longer emits `dict-{}-not-iterating` when dealing wi...Claudiu Popa2018-07-241-1/+2
* [].extend and similar builtin operations don't emit `dict-*-not-iterating` wi...Claudiu Popa2018-07-241-0/+4
* Add `--exit-zero` option (#2099)Jason Owen2018-07-231-0/+6
* Correctly strip the path prefix from the report paths (#1883)Reverb C2018-07-161-0/+5
* `in` is considered iterating context for some of the Python 3 porting checkersClaudiu Popa2018-06-141-0/+11
* 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