summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Improve documentation (#1401)Łukasz Rogalski2017-04-021-1/+1
* Split missing+differing docstring param checks (#1344)John Paraskevopoulos2017-03-111-0/+6
* Make cyclic import checker respect local disable clauses (#1286)Łukasz Rogalski2017-03-011-0/+6
* Understand starred expression used in string formatting RHS tuple (#1299)Łukasz Rogalski2017-02-191-0/+6
* Wrap __all__ in docs with proper markdownŁukasz Rogalski2017-02-141-1/+1
* Add flag to allow wildcard imports if module defines __all__Łukasz Rogalski2017-02-141-0/+5
* epylint: corrects msg-template object (#1311)Daniela Plascencia2017-02-081-0/+3
* Do not emit warning on type(self)._private_attribute access (#1288)Łukasz Rogalski2017-02-051-0/+5
* Add single-line-class-stmt optionŁukasz Rogalski2017-01-281-0/+4
* Added a new error, 'used-prior-global-declaration'.Claudiu Popa2017-01-281-0/+6
* The protocol checks are emitting their messages when a special method is set ...Claudiu Popa2017-01-261-0/+4
* Objects with the same name as inner attributes are not marked as unused any l...Derek Gustafson2017-01-211-0/+5
* Add change log entries, fix style issuesŁukasz Rogalski2017-01-031-0/+5
* Add new extension for detecting integer comparisons against zero (#1243)Alexander Todorov2016-12-311-0/+2
* Add new extension for comparison against empty string constants (#1183)Alexander Todorov2016-12-291-2/+4
* Add new contributor and changelog entryClaudiu Popa2016-12-271-0/+2
* 'trailing-comma-tuple' check was addedClaudiu Popa2016-12-181-0/+7
* New refactoring checker: consider-using-ternary (#1210)Łukasz Rogalski2016-12-181-0/+4
* Improve metaclass detection in nested scopes in Python 3 (#1202)Łukasz Rogalski2016-12-161-0/+4
* Don't emit not-callable for instances with unknown base classes. Close #1213Claudiu Popa2016-12-161-0/+4
* Aliasing an import with underscore skips unused-import checkDerek Gustafson2016-12-141-0/+4
* Add a new option for finding unused global variables.Łukasz Rogalski2016-12-131-0/+3
* Rename the check to no-else-return.Claudiu Popa2016-12-041-1/+1
* Add a new check, superflous-else-returnMoisés López2016-12-041-0/+3
* Don't emit unused-argument and function-redefined for singledispatch implemen...Łukasz Rogalski2016-12-041-0/+5
* Add Python 3 checker for accessing deprecated functions on the `string` modul...Roy Williams2016-12-021-0/+2
* Add a Python 3 Checker to find invalid imports in Python 3 (#1182)Roy Williams2016-11-301-0/+2
* Add new checker len-as-condition (#1154)Alexander Todorov2016-11-291-0/+3
* Add a Python 3 warning about accessing sys.maxint (#1180)Roy Williams2016-11-291-0/+3
* Report when __slots__ is a simple string and not a non-string container (#1171)Anthony Foglia2016-11-241-0/+4
* Add a Python 3 checker for calls to `encode` or `decode` with non-text codecs...Roy Williams2016-11-231-0/+3
* Treat keyword only arguments the same as positional arguments with regard to ...Claudiu Popa2016-11-201-0/+2
* Don't try to access variables defined in a separate scope when checking for p...Claudiu Popa2016-11-201-1/+3
* Avoid pylint crash on ill-formatted template stringsPeter Dawyndt2016-10-311-0/+3
* Implemented support to warn when overlappling exceptions in same handlerErik2016-10-311-0/+3
* Issue a warning on methods implementing `__rdiv__` as well.Roy Williams2016-10-221-2/+2
* Add a warning when declaring `__div__` or `__idiv__` in Python 2. (#1121)Roy Williams2016-10-051-0/+3
* Add new error conditions for 'bad-super-call' (#1109)Alexander Todorov2016-09-181-0/+5
* Update the changelog and the whatsnew entry.Claudiu Popa2016-08-301-2/+2
* Sort configuration options in sections (#1090)Moises Lopez - https://www.vauxoo.com/2016-08-301-0/+4
* PyLinter.should_analyze_file has a new optional parameter, called `is_argument`Claudiu Popa2016-08-231-0/+4
* Improve the ChangeLog and the documentation entries.Claudiu Popa2016-08-221-1/+1
* Support having plugins with options, sharing the same nameMoises Lopez - https://www.vauxoo.com/2016-08-221-0/+4
* Add attribute hints for missing membersClaudiu Popa2016-08-181-0/+4
* Reorganise a bit the structure of the documents.Claudiu Popa2016-08-141-3/+3
* Add a new warning, 'redefined-argument-from-local'Claudiu Popa2016-07-281-0/+4
* Added some missing changes to the docsAshley Whetter2016-07-231-0/+4
* Support inline comments for comma separated values in the config fileClaudiu Popa2016-07-201-0/+4
* Bisect 'missing-[returns|yield]-doc' warnings into separate text/type checks.Glenn Matthews2016-07-191-0/+5
* Rename UnknownMessage, EmptyReport to UnknownMessageError, EmptyReportErrorGlenn Matthews2016-07-191-0/+3