summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close branch fix_namedtuplefix_namedtupleSylvain Th?nault2013-12-180-0/+0
* A regression test for namedtuple attributes.buck2013-10-142-0/+11
* Created new branch fix_namedtupleBuck Golemon2013-10-150-0/+0
* Merged in PCManticore/pylint (pull request #63)Sylvain Th?nault2013-10-092-3/+5
|\
| * Allow get_argument_from_call to retrieve the first positional argument.cpopa2013-10-082-3/+5
* | epylint command line was omitting optionsSylvain Th?nault2013-10-071-14/+16
* | setup.py: don't call 2to3 directlyBenedikt Morbach2013-10-031-8/+2
* | Merged in PCManticore/pylint/non_unpackable (pull request #49)Sylvain Th?nault2013-10-037-17/+183
|\ \
| * | Refactoring to allow the catching of InferenceErrors.non_unpackablecpopa2013-10-031-39/+44
| * | Merge with default.cpopa2013-09-2617-158/+338
| |\ \
| * | | 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
| |\ \ \
| * | | | 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
| * | | | Make unpacking detection smarter by handling unpacking function calls.cpopa2013-08-283-15/+45
| * | | | Add new warning for unpacking non-sequences in assignment.cpopa2013-08-254-13/+81
* | | | | Merged in PCManticore/pylint/exit_context (pull request #61)Sylvain Th?nault2013-10-038-121/+118
|\ \ \ \ \
| * \ \ \ \ Merged in TobiasRzepka/pylint (pull request #58)Sylvain Th?nault2013-10-0312-234/+258
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | fix some reST compilation pbSylvain Th?nault2013-09-252-9/+10
| | * | | | Merged in PCManticore/pylint/tests (pull request #53)Sylvain Th?nault2013-09-253-87/+65
| | |\ \ \ \
| | | * | | | [doc] update documentation outputs and options. Closes #66Sylvain Th?nault2013-09-252-81/+59
| | | * | | | [output] use more symbol instead of msgid: use them in message occurences rep...Sylvain Th?nault2013-09-251-6/+6
| | | | |_|/ | | | |/| |
| | * | | | Proper merge.testscpopa2013-09-251-17/+35
| | * | | | Merge with default.cpopa2013-09-253-65/+59
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Add comment regarding NamedTemporaryFile.cpopa2013-09-061-0/+3
| | | * | | Write to the same fd.cpopa2013-09-051-3/+2
| | | * | | Fixing various tests for other platforms (Windows).cpopa2013-09-053-30/+41
| * | | | | #51: Building pylint Windows installer for Python3 failsT.Rzepka2013-09-211-1/+7
* | | | | | Forgot message.cpopa2013-09-261-0/+1
* | | | | | Fix argument check for variable arguments.cpopa2013-09-262-1/+13
* | | | | | Add bad-context-manager check for __exit__ special method.cpopa2013-09-264-0/+70
| |/ / / / |/| | | |
* | | | | 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
|\ \ \ \