summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Refactoring to allow the catching of InferenceErrors.non_unpackablecpopa2013-10-031-39/+44
* Merge with default.cpopa2013-09-2617-158/+338
|\
| * Merged in techtonik/pylint (pull request #57)Sylvain Th?nault2013-09-252-0/+5
| |\
| | * Run as a python module 'python -m pylint'.anatoly techtonik2013-09-222-0/+5
| * | [doc] fix makefile to ensure features.rst is systemactically regeneratedSylvain Th?nault2013-09-251-2/+2
| * | [doc] enhance description of new output format a bitSylvain Th?nault2013-09-251-3/+15
| * | [message handling] MessageDefinition grew a new format_help method to useSylvain Th?nault2013-09-252-28/+70
| * | [message handling] kill sort_msgs function, use sorted with key insteadSylvain Th?nault2013-09-252-22/+2
| * | [message handling]?refactor MessageDefinition instantiationSylvain Th?nault2013-09-251-42/+47
| * | cleanup unittest_reportingSylvain Th?nault2013-09-251-21/+8
| * | Update help docs for msg-format to include {msg_id}James Broadhead2013-09-241-3/+5
| |/
| * fix useless-else-on-loop test docstringSylvain Th?nault2013-09-181-2/+2
| * Merged in sneakypete81/pylint/reporter_message_fix (pull request #54)Sylvain Th?nault2013-09-090-0/+0
| |\
| * | Removed commented-out linesreporter_message_fixPete2013-09-071-2/+0
| * | Updated GUI reporter to use Message object.Pete2013-09-072-28/+14
| |/
| * Merged in PCManticore/pylint/iter (pull request #48)Sylvain Th?nault2013-09-046-1/+148
| |\
| | * Fix deprecation warnings.iterroot2013-09-032-4/+4
| | * Fix tests eols.root2013-09-032-4/+4
| | * Fix eol.cpopa2013-09-031-52/+52
| | * Add specific tests for Python 2 and 3.cpopa2013-09-034-1/+56
| | * Merge with default.cpopa2013-09-032-7/+23
| | |\
| | * \ Merge branches.cpopa2013-09-0210-8/+73
| | |\ \
| | * | | Update non-iterator-returned message.cpopa2013-09-021-1/+1
| | * | | Use NEXT_METHOD globally.cpopa2013-09-021-6/+5
| | * | | Check only for next method.cpopa2013-08-301-7/+6
| | * | | Update changelog.cpopa2013-08-081-0/+3
| | * | | Add check for non-iterator returned by __iter__.cpopa2013-08-083-1/+92
| * | | | fix typo in --msg-template description. Closes issue #67Sylvain Th?nault2013-09-041-1/+1
| | |_|/ | |/| |
| * | | some epylint enhancements: support options to give to pylint after the file t...Sylvain Th?nault2013-09-032-7/+23
| | |/ | |/|
* | | Don't show the original lineno if the infered node has no lineno.cpopa2013-09-033-9/+12
* | | Update tests for showing the module name for both unpacking-non-sequence and ...cpopa2013-09-035-10/+33
* | | Don't show the module if it is the same module.cpopa2013-09-033-15/+25
* | | Merge.cpopa2013-09-0210-8/+73
|\ \ \ | |/ /
| * | Merged in PCManticore/pylint/catch (pull request #47)Sylvain Th?nault2013-09-024-4/+63
| |\ \
| | * | Update Changelog.catchcpopa2013-09-021-2/+3
| | * | Merge with default.cpopa2013-09-0213-12/+30
| | |\ \ | | |/ / | |/| |
| * | | forgot to close ChangeLog at 1.0 release timeSylvain Th?nault2013-09-021-1/+2
| * | | ignore build productsgrizzly nyo2013-08-311-1/+3
| * | | Packaging fixes:grizzly nyo2013-08-312-3/+3
| * | | Merged in moxian/pylint (pull request #51)Sylvain Th?nault2013-08-303-1/+4
| |\ \ \
| | * | | Fix issue #55 (false-positive trailing-whitespace on Windows)moxian2013-08-293-1/+4
| | | |/ | | |/|
| * | | mergeSylvain Th?nault2013-08-30214-1266/+2650
| |\ \ \ | | |/ /
| * | | Added tag before-astroid for changeset a31544127be9Sylvain Th?nault2013-06-210-0/+0
| | | * Merge with default.cpopa2013-08-048-15/+41
| | | |\
| | | * | Check for non-exception classes inside except clauses.cpopa2013-08-014-3/+61
* | | | | Show the module information for unbalanced-tuple-unpacking and unpacking-non-...cpopa2013-09-023-13/+17
* | | | | Update message.cpopa2013-09-021-1/+1
* | | | | Add more context informations regarding the unpacked sequence location.cpopa2013-08-302-6/+8
* | | | | Check all the infered nodes for both unbalanced-tuple-unpacking and unpacking...cpopa2013-08-303-23/+43
* | | | | Show the offending line for unpacking non sequences.cpopa2013-08-302-7/+8