summaryrefslogtreecommitdiff
path: root/utils.py
Commit message (Expand)AuthorAgeFilesLines
* some pylint and style fixesSylvain Thénault2013-07-311-8/+8
* get_msg_display_string always return symbolic nameSylvain Thénault2013-07-301-5/+1
* rename Message to MessageDefinitionSylvain Thénault2013-07-301-4/+4
* utils: allow specifying min and max relevant python versions for a messageJulien Cristau2013-07-171-6/+17
* fix register_plugins isdir usage, and use already imported functions. Closes ...Sylvain Thénault2013-07-081-4/+4
* Turn reporters into proper plugins rather than classes that are loaded explic...Torsten Marek2013-06-191-1/+30
* python3: deal with astroid's module.file_stream returning bytesJulien Cristau2013-06-191-5/+6
* move EmptyReport exception to pylint.utils and refactor imports so pylint.uti...Sylvain Thénault2013-06-191-1/+3
* Also use the proper way of checking for enabled messages for leave_* methods.Torsten Marek2013-06-191-5/+3
* Refactor PyLintASTWalker to allow using symbolic names in check_messages as w...Torsten Marek2013-06-191-6/+12
* Allow messages to be added by symbolic name as well as by ID.Torsten Marek2013-06-181-6/+8
* Extend the line length check.Torsten Marek2013-06-171-0/+2
* astng has been renamed astroidDavid Douard2013-06-171-9/+9
* old-style classes are deprecated: refactor to new styleNicolas Chauvat2013-05-201-2/+2
* Minor updates for the token checker interface, triggered by the review.Torsten Marek2013-05-031-1/+1
* Tokenize the input source only once and hand it to all checkers that need the...Torsten Marek2013-05-011-2/+14
* a few pylint fixes and copyright cleanupsSylvain Thénault2013-03-291-3/+3
* Make sure that pragmas that apply to whole lines are interpreted literally, s...Torsten Marek2013-03-291-5/+35
* fix name error causing crash when symbols are included in output messages. C...Aurelien Campeas2013-03-131-1/+1
* Two small fixes for suppression warnings I00{2,1}:Torsten Marek2013-02-201-0/+11
* Add messages I0020 and I0021 for reporting of suppressed messages and useless...Torsten Marek2012-11-121-0/+28
* add support for --disable=all option (closes: #105327)Alexandre Fayolle2012-10-031-0/+5
* lint fixesSylvain Thénault2012-09-191-5/+4
* Closes #104572: symbolic warning names in output (by Martin Pool)Martin Pool2012-09-191-9/+40
* use .iter* version of dict methods when possibleSylvain Thénault2012-09-191-7/+7
* Refactoring reporting.Sylvain Thénault2012-05-031-5/+2
* cleanupsSylvain Thénault2011-06-161-4/+3
* closes #69220: add column offset to the astng nodeSylvain Thénault2011-06-161-1/+6
* cleanup / test: rename a method and move some stuff around for easier testingEmile Anclin2010-12-131-2/+2
* py3k: catch SyntaxError while searching for a fileEmile Anclin2010-11-221-1/+3
* messages: add "check_messages" decorator to store messagesEmile Anclin2010-12-091-4/+19
* cleanup: remove unused needs_checkers attribut and sort_checkers methodEmile Anclin2010-12-091-5/+3
* cleanup: simplify add_checkerEmile Anclin2010-12-061-26/+16
* 223 : run python2.x compatible fixersEmile Anclin2010-11-151-2/+2
* remove more 2.4 compatEmile Anclin2010-11-151-1/+0
* py3k: fix sort_msgs: cmp keyword does not exist anymoreEmile Anclin2010-11-101-9/+10
* doc: little full-documentation improvement (closes #47885)Emile Anclin2010-10-261-0/+3
* python2.3 compat fixesEmile Anclin2010-09-221-0/+1
* fix statement countSylvain Thénault2010-05-111-0/+3
* fix full documentation generationSylvain Thénault2010-04-191-23/+25
* also unify [en|dis]able-report with generic [en|dis]able.Sylvain Thénault2010-04-191-1/+12
* cleanup, d-t-w, fix remaining [en|dis] method callSylvain Thénault2010-04-191-39/+77
* use generic disable / enable methods and inline optionSylvain Thénault2010-04-191-21/+11
* refactor messages and checker handlingSylvain Thénault2010-04-161-74/+84
* copyright update : date up 2010Emile Anclin2010-03-231-2/+2
* fix #9791Vincent2009-11-251-3/+25
* d-t-w, cleanupSylvain Thénault2009-08-261-22/+22
* use .fromlineno, not .linenoSylvain Thénault2009-03-191-3/+1
* fix output status computingSylvain Thénault2009-03-171-1/+1
* remove zero-status-cat option, use message filtering + different status code...Sylvain Thénault2009-01-281-3/+10