summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close branch fix_rcfile_init_hookfix_rcfile_init_hookSylvain Th?nault2014-04-300-0/+0
* Update ChangeLog for init-hook fix.Daniel Harding2014-04-301-0/+3
* Fix running init-hook provided by configuration file.Daniel Harding2014-04-291-2/+6
* Make the func_unicode_literal test pass on Python < 2.7.4, which does not tok...Torsten Marek2014-04-284-1/+1
* Do not warn about \u escapes in string literals when Unicode literalsTorsten Marek2014-04-184-3/+17
* Use Module.future_imports for detecting if print is a builtin.Torsten Marek2014-04-251-4/+2
* 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