summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 1.3.1.pylint-1.3.1Claudiu Popa2014-08-243-5/+6
* Other backports from default.Claudiu Popa2014-08-243-2/+18
* Backport some changes from default to 1.3.Claudiu Popa2014-08-209-35/+299
* Started a new branch for ongoing maintenance of PyLint 1.3.Torsten Marek2014-07-300-0/+0
* Merge heads.Claudiu Popa2014-07-291-2/+2
|\
| * Fix dependencies on astroid.Claudiu Popa2014-07-291-2/+2
* | Proper handle class level scope for lambdas.Claudiu Popa2014-07-296-21/+64
|/
* Fix a false positive with string formatting checker, when using keyword argum...Claudiu Popa2014-07-293-5/+22
* Fix a false positive with string formatting checker, when encountering a stri...Claudiu Popa2014-07-294-10/+22
* Only run the module tests, and make sure that no new test cases in the old te...Torsten Marek2014-07-271-8/+1
* Fix test case naming in test_functional.Torsten Marek2014-07-271-7/+7
* Keep message lines from expected files that are not emitted by the current Py...Torsten Marek2014-07-272-38/+64
* Converted more test cases to the new test framework.Torsten Marek2014-07-2643-250/+208
* Rename .args files to .rc to more accurately reflect purpose and format.Torsten Marek2014-07-2613-2/+2
* Port some regression tests to the new functional test framework and make it p...Torsten Marek2014-07-267-41/+32
* Added tag pylint-1.3 for changeset c4108f2d1643Claudiu Popa2014-07-261-0/+1
* Bump version.pylint-1.3Claudiu Popa2014-07-263-3/+3
* Merged logilab/pylint into defaultClaudiu Popa2014-07-253-25/+20
|\
| * Use the maxversion attribute on some warning instead of checking for the Pyth...Torsten Marek2014-07-251-21/+17
| * Mark 'relative-import' as only being present in Python 2.*.Torsten Marek2014-07-252-4/+3
* | Restore Python 2 compat.Claudiu Popa2014-07-251-3/+3
* | empty-docstring is now on the new test framework.Claudiu Popa2014-07-251-1/+1
* | Don't emit 'missing-docstring' when the actual docstring uses `.format`. Clos...Claudiu Popa2014-07-255-81/+106
|/
* Add a missing expected test output file.Torsten Marek2014-07-251-0/+17
* Update the changelog with some bugs that were fixed.Torsten Marek2014-07-251-0/+12
* Port more testcases to the new framework.Torsten Marek2014-07-259-121/+72
* regenerated example pylintrc and man page (though they should be removed from...Sylvain Thénault2014-07-252-4/+9
* linting pylintSylvain Thénault2014-07-2522-540/+534
* W0108 was ported.Claudiu Popa2014-07-251-1/+1
* Don't emit 'unnecessary-lambda' if the body of the lambda call contains call ...Claudiu Popa2014-07-255-52/+69
* Merge.Claudiu Popa2014-07-251-3/+10
|\
| * Support multi-line messages in the expected output files.Torsten Marek2014-07-251-3/+10
* | Fix a couple of issues in typecheck.py.Claudiu Popa2014-07-251-15/+21
|/
* Porting tests over to the new framework.Torsten Marek2014-07-2514-109/+104
* Only emit attribute-defined-outside-init for definition within the same modul...Sylvain Thénault2014-07-252-1/+8
* use a set instead of a dict with dumb valuesSylvain Thénault2014-07-251-3/+3
* Don't emit hidden-method message when the attribute has been monkey-patched,Sylvain Thénault2014-07-256-10/+14
* delete some trailing whitespacesSylvain Thénault2014-07-251-6/+6
* [refactor] move handling of file specific state to its own FileState class (m...Sylvain Thénault2014-07-246-163/+182
* extract a messages store from the MessagesHandlerMixIn classSylvain Thénault2014-07-246-179/+202
* Extend the test case for metaclass invocation detection.Torsten Marek2014-07-251-2/+2
* Make pylint compatible with Python 2.5 again, and make all the tests pass (Cl...Torsten Marek2014-07-2443-222/+263
* Allow implicitly concatenated strings to align with the previous string part.Torsten Marek2014-07-252-15/+24
* Fix more edge cases in the cell-var-from-loop warning (Closes: #233).Torsten Marek2014-07-253-7/+33
* fix bad indentation issuesSylvain Thénault2014-07-241-6/+7
* Added a new test suite for functional tests.Torsten Marek2014-07-2417-31/+305
* Add a test case for #205.Torsten Marek2014-07-241-0/+11
* Use the proper mode for pickle when opening and writing the stats file. Close...Claudiu Popa2014-07-242-4/+7
* Update test message.Claudiu Popa2014-07-241-1/+2
* Don't emit 'pointless-string-statement' for attribute docstrings. Closes issu...Claudiu Popa2014-07-243-4/+49