| 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 |
| * | Generate html output for missing files. Closes issue #320. | cpopa | 2014-08-25 | 1 | -1/+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 |
| * | Some work on making pylint work on Python 3 without 2to3. | Torsten Marek | 2014-08-16 | 1 | -2/+0 |
| * | Implement confidence levels. | Torsten Marek | 2014-07-24 | 20 | -84/+113 |
| * | Expected output files for the new test framework are now CSV files. | Torsten Marek | 2014-08-16 | 19 | -138/+185 |
| * | Extend the reporter interface with a method that takes a message object, for ... | Torsten Marek | 2014-08-16 | 2 | -4/+4 |
| * | Move definition of Message class out of reporters module, and make it a named... | Torsten Marek | 2014-08-16 | 1 | -3/+3 |
| * | Change the multi-style name checker from first-style-wins to majority-style-w... | Torsten Marek | 2014-07-24 | 1 | -4/+8 |
| * | 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 | 2 | -7/+6 |
| * | Fix test failures. | cpopa | 2014-08-17 | 4 | -4/+5 |
| * | Check that a class has an explicitly defined metaclass before emitting 'old-s... | cpopa | 2014-08-17 | 4 | -1/+22 |
| * | Detect calls of the parent's __init__, through a binded super() call. | cpopa | 2014-08-16 | 2 | -0/+15 |
| * | Don't emit 'protected-access' if the attribute is accessed using a property d... | cpopa | 2014-08-14 | 1 | -0/+1 |
| * | 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 | 4 | -36/+57 |
| * | Don't emit 'unused-import' when a special object is imported (__all__, __doc_... | cpopa | 2014-08-11 | 2 | -7/+12 |
| * | fixme regex handles comments without spaces after the hash. Closes issue #311. | cpopa | 2014-08-11 | 2 | -1/+3 |
| * | 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 | 4 | -6/+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 |
| | |\ |
|
| | | * | merge | Michal Nowikowski | 2014-08-03 | 1 | -0/+74 |
| | | |\ |
|
| | | * | | 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 |
| * | | | | Don't emit 'attribute-defined-outside-init' if the attribute was set by a fun... | cpopa | 2014-08-04 | 1 | -1/+33 |
| |/ / / |
|
| * | | | Properly handle nested format string fields. Closes issue #294. | cpopa | 2014-08-04 | 2 | -0/+14 |
| | |/
|/| |
|
| * | | Fixes after review. | Michal Nowikowski | 2014-08-01 | 1 | -1/+14 |
| * | | merge | Michal Nowikowski | 2014-07-31 | 4 | -116/+137 |
| |\ \
| |/ |
|
| | * | 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 | 16 | -53/+63 |
| | |\ |
|
| | * | | Handle 'too-few-format-args' or 'too-many-format-args' for format strings wit... | cpopa | 2014-07-31 | 4 | -116/+126 |
| * | | | Added to new options to spell checker: spelling-private-dict-file and spellin... | Michal Nowikowski | 2014-07-31 | 1 | -0/+61 |
| * | | | Fixed merge. | Michal Nowikowski | 2014-07-30 | 1 | -20/+0 |
| * | | | merge | Michal Nowikowski | 2014-07-30 | 64 | -767/+454 |
| |\ \ \
| | |/
| |/| |
|
| | * | | Converted more test cases. | Torsten Marek | 2014-07-30 | 16 | -53/+63 |
| | |/ |
|
| | * | Remove the exhaustivity test from the old framework, it just creates needless... | Torsten Marek | 2014-07-30 | 1 | -25/+0 |
| | * | Remove old testcase that has already been converted. | Torsten Marek | 2014-07-30 | 2 | -59/+0 |
| | * | Converted and merge test cases. | Torsten Marek | 2014-07-30 | 5 | -165/+5 |