| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix a false positive with 'too-many-format-args', when the format string cont... | cpopa | 2014-08-27 | 2 | -0/+10 |
| * | Rename test files. | cpopa | 2014-08-23 | 2 | -1/+1 |
| * | Avoid old-style-class for Python 2. | cpopa | 2014-08-23 | 1 | -1/+1 |
| * | Fix a crash which ocurred while checking for 'method-hidden', when the parent... | cpopa | 2014-08-23 | 2 | -0/+18 |
| * | Ignore superfluous-parens. | cpopa | 2014-08-19 | 1 | -1/+1 |
| * | Add a new warning, 'boolean-datetime', emitted when an instance of 'datetime.... | cpopa | 2014-08-19 | 2 | -0/+38 |
| * | Implement confidence levels. | Torsten Marek | 2014-07-24 | 16 | -45/+131 |
| * | Expected output files for the new test framework are now CSV files. | Torsten Marek | 2014-08-16 | 18 | -125/+163 |
| * | Emit 'catching-non-exception' for non-class nodes. Closes issue #303. | cpopa | 2014-08-18 | 2 | -0/+21 |
| * | Revert change from 3b748b4: emit old-style-classes only for classes without b... | cpopa | 2014-08-18 | 1 | -6/+6 |
| * | Fix test failures. | cpopa | 2014-08-17 | 1 | -2/+2 |
| * | Check that a class has an explicitly defined metaclass before emitting 'old-s... | cpopa | 2014-08-17 | 4 | -1/+22 |
| * | Split class_members test for both Python versions. | cpopa | 2014-08-14 | 6 | -0/+60 |
| * | Look in the metaclass, if defined, for members not found in the current class... | cpopa | 2014-08-14 | 2 | -0/+57 |
| * | Don't emit 'unused-import' when a special object is imported (__all__, __doc_... | cpopa | 2014-08-11 | 2 | -7/+12 |
| * | Fix a false positive with 'too-few-format-args', when the format strings cont... | cpopa | 2014-08-11 | 2 | -0/+6 |
| * | Don't count branches from nested functions. | cpopa | 2014-08-11 | 2 | -0/+70 |
| * | Don't emit 'invalid-name' when assigning a name in an ImportError handler. Cl... | cpopa | 2014-08-09 | 2 | -0/+30 |
| * | Fix an 'unused-import' false positive, when the error was emitted for all the... | cpopa | 2014-08-09 | 2 | -2/+2 |
| * | Don't emit 'import-error' if an import was protected by a try-except, which e... | cpopa | 2014-08-08 | 2 | -0/+20 |
| * | mergefix-293 | Michal Nowikowski | 2014-08-06 | 2 | -0/+16 |
| |\ |
|
| | * | Fixed checking a list of imported names from a module in unused-import case. | Michal Nowikowski | 2014-08-06 | 2 | -0/+5 |
| | * | merge | Michal Nowikowski | 2014-08-04 | 2 | -0/+11 |
| | |\ |
|
| | | * | Fixed preparing unused-import message. | Michal Nowikowski | 2014-08-02 | 2 | -0/+2 |
| | | * | Improved messages text for unused imports. | Michal Nowikowski | 2014-08-02 | 2 | -0/+4 |
| | | * | Improved presenting unused-import message. Closes issue #293. | Michal Nowikowski | 2014-08-01 | 2 | -0/+5 |
| * | | | Properly handle unicode format strings for Python 2. Closes issue #296. | cpopa | 2014-08-05 | 3 | -0/+41 |
| |/ / |
|
| * | | Properly handle nested format string fields. Closes issue #294. | cpopa | 2014-08-04 | 2 | -0/+14 |
| |/ |
|
| * | Analyze only strings by the string format checker. Closes issue #287. | cpopa | 2014-07-31 | 1 | -0/+11 |
| * | Merged logilab/pylint into default | Claudiu Popa | 2014-07-31 | 10 | -0/+177 |
| |\ |
|
| | * | Converted more test cases. | Torsten Marek | 2014-07-30 | 10 | -0/+177 |
| * | | Handle 'too-few-format-args' or 'too-many-format-args' for format strings wit... | cpopa | 2014-07-31 | 2 | -0/+126 |
| |/ |
|
| * | Converted and merge test cases. | Torsten Marek | 2014-07-30 | 2 | -0/+30 |
| * | Remove superfluous min_pyver constraints on functional test cases. | Torsten Marek | 2014-07-30 | 5 | -10/+0 |
| * | Simplify and speed up the selftest by only linting pylint.lint once instead o... | Torsten Marek | 2014-07-29 | 2 | -0/+12 |
| * | merge | Michal Nowikowski | 2014-07-30 | 3 | -0/+8 |
| |\ |
|
| | * | Renamed line_endings.arg to line_endings.rc. | Michal Nowikowski | 2014-07-28 | 1 | -0/+0 |
| | * | merge | Michal Nowikowski | 2014-07-28 | 36 | -1/+501 |
| | |\ |
|
| | * \ | merge | Michal Nowikowski | 2014-07-26 | 2 | -0/+91 |
| | |\ \ |
|
| | * \ \ | merge | Michal Nowikowski | 2014-07-25 | 18 | -0/+776 |
| | |\ \ \ |
|
| | * | | | | Fixed tests for line ending checks. | Michal Nowikowski | 2014-07-25 | 2 | -1/+3 |
| | * | | | | Added two checkers for mixed line endings and for unexpected line endings. | Michal Nowikowski | 2014-07-25 | 3 | -0/+6 |
| * | | | | | More test cases moved to the new test framework. | Torsten Marek | 2014-07-27 | 10 | -0/+123 |
| * | | | | | Proper handle class level scope for lambdas. | cpopa | 2014-07-29 | 2 | -0/+26 |
| | |_|_|/
|/| | | |
|
| * | | | | Keep message lines from expected files that are not emitted by the current Py... | Torsten Marek | 2014-07-27 | 1 | -1/+1 |
| * | | | | Converted more test cases to the new test framework. | Torsten Marek | 2014-07-26 | 21 | -0/+465 |
| * | | | | Rename .args files to .rc to more accurately reflect purpose and format. | Torsten Marek | 2014-07-26 | 11 | -0/+0 |
| * | | | | Port some regression tests to the new functional test framework and make it p... | Torsten Marek | 2014-07-26 | 5 | -0/+35 |
| | |_|/
|/| | |
|
| * | | | Restore Python 2 compat. | cpopa | 2014-07-25 | 1 | -3/+3 |
| * | | | Don't emit 'missing-docstring' when the actual docstring uses `.format`. Clos... | cpopa | 2014-07-25 | 2 | -0/+91 |
| | |/
|/| |
|