summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* 1.3.1.pylint-1.3.1cpopa2014-08-241-1/+2
* Other backports from default.cpopa2014-08-241-0/+3
* Backport some changes from default to 1.3.cpopa2014-08-201-2/+20
* 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
* | Merge with default.cpopa2014-07-221-0/+39
|\ \ | |/
| * Definition order is considered for classes, function arguments and annotation...cpopa2014-07-211-0/+3
| * Fix an 'unused-variable' false positive, where the variable is assigned throu...cpopa2014-07-171-0/+3
| * Don't emit 'no-name-in-module' for ignored modules. Closes issue #223.cpopa2014-07-121-0/+3
| * Remove extra spaces.Alexandru Coman2014-07-111-0/+1
| * Checkers respect priority now. Close issue #229.Alexandru Coman2014-07-111-0/+1
| * Add 'assigning-non-slot' warning, which detects assignments to attributes not...cpopa2014-07-101-0/+4
| * Fix a false positive regarding W0511. Closes issue #149.Alexandru Coman2014-07-091-0/+1
| * Give credit to recent contributor. Also, fix the news entry from the ChangeLog.cpopa2014-07-081-1/+2
| * Merge upstream default into list-index-checkerDavid Shea2014-07-081-0/+2
| |\
| | * Merge upstream default into list-index-checkerDavid Shea2014-07-061-0/+2
| | |\
| | | * Expand and correct the types used in the index and slice checks.David Shea2014-07-061-1/+1
| | | * Add a changelog entry for list and slice type checksDavid Shea2014-07-031-0/+2
| * | | Fix a false positive with unbalanced iterable unpacking, when encountering st...cpopa2014-07-081-0/+3
| |/ /
| * | Emit 'not-callable' when calling properties. Closes issue #268.cpopa2014-07-021-0/+2
| |/
| * Emit attribute-defined-outside-init for all cases, not just for the last assi...cpopa2014-07-011-0/+3
| * Issue broad-except and bare-except even if the number of except handlers is d...cpopa2014-06-271-0/+3
| * Merge with default.cpopa2014-06-231-0/+3
| |\
| | * Don't warn with 'bad-format-character' when encountering the 'a' format on Py...cpopa2014-06-161-0/+3
| * | Add changelog entry and improve the tests.cpopa2014-06-081-0/+5
| |/
* | Emit 'undefined-variable' for undefined names used as metaclasses with Python...cpopa2014-05-021-0/+3
|/
* Fix unused-import false positive with Python 3 metaclasses. Closes issue #143.cpopa2014-05-021-0/+3
* 1.2.1Sylvain Th?nault2014-04-301-1/+2
* fix explicit check of python script. Closes #219Sylvain Th?nault2014-04-291-0/+3
* Update ChangeLog for init-hook fix.Daniel Harding2014-04-301-0/+3
* Do not warn about \u escapes in string literals when Unicode literalsTorsten Marek2014-04-181-0/+3
* Merge with default.cpopa2014-04-251-0/+11
|\
| * Added a new warning for closing over variables that are defined in loops.Torsten Marek2014-04-231-0/+3
| * * Emit [assignment-from-none] when the function contains bare returns.Torsten Marek2014-04-181-0/+3
| * Add a check for indentation of continued lines, enforcing PEP8 style of conti...Torsten Marek2014-04-171-0/+2
| * restore init-hook accidentaly renamed in cset 474324137864. Closes #211Sylvain Th?nault2014-04-251-0/+3
* | Add 'indexing-exception' warning, which detects that indexing an exception oc...cpopa2014-04-221-0/+3
|/
* Extend the checking for unbalanced-tuple-unpacking and unpacking-non-sequence...cpopa2014-04-221-0/+5