summaryrefslogtreecommitdiff
path: root/reporters/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* some pylint and style fixesSylvain Th?nault2013-07-311-0/+1
* Templating mecanism for text reporters.Anthony Truchet2013-07-301-19/+35
* Turn reporters into proper plugins rather than classes that are loaded explic...Torsten Marek2013-06-191-0/+5
* move EmptyReport exception to pylint.utils and refactor imports so pylint.uti...Sylvain Th?nault2013-06-191-5/+1
* closes #123892 by adding errors=replace when encoding unicode stringsSylvain Th?nault2013-04-121-1/+4
* redefine cmp under py3k. Closes #120635Sylvain Th?nault2013-02-221-1/+6
* Closes #104572: symbolic warning names in output (by Martin Pool)Martin Pool2012-09-191-1/+21
* Add 'on_close' event trigerring and event callback for reporters.FELD Boris2012-05-031-0/+5
* Refactoring reporting.Sylvain Th?nault2012-05-031-5/+3
* Add 'on_set_current_module' event trigerring and event callback for reporters.FELD Boris2012-03-091-0/+6
* 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
* #3119 and #3117syt2006-11-231-4/+4
* forget the past.root2006-04-261-0/+67