summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Look in the metaclass, if defined, for members not found in the current class...cpopa2014-08-141-0/+3
* Don't emit 'unused-import' when a special object is imported (__all__, __doc_...cpopa2014-08-111-0/+3
* fixme regex handles comments without spaces after the hash. Closes issue #311.cpopa2014-08-111-0/+3
* Fix a false positive with 'too-few-format-args', when the format strings cont...cpopa2014-08-111-0/+4
* Don't count branches from nested functions.cpopa2014-08-111-0/+2
* Don't emit 'invalid-name' when assigning a name in an ImportError handler. Cl...cpopa2014-08-091-0/+3
* Fix an 'unused-import' false positive, when the error was emitted for all the...cpopa2014-08-091-0/+4
* Don't emit 'import-error' if an import was protected by a try-except, which e...cpopa2014-08-081-0/+3
* mergefix-293Michal Nowikowski2014-08-061-0/+2
|\
| * mergeMichal Nowikowski2014-08-041-0/+2
| |\
| | * mergeMichal Nowikowski2014-08-031-0/+4
| | |\
| | * | Added entry to changelog about closing issue 293.Michal Nowikowski2014-08-011-0/+1
* | | | Properly handle unicode format strings for Python 2. Closes issue #296.cpopa2014-08-051-0/+3
* | | | Don't emit 'attribute-defined-outside-init' if the attribute was set by a fun...cpopa2014-08-041-0/+3
|/ / /
* | | Properly handle nested format string fields. Closes issue #294.cpopa2014-08-041-0/+2
| |/ |/|
* | mergeMichal Nowikowski2014-07-311-0/+5
|\ \ | |/
| * Analyze only strings by the string format checker. Closes issue #287.cpopa2014-07-311-0/+2
| * Handle 'too-few-format-args' or 'too-many-format-args' for format strings wit...cpopa2014-07-311-0/+3
* | mergeMichal Nowikowski2014-07-301-0/+8
|\ \ | |/
| * Merged in godfryd/pylint/line-ending-checks (pull request #133)Torsten Marek2014-07-301-6/+8
| |\
| | * mergeMichal Nowikowski2014-07-301-6/+7
| | |\
| | | * Moved changelog entry to the top.Michal Nowikowski2014-07-291-4/+4
| | | * Merged default into line-ending-checksMichal Nowikowski2014-07-291-6/+7
| | | |\
| | | | * Fixed merge problem.Michal Nowikowski2014-07-291-5/+5
| | | | * Merged default into line-ending-checksMichal Nowikowski2014-07-271-4/+5
| | | | |\
| | | | | * mergeMichal Nowikowski2014-07-261-0/+9
| | | | | |\
| | | | | * \ mergeMichal Nowikowski2014-07-251-1/+16
| | | | | |\ \
| | | | | * | | Updated ChangeLog about line ending checksMichal Nowikowski2014-07-251-5/+6
| * | | | | | | Merged in carlio/pylint (pull request #138)Claudiu Popa2014-07-301-0/+4
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | [refs #282] Backing-out the previous changelog commit (59019717487e) as a bro...carl2014-07-291-5/+263
| | * | | | | | [refs #282] Updating changelog to include information about the change to dan...carl2014-07-291-262/+8
| | |/ / / / /
* | | | | | | mergeMichal Nowikowski2014-07-301-6/+7
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fixed mergeMichal Nowikowski2014-07-291-6/+7
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Merged default into spelling-checkerMichal Nowikowski2014-07-271-1/+1
| | |\ \ \ \ \ | | | |/ / / /
| | * | | | | mergeMichal Nowikowski2014-07-261-1/+16
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | * | | | | Updated ChangeLog about spelling checker.Michal Nowikowski2014-07-251-5/+6
| | | |_|/ / | | |/| | |
* | | | | | Proper handle class level scope for lambdas.cpopa2014-07-291-0/+2
* | | | | | Fix a false positive with string formatting checker, when using keyword argum...cpopa2014-07-291-0/+3
|/ / / / /
* | | | | Fix a false positive with string formatting checker, when encountering a stri...cpopa2014-07-291-0/+5
| |_|/ / |/| | |
* | | | Bump version.pylint-1.3cpopa2014-07-261-1/+1
| |/ / |/| |
* | | Don't emit 'missing-docstring' when the actual docstring uses `.format`. Clos...cpopa2014-07-251-0/+3
| |/ |/|
* | Update the changelog with some bugs that were fixed.Torsten Marek2014-07-251-0/+12
* | Don't emit 'unnecessary-lambda' if the body of the lambda call contains call ...cpopa2014-07-251-4/+7
* | Only emit attribute-defined-outside-init for definition within the same modul...Sylvain Th?nault2014-07-251-0/+3
* | Don't emit hidden-method message when the attribute has been monkey-patched,Sylvain Th?nault2014-07-251-0/+3
|/
* Use the proper mode for pickle when opening and writing the stats file. Close...cpopa2014-07-241-0/+3
* Don't emit 'pointless-string-statement' for attribute docstrings. Closes issu...cpopa2014-07-241-0/+3
* fix issue #203, we should not let ImportError propagate from the import checkerSylvain Th?nault2014-07-231-0/+4
* Merged in PCManticore/pylint/metaclass_undefined (pull request #111)Claudiu Popa2014-07-231-0/+3
|\
| * Don't emit 'unused-variable' when assigning to a nonlocal. Closes issue #275.cpopa2014-07-231-0/+3