summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | Backed out changeset 787ddbe3705aDavid Lindquist2014-09-031-14/+2
* | ChangeLog edited online with Bitbucket: fixed conflictsDavid Lindquist2014-09-031-2/+14
* | Changed symbolic name to: logging-format-interpolationDavid Lindquist2014-09-012-5/+5
* | Code review update: return False instead of using assert.David Lindquist2014-08-201-1/+2
* | Updated ChangeLogDavid Lindquist2014-08-191-0/+3
* | Emit warning for .format() interpolation within logging function calls.David Lindquist2014-08-193-5/+73
|/
* Set the maxversion to 3.5 for boolean-datetime.cpopa2014-08-191-1/+2
* Ignore superfluous-parens.cpopa2014-08-191-1/+1
* Add a new warning, 'boolean-datetime', emitted when an instance of 'datetime....cpopa2014-08-194-0/+78