summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Merge with default.cpopa2013-09-031-0/+5
|\
| * some epylint enhancements: support options to give to pylint after the file t...Sylvain Th?nault2013-09-031-0/+5
* | Merge branches.cpopa2013-09-021-0/+4
|\ \ | |/
| * Update Changelog.catchcpopa2013-09-021-2/+3
| * Merge with default.cpopa2013-09-021-1/+2
| |\
| | * forgot to close ChangeLog at 1.0 release timeSylvain Th?nault2013-09-021-1/+2
| * | Merge with default.cpopa2013-08-041-0/+2
| |\ \ | | |/
| * | Check for non-exception classes inside except clauses.cpopa2013-08-011-0/+2
| * | fix epylint w/ python3. Closes issue #7Sylvain Th?nault2013-07-311-2/+4
| * | Templating mecanism for text reporters.Anthony Truchet2013-07-301-0/+4
* | | Update changelog.cpopa2013-08-081-0/+3
| |/ |/|
* | 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