summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed problems with functional tests on Windows on Py3test-fix-for-winMichal Nowikowski2014-09-221-6/+12
* Fix another false positives with 'undefined-variable', where the variable can...cpopa2014-09-184-3/+48
* Port new tests to the new test framework.cpopa2014-09-176-26/+24
* Update the words expected from enchant spelling checker in the test.cpopa2014-09-171-8/+8
* Shorten some long lines.cpopa2014-09-161-8/+17
* Remove unused imports and variables.cpopa2014-09-161-6/+3
* Add some style fixes.cpopa2014-09-161-40/+67
* Add test for issue #338.cpopa2014-09-161-0/+16
* Merged in frost-nzcr4/pylint/frost-nzcr4/add-max_module_lines-to-warning-mess...Claudiu Popa2014-09-150-0/+0
|\
* | func_w0302.txtfrost-nzcr4/add-max_module_lines-to-warning-message--1410770503809frost-nzcr42014-09-151-1/+1
* | Add max_module_lines to warning message. Other length warnings already have t...frost-nzcr4 frost-nzcr42014-09-151-2/+2
|/
* Add Brett Cannon to CONTRIBUTORS.cpopa2014-09-121-0/+2
* Merged in PCManticore/pylint (pull request #179)Claudiu Popa2014-09-121-0/+2
|\
| * Set maxDiff to None for LintModuleTest.cpopa2014-09-121-0/+2
* | Add a new warning, 'inherit-non-class', emitted when a class inherits from so...cpopa2014-09-124-2/+97
|/
* Use safe_infer in has_known_bases.cpopa2014-09-121-12/+8
* Shorten a long line.cpopa2014-09-121-1/+3
* Don't emit 'unbalanced-tuple-unpacking' when the rhs of the assignment is a v...cpopa2014-09-113-0/+17
* Give credit to new contributor.cpopa2014-09-101-0/+2
* Merge branches.cpopa2014-09-1039-191/+422
|\
| * Improve the ChangeLog entry for the new '--callbacks' command line option.cpopa2014-09-101-1/+2
| * Allow the customisation of callback identifiers. Closes issue #326.cpopa2014-09-103-3/+56
| * Disable test for Python 2.cpopa2014-09-031-0/+2
| * Extend the cases where 'undefined-variable' and 'used-before-assignment' can ...cpopa2014-09-036-5/+89
| * Merged in brettsky/pylint/python_6 (pull request #175)Claudiu Popa2014-08-2928-135/+166
| |\
| | * Merge with defaultpython_6Brett Cannon2014-08-2928-135/+166
| | |\ | |/ /
| | * Deal with a merge conflictBrett Cannon2014-08-291-1/+1
| | * Add a ChangeLog entry about portingBrett Cannon2014-08-291-0/+3
| | * Make sure tox.ini uses versions that drone.io supportsBrett Cannon2014-08-291-1/+1
| | * Test against the latest releasesBrett Cannon2014-08-291-1/+0
| | * Change basestring to six.string_typesBrett Cannon2014-08-294-6/+12
| | * Fix a incorrect use of sys.maxint by using sys.maxsizeBrett Cannon2014-08-291-1/+1
| | * Wrap dict.items() et. al. in list()Brett Cannon2014-08-294-9/+10
| | * Don't use cStringIOBrett Cannon2014-08-291-2/+3
| | * Don't use itertools.izipBrett Cannon2014-08-291-2/+3
| | * Don't call unicode() directlyBrett Cannon2014-08-292-2/+4
| | * Use absolute importsBrett Cannon2014-08-291-1/+1
| | * Fix a missed print statementBrett Cannon2014-08-291-1/+2
| | * Also modernize pyreverseBrett Cannon2014-08-293-4/+6
| | * Modernize to the point of working for Python 2.7 stillBrett Cannon2014-08-2923-109/+124
| * | Merged in brettsky/pylint/tox_test_control (pull request #174)Claudiu Popa2014-08-291-1/+1
| |\ \ | | |/ | |/|
| | * Allow specifying test module names for toxtox_test_controlBrett Cannon2014-08-291-1/+1
| |/
| * Fix a false positive with 'too-many-format-args', when the format string cont...cpopa2014-08-274-8/+16
| * Generate html output for missing files. Closes issue #320.cpopa2014-08-253-1/+17
| * Move fix code into a separate private function, _fix_dot_import.cpopa2014-08-241-30/+33
| * Rename test files.cpopa2014-08-232-1/+1
| * Merged logilab/pylint into defaultClaudiu Popa2014-08-234-1/+23
| |\
| | * Avoid old-style-class for Python 2.cpopa2014-08-231-1/+1
| | * Fix a crash which ocurred while checking for 'method-hidden', when the parent...cpopa2014-08-234-1/+23
| * | Notes (TODO, XXX etc) are now searched for using a simple `in` before resorti...carl2014-08-211-0/+11
| |/