summaryrefslogtreecommitdiff
path: root/lint.py
Commit message (Expand)AuthorAgeFilesLines
* old-style classes are deprecated: refactor to new styleNicolas Chauvat2013-05-201-1/+1
* since PyLinter._dynamic_plugins is used as a set, make it a setNicolas Chauvat2013-05-201-2/+2
* add delta to comparison with note from previous executionSylvain Th?nault2013-05-071-2/+3
* Minor updates for the token checker interface, triggered by the review.Torsten Marek2013-05-031-7/+6
* Tokenize the input source only once and hand it to all checkers that need the...Torsten Marek2013-05-011-11/+17
* closes #1 (bitbucket): fix "dictionary changed size during iteration" crashSylvain Th?nault2013-04-161-2/+2
* a few pylint fixes and copyright cleanupsSylvain Th?nault2013-03-291-5/+3
* Make sure that pragmas that apply to whole lines are interpreted literally, s...Torsten Marek2013-03-291-6/+12
* Two small fixes for suppression warnings I00{2,1}:tmarek2013-02-201-3/+5
* backport stableSylvain Th?nault2012-11-121-10/+70
|\
| * Add hooks for import path setup and move pylint's sys.pathtmarek2012-11-071-5/+13
| * Add messages I0020 and I0021 for reporting of suppressed messages and useless...tmarek2012-11-121-0/+32
| * Change the regular expression for inline options so that a preceeding # is no...tmarek2012-11-071-1/+1
| * add support for --disable=all option (closes: #105327)Alexandre Fayolle2012-10-031-4/+24
* | Fix some typos and grammatical errors in the help textDavid Pursehouse2012-10-251-4/+4
|/
* explicit trailing whitespace, avoid temptation to drop those (thx Martin)Sylvain Th?nault2012-10-051-26/+26
* don't want to run a checker only because of a Fatal errorSylvain Th?nault2012-09-201-1/+2
* minor tweaks to previous changeset (custom reporter). Closes #105337Sylvain Th?nault2012-09-201-4/+5
* Added the ability to specify reporter class name as report's 'output-format'.Kevin Jing Qiu2012-09-201-3/+10
* lint fixesSylvain Th?nault2012-09-191-7/+7
* Closes #104572: symbolic warning names in output (by Martin Pool)Martin Pool2012-09-191-1/+20
* use .iter* version of dict methods when possibleSylvain Th?nault2012-09-191-7/+7
* Call reporter.set_output before reporter.on_set_current_module in order to ea...FELD Boris2012-07-171-3/+3
* use lgc.compat to access builtins for cross-interpreters compatSylvain Th?nault2012-07-241-4/+3
* fix indentationSylvain Th?nault2012-07-131-4/+4
* Make pythonpath behaviour closer to python's (closes #88218)JT Olds2012-05-151-1/+16
* Add 'on_close' event trigerring and event callback for reporters.FELD Boris2012-05-031-0/+1
* Refactoring reporting.Sylvain Th?nault2012-05-031-12/+18
* Add 'on_set_current_module' event trigerring and event callback for reporters.FELD Boris2012-03-091-0/+1
* This patch is an attempt to completely remove the need for all Google-interna...Sylvain Th?nault2011-10-261-62/+67
* closes #76920: don't crash in preprocess_option if some looked option has no ...Torsten Marek2011-09-231-5/+16
* Fix --ignore option documentation to match reality (closes #22273)Julien Cristau2011-07-081-4/+3
* add note for IDE developpersSylvain Th?nault2011-07-081-0/+4
* print exceptions not handled by astngEmile Anclin2010-12-151-2/+2
* py3k: need to handle guess_encoding in astngEmile Anclin2010-11-221-5/+9
* performance: use 'active_msgs' attribute to disable function calls or the likeEmile Anclin2010-12-131-1/+4
* cleanup / test: rename a method and move some stuff around for easier testingEmile Anclin2010-12-131-14/+21
* fix checker disabling: use is_report_enabled to check for enabled reportsEmile Anclin2010-12-091-6/+6
* messages: add "check_messages" decorator to store messagesEmile Anclin2010-12-091-4/+4
* performance: make sure checkers are not called because of reportersEmile Anclin2010-12-091-4/+7
* cleanup: remove unused needs_checkers attribut and sort_checkers methodEmile Anclin2010-12-091-31/+15
* cleanup: remove KeyboardInterrupt capture: it goes through Exception in py >=...Emile Anclin2010-11-231-2/+0
* precize line number in deprecation warningSylvain Th?nault2010-11-221-2/+2
* 223 : run python2.x compatible fixersEmile Anclin2010-11-151-5/+4
* remove more 2.4 compatEmile Anclin2010-11-151-1/+0
* cleanup: norm_open can be done directlyEmile Anclin2010-11-101-2/+1
* py3k: update profile optionEmile Anclin2010-11-081-5/+3
* doc : more update on optionsEmile Anclin2010-10-251-2/+2
* fix exit code on bad optionsEmile Anclin2010-10-251-1/+6
* force source to true when explicitly asked to analyze a fileSylvain Th?nault2010-10-111-4/+3