summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Make the test suite pass on Python 2.6 again.Torsten Marek2014-04-267-59/+62
* | | Don't use the print statement in func_bad_continuation to avoid different cod...Torsten Marek2014-04-251-3/+3
* | | Merged in PCManticore/pylint/indexing_exc (pull request #107)Claudiu Popa2014-04-252-6/+10
|\ \ \
| * | | Fix a potential AttributeError when checking for `reversed` arguments.cpopa2014-04-252-6/+10
* | | | Merge with default.cpopa2014-04-2523-61/+858
|\ \ \ \ | |/ / /
| * | | Added a new warning for closing over variables that are defined in loops.Torsten Marek2014-04-237-0/+163
| * | | * Emit [assignment-from-none] when the function contains bare returns.Torsten Marek2014-04-184-1/+13
| * | | Simplify the processing inside the main token loop, now that we have access t...Torsten Marek2014-04-183-34/+33
| * | | Handle <> in the surface token dispatcher part.Torsten Marek2014-04-181-6/+8
| * | | Add a check for indentation of continued lines, enforcing PEP8 style of conti...Torsten Marek2014-04-1710-29/+647
| * | | restore init-hook accidentaly renamed in cset 474324137864. Closes #211Sylvain Th?nault2014-04-253-3/+6
* | | | Fix the test file.cpopa2014-04-221-3/+2
* | | | Fix name.cpopa2014-04-221-1/+1
* | | | Add 'indexing-exception' warning, which detects that indexing an exception oc...cpopa2014-04-224-0/+39
|/ / /
* | | Extend the checking for unbalanced-tuple-unpacking and unpacking-non-sequence...cpopa2014-04-226-6/+39
* | | Merged logilab/pylint into defaultClaudiu Popa2014-04-223-14/+14
|\ \ \
| * | | ensure doc has the correct versionSylvain Th?nault2014-04-221-2/+2
| * | | [doc]?use symbolic name in message control examlple. Closes #27Sylvain Th?nault2014-04-221-11/+11
| * | | Added tag pylint-1.2 for changeset ee1190f87c82Sylvain Th?nault2014-04-220-0/+0
| * | | Removed tag pylint-1.1pylint-1.2Sylvain Th?nault2014-04-220-0/+0
| * | | fix debian changelogSylvain Th?nault2014-04-221-1/+1
* | | | Fix a potential crash with super inference.cpopa2014-04-224-3/+25
|/ / /
* | | Added tag pylint-1.1 for changeset 13dbaf45f432Sylvain Th?nault2014-04-180-0/+0
* | | pylint 1.1Sylvain Th?nault2014-04-184-6/+16
* | | regenerate doc/example/manSylvain Th?nault2014-04-182-35/+104
* | | oops, drop unintentionnaly commited print, breaking py3 installSylvain Th?nault2014-04-181-1/+0
* | | [variable checker] fix dummy-variable-rgx help. Closes #75Sylvain Th?nault2014-04-181-2/+2
* | | [packaging] attempt to skip byte-compilation for tests filesSylvain Th?nault2014-04-181-3/+9
* | | [test] rename test modulesSylvain Th?nault2014-04-188-19/+26
* | | Do not crash in update mode if a file does not exist.Torsten Marek2014-04-171-3/+5
* | | Use one symbol for warning about deprecated pragmas.Torsten Marek2014-04-173-19/+15
* | | Remove F0004[unexpected-inferred-value], it's not used anywhere.Torsten Marek2014-04-171-4/+0
* | | Only use and emit symbolic warnings in the main linter moduleTorsten Marek2014-04-176-30/+30
* | | Only emit symbolic warnings from the misc checker.Torsten Marek2014-04-172-3/+3
* | | Only emit symbolic warnings from the logging checker.Torsten Marek2014-04-172-8/+8
* | | Only emit symbolic warnings from the design analysis checker.Torsten Marek2014-04-171-15/+22
* | | Stop setting active_msgs on checkers, as they can just rely on is_message_ena...Torsten Marek2014-04-162-3/+0
* | | Only emit symblic warnings from the variables checker.Torsten Marek2014-04-161-29/+32
* | | Only emit symbolic warnings from the format checker.Torsten Marek2014-04-162-40/+40
* | | remove optparse from default ignored-modules, we'll find another proper way t...Sylvain Th?nault2014-04-172-16/+3
* | | Merged logilab/pylint into defaultHolger Peters2014-04-172-3/+66
|\ \ \
| * \ \ Merged logilab/pylint into defaultHolger Peters2014-04-162-3/+66
| |\ \ \
| | * \ \ mergeHolger Peters2014-04-151-1/+1
| | |\ \ \
| | | * | | Removing numpy from defaults for ignored modules in type checkerHolger Peters2014-04-151-1/+1
| | * | | | Merged logilab/pylint into defaultHolger Peters2014-04-152-3/+66
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge upstream changesHolger Peters2014-04-114-22/+33
| | | |\ \ \
| | | | * \ \ Merged logilab/pylint into defaultHolger Peters2014-04-111-2/+10
| | | | |\ \ \
| | | * | | | | Add more tests for TypeChecker's getattr check and ignored_modulesHolger Peters2014-04-111-13/+39
| | | * | | | | Create a test for the TypeCheckerHolger Peters2014-04-111-0/+29
| | | * | | | | Make optparse a default for the ignored modules parameterHolger Peters2014-04-111-5/+5
| | | | |/ / / | | | |/| | |