summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add test cases for good cases, check the targets before the inference.unpacking2cpopa2013-07-252-3/+19
* Update changelog.cpopa2013-07-251-0/+1
* Merge with default.cpopa2013-07-2511-13/+121
|\
| * Merged logilab/pylint into defaultClaudiu Popa2013-07-240-0/+0
| |\
| | * Merged in PCManticore/pylint (pull request #40)Sylvain Th?nault2013-07-247-3/+45
| | |\
| * | \ Merged logilab/pylint into defaultClaudiu Popa2013-07-247-3/+45
| |\ \ \ | | |/ / | |/| / | | |/
| | * Add functional test for missing super argument message.cpopa2013-07-242-0/+11
| | * Change test message.cpopa2013-07-241-1/+1
| | * Cleanup.cpopa2013-07-241-8/+7
| | * Prefer the symbolic name.cpopa2013-07-241-1/+2
| | * Add missing-super-argument message for argumentless super on Python 2.X.cpopa2013-07-241-3/+12
| | * Update tests and changelog.cpopa2013-07-174-0/+17
| | * Merged logilab/pylint into defaultClaudiu Popa2013-07-1713-44/+145
| | |\
| | * | Fix false positive E1003 on Python 3 for argument-less super().cpopa2013-07-162-2/+7
| * | | update method renamed in astroidSylvain Th?nault2013-07-241-1/+1
| * | | ChangeLog update and cleanupsSylvain Th?nault2013-07-181-9/+32
| * | | Check py3k keyword-only argumentsJulien Cristau2013-07-183-0/+43
| | |/ | |/|
* | | Prefer the symbolic name.cpopa2013-07-241-1/+1
* | | Add new test cases for unpacking in assignments.cpopa2013-07-242-1/+20
* | | Infer the value before using it, accept astroid.List as well.cpopa2013-07-241-3/+8
* | | Use the symbolic name for test files.cpopa2013-07-242-0/+0
* | | Prefer the symbolic message.cpopa2013-07-211-1/+1
* | | Add support for unbalanced tuple unpacking check.cpopa2013-07-213-0/+35
|/ /
* | add test for no-final-new-lineSylvain Th?nault2013-07-173-1/+4
* | fix regression introduced by 7eef8a7185ba: open mode no more checked with pyt...Sylvain Th?nault2013-07-171-3/+3
* | test: make errors from test_errors_only more understandableJulien Cristau2013-06-201-4/+4
* | Ignore invalid-encoded-data on python3Julien Cristau2013-06-191-1/+2
* | Mark unpacking-in-except as python2-specificJulien Cristau2013-06-191-1/+2
* | Use maxversion on a few messagesJulien Cristau2013-06-193-13/+7
* | utils: allow specifying min and max relevant python versions for a messageJulien Cristau2013-07-172-7/+19
* | [doc] enhance contribution sectionSylvain Th?nault2013-07-171-10/+51
* | Fix checking open() modes on python3Julien Cristau2013-07-171-4/+11
* | Ignore W0121 for python3Julien Cristau2013-06-192-1/+5
* | Added new warning no-final-newline.Torsten Marek2013-06-222-6/+14
* | Merged in smontanaro/pylint (pull request #38)Sylvain Th?nault2013-07-171-0/+30
|\ \ | |/ |/|
| * Describe a more workable unit test setup.Skip Montanaro2013-07-041-0/+30
* | fix register_plugins isdir usage, and use already imported functions. Closes ...Sylvain Th?nault2013-07-081-4/+4
* | [variables checker] drop check_messages that trigger false positive when othe...Sylvain Th?nault2013-07-081-3/+0
|/
* fix a few places where astng was still referenced instead of astroid + bad lo...Sylvain Th?nault2013-06-215-6/+6
* Remove/suppress non-name related-warnings from func_name_checking.Torsten Marek2013-06-202-5/+2
* Rename func_w0133 (a warning that does not exist any more) to func_name_check...Torsten Marek2013-06-202-0/+0
* Implement property support for method name checking.Torsten Marek2013-06-205-10/+128
* Extend the CheckerTestCase to allow overriding configuration values during se...Torsten Marek2013-06-201-1/+4
* Do not emit the invalid-name warning for inherited instance attributes.Torsten Marek2013-06-203-1/+15
* Handle new astroid With nodesJulien Cristau2013-06-201-2/+4
* similar: ignore UnicodeDecodeErrorJulien Cristau2013-06-191-5/+8
* [test] update message of invalid-nameSylvain Th?nault2013-06-191-3/+3
* Turn reporters into proper plugins rather than classes that are loaded explic...Torsten Marek2013-06-197-58/+98
* Names in global statements are now checked against the regular expression for...Torsten Marek2013-06-197-5/+23
* python3: deal with astroid's module.file_stream returning bytesJulien Cristau2013-06-194-13/+22