| Commit message (Expand) | Author | Age | Files | Lines |
* | Move all package files to a pylint package. | Ionel Cristian Maries | 2015-02-14 | 1 | -1332/+0 |
* | Fix a crash which occurred when using multiple jobs and the files | Claudiu Popa | 2015-01-16 | 1 | -2/+2 |
* | one more improvement for passing configuration to sublinters | Michal Nowikowski | 2015-01-14 | 1 | -18/+10 |
* | improved filtering out opts for ignoring in sublinters | Michal Nowikowski | 2015-01-14 | 1 | -8/+13 |
* | Fixed passing configuration from master linter to sublinters. Closes issue #374. | Michal Nowikowski | 2015-01-07 | 1 | -20/+18 |
* | Use the new Module.stream, since Module.file_stream is deprecated. | Claudiu Popa | 2015-01-03 | 1 | -10/+0 |
* | Cleanup lint.py. | Claudiu Popa | 2015-01-02 | 1 | -107/+113 |
* | Use the new Module.close to close the file streams. | Claudiu Popa | 2014-11-25 | 1 | -8/+2 |
* | Simplify the passing of config to sublinters. | Claudiu Popa | 2014-11-23 | 1 | -19/+17 |
* | Add options to control extension loading in astroid. | Torsten Marek | 2014-11-22 | 1 | -1/+17 |
* | Close the file_stream of the ast node after analysing it. | Claudiu Popa | 2014-11-22 | 1 | -0/+14 |
* | pylint pylint | Sylvain Th?nault | 2014-11-19 | 1 | -22/+22 |
* | Remove get_init_args from the Message class and move it as private function i... | Claudiu Popa | 2014-11-17 | 1 | -1/+17 |
* | Add a new CLI option, '--py3k'. | Claudiu Popa | 2014-11-17 | 1 | -0/+12 |
* | Add support for disabling a checker. | Claudiu Popa | 2014-11-16 | 1 | -0/+5 |
* | Add support for using both --jobs and -m switch on Windows and Python 2. | Claudiu Popa | 2014-11-16 | 1 | -1/+13 |
* | Simplify the chaining of stats in _parallel_check. | Claudiu Popa | 2014-11-16 | 1 | -3/+2 |
* | Simplify a little the code for parallel checking. | Claudiu Popa | 2014-11-16 | 1 | -31/+33 |
* | may_be_disabled is not used anymore. | Claudiu Popa | 2014-11-15 | 1 | -1/+0 |
* | Refactor a couple of things in lint.py. | Claudiu Popa | 2014-11-15 | 1 | -24/+16 |
* | Documentation improvementsdocs-improvements-2 | Michal Nowikowski | 2014-11-04 | 1 | -1/+1 |
* | Use a defaultdict where it makes sense. | Claudiu Popa | 2014-10-25 | 1 | -4/+5 |
* | 'too-many-lines' disable pragma can be located on any line, not only the first. | Claudiu Popa | 2014-10-23 | 1 | -0/+6 |
* | Don't report clean modules when showing the message percentage by module. | Claudiu Popa | 2014-10-21 | 1 | -0/+3 |
* | Report the percentage of all messages, not just for errors and warnings. | Claudiu Popa | 2014-10-20 | 1 | -2/+0 |
* | Allow linting multiple directories at once. | Claudiu Popa | 2014-10-19 | 1 | -26/+41 |
* | Add new '-j' option for running checks in sub-processes. | Claudiu Popa | 2014-10-15 | 1 | -7/+181 |
* | Modernize to the point of working for Python 2.7 still | Brett Cannon | 2014-08-29 | 1 | -9/+10 |
* | Generate html output for missing files. Closes issue #320. | cpopa | 2014-08-25 | 1 | -0/+5 |
* | Cleanup the API, by providing a new report_order method to ReportsHandlerMixI... | cpopa | 2014-08-19 | 1 | -0/+12 |
* | Fix print statement. | Torsten Marek | 2014-08-18 | 1 | -1/+1 |
* | Some work on making pylint work on Python 3 without 2to3. | Torsten Marek | 2014-08-16 | 1 | -12/+13 |
* | Implement confidence levels. | Torsten Marek | 2014-07-24 | 1 | -1/+21 |
* | linting pylint | Sylvain Th?nault | 2014-07-25 | 1 | -59/+61 |
* | [refactor] move handling of file specific state to its own FileState class (m... | Sylvain Th?nault | 2014-07-24 | 1 | -89/+16 |
* | extract a messages store from the MessagesHandlerMixIn class | Sylvain Th?nault | 2014-07-24 | 1 | -9/+16 |
* | import modutils from astroid, it has been backported there | Sylvain Th?nault | 2014-07-23 | 1 | -1/+1 |
* | Remove extra spaces. | Alexandru Coman | 2014-07-11 | 1 | -1/+0 |
* | Checkers respect priority now. Close issue #229. | Alexandru Coman | 2014-07-11 | 1 | -1/+6 |
* | fix explicit check of python script. Closes #219 | Sylvain Th?nault | 2014-04-29 | 1 | -1/+1 |
* | Fix running init-hook provided by configuration file. | Daniel Harding | 2014-04-29 | 1 | -2/+6 |
* | restore init-hook accidentaly renamed in cset 474324137864. Closes #211 | Sylvain Th?nault | 2014-04-25 | 1 | -1/+1 |
* | Use one symbol for warning about deprecated pragmas. | Torsten Marek | 2014-04-17 | 1 | -13/+9 |
* | Remove F0004[unexpected-inferred-value], it's not used anywhere. | Torsten Marek | 2014-04-17 | 1 | -4/+0 |
* | Only use and emit symbolic warnings in the main linter module | Torsten Marek | 2014-04-17 | 1 | -20/+20 |
* | Stop setting active_msgs on checkers, as they can just rely on is_message_ena... | Torsten Marek | 2014-04-16 | 1 | -1/+0 |
* | Do not attempt to analyze non python file, eg .so file. Closes #122 | Sylvain Th?nault | 2014-04-16 | 1 | -3/+3 |
* | Improve pragma handling to not detect pylint:* strings in non-comments. | Torsten Marek | 2014-04-10 | 1 | -5/+3 |
* | Add back the -i and -s options for backwards compat, but have them be ignored. | Torsten Marek | 2014-04-10 | 1 | -1/+11 |
* | Do not crash when disable or enable in the RC file contain invalid message ID... | Torsten Marek | 2014-04-09 | 1 | -1/+2 |