summaryrefslogtreecommitdiff
path: root/reporters
Commit message (Collapse)AuthorAgeFilesLines
* use a set instead of a dict with dumb valuesSylvain Th?nault2014-07-251-3/+3
|
* extract a messages store from the MessagesHandlerMixIn classSylvain Th?nault2014-07-241-1/+1
|
* code commented and import moved so it won't run when python>2.5Ricardo Gemignani2014-03-061-1/+1
|
* except as replaced by commas, one with_statement future import added and ↵Ricardo Gemignani2014-03-061-0/+4
| | | | StringFormat used to replace string.format when python < 2.6
* Updated FSF address.Arun Persaud2014-02-233-3/+3
|
* split linesSylvain Th?nault2013-12-201-2/+2
|
* Removed commented-out linesreporter_message_fixPete2013-09-071-2/+0
|
* Updated GUI reporter to use Message object.Pete2013-09-071-7/+5
| | | | Removed unused msgs[] attribute.
* enhance the default outputSylvain Th?nault2013-07-311-1/+1
|
* some pylint and style fixesSylvain Th?nault2013-07-313-16/+16
|
* Templating mecanism for text reporters.Anthony Truchet2013-07-303-77/+76
| | | | | | | | | | | | This changeset introduces a reporters.Message class to represent messages with their attached data. Those messages object can then be formatted accordingto some template. A template can be specified on the command line through the msg-template option. This deprecates parseable and msvc output format, and kill --symbols and --include-ids option.
* Turn reporters into proper plugins rather than classes that are loaded ↵Torsten Marek2013-06-193-1/+26
| | | | explicitly.
* move EmptyReport exception to pylint.utils and refactor imports so ↵Sylvain Th?nault2013-06-191-5/+1
| | | | pylint.utils stop importing checkers/reporters
* Added source file viewer.Pete2013-06-011-2/+2
| | | | | | Double-clicking on a warning/error message opens the source file and scrolls to the affected line. Added additional fields to gui.msgs to enable this.
* closes #123892 by adding errors=replace when encoding unicode stringsSylvain Th?nault2013-04-121-1/+4
|
* a few pylint fixes and copyright cleanupsSylvain Th?nault2013-03-291-3/+1
|
* redefine cmp under py3k. Closes #120635Sylvain Th?nault2013-02-221-1/+6
|
* don't reference sys.stdout as default argument value, so one may redirect ↵Sylvain Th?nault2013-02-201-3/+3
| | | | sys.stdout to catch pylint output. For instance this properly silent smoke tests
* lint fixesSylvain Th?nault2012-09-191-0/+1
|
* Closes #104572: symbolic warning names in output (by Martin Pool)Martin Pool2012-09-194-22/+26
| | | | triggered whatever the format using a command line option
* fix gui reporter broken by addition of coloffset information. Closes #92584Sylvain Th?nault2012-05-151-1/+1
|
* Add 'on_close' event trigerring and event callback for reporters.FELD Boris2012-05-031-0/+5
|
* Refactoring reporting.Sylvain Th?nault2012-05-032-6/+4
|
* Add 'on_set_current_module' event trigerring and event callback for reporters.FELD Boris2012-03-091-0/+6
|
* closes #73941: HTML reports badly formatted since col_offset addition, which ↵Sylvain Th?nault2011-10-041-8/+8
| | | | was only partially added to the report
* closes #69950: Tests failing due to 'column offset' changes in 744Sylvain Th?nault2011-07-081-2/+1
|
* cleanupsSylvain Th?nault2011-06-161-11/+11
|
* closes #69220: add column offset to the astng nodeSylvain Th?nault2011-06-162-5/+5
|
* 223 : run python2.x compatible fixersEmile Anclin2010-11-151-2/+2
|
* py3k : fix reporter output (don't print bytes but strings)Emile Anclin2010-11-091-0/+5
|
* fix broken smoketestEmile Anclin2010-10-211-7/+11
|
* close #48066: crash on redirecting non-ascii outputEmile Anclin2010-10-211-11/+14
| | | | just apply patch at the tracker
* lint fixesSylvain Th?nault2010-05-121-5/+3
|
* new pylint gui, contributed by Scott Pilkey and friends from the Tahiti teamSylvain Th?nault2010-05-111-0/+38
|
* fix html reporter to avoid all messages ending in pylint_globals.html when ↵sylvain thenault2009-02-121-7/+11
| | | | --files-output is set
* fix a bug in colorized reporter, spotted by Dave BorowitzSylvain2007-08-091-1/+1
|
* test fix, fix vs reporter nameSylvain2007-02-191-1/+1
|
* implement #3285: reported for Visual Studio line number reporting (msvs)Sylvain2007-02-171-21/+16
|
* #3119 and #3117syt2006-11-231-4/+4
|
* fix spelling mistake pointed out by skip@pobox.comAlexandre Fayolle2006-05-271-1/+1
|
* check ChangeLogsyt2006-05-092-12/+23
|
* forget the past.root2006-04-263-0/+282
forget the past.