summaryrefslogtreecommitdiff
path: root/giscanner/message.py
Commit message (Expand)AuthorAgeFilesLines
* gicsanner/message.py: Windows: Fix running on different drivesChun-wei Fan2020-09-261-2/+8
* message: handle fatal errors even if warnings are disabled. Fixes #229Christoph Reiter2019-01-101-1/+1
* message: simplify handling of error levelsChristoph Reiter2019-01-101-9/+4
* Clean shebangs out of non-executable scripts and drop exec perm from xmlwrite...Dominique Leuenberger2019-01-091-1/+0
* Drop all Python 2 compat codeChristoph Reiter2018-12-081-5/+0
* writer: Include documentation and symbol position in source filesThibault Saunier2018-11-281-2/+3
* giscanner: Print relative filename paths when warningJonas Ã…dahl2018-11-081-5/+2
* giscanner.message: Don't print node as the default contextMikhail Zabaluev2015-10-051-3/+1
* giscanner.message: Fix module-level logging functionsMikhail Zabaluev2015-09-301-3/+7
* scanner: Pacify PEP8Colin Walters2015-09-291-0/+2
* giscanner: Use rich comparison methods for Python 3 compatibilitySimon Feltman2015-09-291-4/+27
* giscanner: Use unicode literals in all Python filesSimon Feltman2015-09-291-0/+1
* giscanner: Replace repr format usage with string formatterSimon Feltman2015-09-291-1/+1
* giscanner: Use print as a function for Python 3 compatibilitySimon Feltman2015-09-291-0/+1
* giscanner: Enable "true division" for all Python filesSimon Feltman2015-09-291-0/+1
* giscanner: Use absolute_import for all Python filesSimon Feltman2015-09-291-0/+2
* scanner: Explicitly error with constructors but no GObject includeColin Walters2015-09-291-0/+2
* tests: Update misc/pep8.py to 1.6.2Dieter Verfaillie2015-06-291-1/+1
* scanner: centralize caret error message handlingDieter Verfaillie2015-06-241-7/+10
* giscanner: give message.ERROR a purposeDieter Verfaillie2013-10-081-18/+31
* giscanner: remove Position.offset()Dieter Verfaillie2013-10-081-3/+0
* giscanner: give pointer to original comment block...Dieter Verfaillie2013-10-081-4/+7
* giscanner: define __slots__ on some classesDieter Verfaillie2013-10-081-0/+3
* tests: Update misc/pep8.py to 1.4.5Dieter Verfaillie2013-05-071-8/+10
* Now make AnnotationParser do what gobject-introspection needs it to do.Dieter Verfaillie2012-04-051-2/+6
* message: Show the file/line even when processing FATALColin Walters2011-10-171-5/+5
* scanner: Print out a message if warnings were offColin Walters2010-10-251-5/+5
* scanner: Don't duplicate fatal message textColin Walters2010-09-291-1/+2
* [Message] Implement Position.__repr__Johan Dahlin2010-09-201-0/+6
* [message] Add apositions argument to a few functionsJohan Dahlin2010-09-201-6/+8
* [scanner] Add a Position classJohan Dahlin2010-09-201-47/+56
* [message] Set file_positions to an empty listJohan Dahlin2010-09-201-1/+1
* [scanner] Make fatal warnings exitJohan Dahlin2010-09-071-4/+6
* scanner: Add various static debug hooks in GI_SCANNER_DEBUGColin Walters2010-09-071-0/+3
* scanner: Actually exit with code 1 on fatal warnings againColin Walters2010-09-031-1/+1
* [message] exit after calling message.fatal()Johan Dahlin2010-09-021-1/+1
* [message] Add an output parameterJohan Dahlin2010-09-021-7/+10
* [scanner] add a message moduleJohan Dahlin2010-09-021-0/+155