summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove unused linefix-362moylop2602015-09-271-1/+0
* revert original tox.inimoylop2602015-09-271-2/+1
* revert temp commentmoylop2602015-09-271-2/+2
* Fix #362 - support in import and add testmoylop2602015-09-277-3/+18
* Fix #362 - Show deprecated-module even if the module is not installedmoylop2602015-09-261-1/+1
* Grammar fix.Claudiu Popa2015-09-234-8/+8
* Retrieve the qualified name only after filtering the proper needs.Claudiu Popa2015-09-212-2/+9
* Show what nonlocal was found without a binding.Claudiu Popa2015-09-213-4/+17
* Disable deprecated-method for using cgi.escape.Claudiu Popa2015-09-211-2/+3
* Add changelog entry for 014f596 and a couple of other fixes.Claudiu Popa2015-09-214-4/+13
* Add a comment regarding the nodes we're not interested into.Claudiu Popa2015-09-211-1/+2
* Merged in matrixise/pylint/fix-582 (pull request #274)Claudiu Popa2015-09-215-1/+51
|\
| * Add a new check for the nonlocal variables without binding (close issue #582)fix-582Stephane Wirtel2015-09-215-1/+51
* | Merged in fnstudio/pylint (pull request #275)Claudiu Popa2015-09-211-2/+10
|\ \
| * | deprecated method names are shown correctlypalazzem2015-09-211-2/+10
| * | Merged in palazzem/pylint (pull request #271)Claudiu Popa2015-09-215-12/+35
| |\ \
| * | | fixed _check_deprecated_method during pylint lintingpalazzem2015-09-211-2/+2
| | |/ | |/|
* | | Fix issue #314: bad-whitespace looks weird when the line does not end with ne...Fabio Natali2015-09-213-2/+15
| |/ |/|
* | Improve the test suite for deprecated-methodClaudiu Popa2015-09-215-12/+35
|/
* Fix tests and use all the inference results when checking for bad-open-mode a...Claudiu Popa2015-09-213-16/+18
* Merge headsClaudiu Popa2015-09-2011-176/+125
|\
| * Update contributorsCezar2015-09-201-0/+2
| * Deprecation check based on Python versionCezar2015-09-208-70/+100
| * Fix some errorsCezar2015-09-203-6/+6
| * Remove old test for deprecated methodsCezar2015-09-201-122/+0
| * Update functional tests for deprecated methodsCezar2015-09-205-8/+30
| * Add checker for method deprecationCezar2015-09-201-50/+67
| * Add tests for deprecationCezar2015-09-191-0/+122
| * Add deprecation checkersCezar2015-09-191-27/+59
| * Merged logilab/pylint into defaultcezarelnazli2015-09-193-1/+19
| |\
| * | Document the checker methodCezar2015-09-191-0/+4
| * | Add check for deprecated unittest aliasesCezar2015-09-191-2/+25
* | | Merge branchCezar2015-09-193-1/+19
|\ \ \ | | |/ | |/|
| * | Abbreviations of command line options are not supported anymore.Claudiu Popa2015-09-193-1/+19
| |/
* | Add tests for method deprecationCezar2015-09-191-0/+122
* | Add checker for method deprecationCezar2015-09-191-2/+61
|/
* Fix indentation problem.Claudiu Popa2015-09-191-2/+2
* Add ChangeLog entry for commit 0ec6615cc2009b27be0c29a493dd865261d518a2Claudiu Popa2015-09-191-0/+4
* Move the block after the check_reimport block.Claudiu Popa2015-09-191-5/+5
* Use a counter instead of manually peeking at the next items.Claudiu Popa2015-09-191-5/+8
* Add test for reimports on single lineCezar2015-09-191-1/+11
* Use enumarete() instead of range()Cezar2015-09-191-3/+3
* Raise 'reimported' on duplice import on single lineCezar2015-09-191-0/+7
* Get the sections sorted in options_by_section. This means the generated rcfil...Claudiu Popa2015-09-181-1/+1
* Remove trailing whitespace.Claudiu Popa2015-09-181-1/+1
* Exempt str.format from redundant-keyword-arg when self is passed as a keywordClaudiu Popa2015-09-182-2/+18
* Make pylint work with Python 3.5 changes in astroid.Claudiu Popa2015-09-185-26/+67
* Fix false positives with unnecessary-lambda. Closes issue #630.Claudiu Popa2015-09-051-14/+2
* Bring logilab-common's ureports into pylint.reporters.Claudiu Popa2015-09-0520-30/+842
* Fix the name of the attribute, it's six.string_types.Claudiu Popa2015-09-051-1/+1