summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Proper conflict fix.cpopa2013-08-021-2/+4
* Update changelog and description message.cpopa2013-08-021-0/+4
* Update changelog.cpopa2013-07-271-0/+2
* [design analysis] fix badly implemented protocol for read-only containers lik...Sylvain Th?nault2013-07-171-0/+3
* Do not emit [fixme] for every line if the config value 'notes' is empty, but ...Torsten Marek2013-07-241-0/+3
* Emit warnings about lines exceeding the column limit when those lines are ins...Torsten Marek2013-07-241-1/+4
* Do not double-check parameter names with the regex for parameters and inline ...Torsten Marek2013-07-241-3/+8
* Update changelog.cpopa2013-07-251-0/+1
* Merged logilab/pylint into defaultClaudiu Popa2013-07-241-0/+1
|\
| * Update tests and changelog.cpopa2013-07-171-0/+1
* | ChangeLog update and cleanupsSylvain Th?nault2013-07-181-9/+32
|/
* Added new warning no-final-newline.Torsten Marek2013-06-221-0/+2
* Implement property support for method name checking.Torsten Marek2013-06-201-0/+2
* Do not emit the invalid-name warning for inherited instance attributes.Torsten Marek2013-06-201-0/+1
* Names in global statements are now checked against the regular expression for...Torsten Marek2013-06-191-0/+2
* Use the class name regex for toplevel name assignments whose RHS callfunc res...Torsten Marek2013-06-191-0/+3
* [base checker] simplified invalid-name messageSylvain Th?nault2013-06-191-0/+2
* [import checker] remove "string" from the default list of deprecated modules....Sylvain Th?nault2013-06-191-0/+6
* Added a new warning 'invalid-encoded-data' for files that contain an encoding...Torsten Marek2013-06-191-0/+3
* Add bad-open-mode warning for invalid open modes specified on open/file calls.Torsten Marek2013-06-191-0/+2
* Added a new warning old-style-class for classes that do not have any base class.Torsten Marek2013-06-181-0/+2
* Add name checking for variables defined in class scope, with a newTorsten Marek2013-06-181-0/+2
* Add a warning for trailing whitespace.Torsten Marek2013-06-181-0/+4
* Added a new warning unpacking-in-except (W0712) about unpackingTorsten Marek2013-06-181-0/+2
* Extended the docstring tester to optionally allow skipping the requirement forTorsten Marek2013-06-181-0/+6
* Do not warn about redefinitions of dummy variables.Torsten Marek2013-06-181-0/+2
* Do not treat all variables starting with _ as dummy variables, only _.Torsten Marek2013-06-181-0/+2
* Extend the line length check.Torsten Marek2013-06-171-0/+5
* Do not flag names in nested with statements on the same line as undefined.Torsten Marek2013-06-171-0/+1
* Added a new warning old-raise-syntax to warn about the constructTorsten Marek2013-06-171-0/+2
* astng has been renamed astroidDavid Douard2013-06-171-0/+1
* fix spelling of max-branchs option, now max-branchesSylvain Th?nault2013-05-071-0/+1
* Minor updates for the token checker interface, triggered by the review.Torsten Marek2013-05-031-0/+4
* fix manifest.in so doc is back into source distribution, as well as some reph...Sylvain Th?nault2013-04-291-0/+3
* prepare .28Sylvain Th?nault2013-04-251-6/+9
* Change C0109 [useless-else-on-loop] to W0120 (W0109 is already taken) and cha...Torsten Marek2013-04-251-1/+1
* closes #1 (bitbucket): fix "dictionary changed size during iteration" crashSylvain Th?nault2013-04-161-0/+2
* consistent product naming: PylintSylvain Th?nault2013-04-161-1/+1
* closes #123892 by adding errors=replace when encoding unicode stringsSylvain Th?nault2013-04-121-0/+3
* Emit a warning for loops that have an else clause but no break or return.Torsten Marek2013-03-291-4/+7
* Lambdas can contain yields, do not warn about them.Torsten Marek2013-03-291-0/+2
* Make sure that pragmas that apply to whole lines are interpreted literally, s...Torsten Marek2013-03-291-0/+3
* Improve the warning message for E1124[redundant-keyword-arg].Torsten Marek2013-03-291-0/+2
* Warn about duplicate argument names. Python raises a SyntaxError, but it's notTorsten Marek2013-03-291-0/+4
* Unify handling for dangerous default values and make sure that set, dict and ...Torsten Marek2013-03-291-0/+3
* Warn about suspicious arguments in {bytes,str,unicode}.{l,r,}strip calls. Clo...Torsten Marek2013-03-291-0/+3
* fix name error causing crash when symbols are included in output messages. C...Aurelien Campeas2013-03-131-0/+2
* stop relying on is_standard_module to avoid having internal dependencies in e...Sylvain Th?nault2013-03-291-0/+5
* changelog cleanupSylvain Th?nault2013-02-261-22/+22
* give [deprecated-lambda] when a map/filter of a lambda could be a comprehensi...Martin Pool2013-02-261-0/+3