aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* output.py: Removes check for encoding output stringsDevan Franchini2014-12-041-12/+6
* output.py: Adds level arg for error(), for consistencyDevan Franchini2014-06-121-1/+1
* output.py: Adds file output compatibilityDevan Franchini2014-06-121-2/+7
* {api, cli, output, version}.py: Updates print() functionsDevan Franchini2014-06-021-8/+9
* Imports unicode_literals from __future__Devan Franchini2014-06-021-0/+1
* layman/{config, constants, output}.py: Adds notice level.Devan Franchini2014-05-071-3/+16
* pyflakes cleanup2.0.0_rc52.0.0Brian Dolbec2012-11-181-1/+1
* Tighten up the code to prevent exceptions and tracebacks if stdout and stderr...Brian Dolbec2012-06-061-4/+10
* change to only wrap the '*' with the color, not the spaces around it.Brian Dolbec2012-03-041-6/+6
* py2, py3 compatability changes so 2to3 will work correctly.dol-sen2011-09-221-12/+13
* pass the input parameters to MessageBasedol-sen2011-08-211-1/+2
* Revert "migrate to print()" to restore py-2.5 compatibility.dol-sen2011-08-091-9/+8
* add a space before the * in the output func()'s as per "Etal"'s request in ht...dol-sen2011-08-061-5/+5
* add --debug-level to cli options and code Message.debug()dol-sen2011-08-061-2/+10
* fix double output for info sent to output.error() due to callback.Brian Dolbec2011-03-271-3/+4
* migrate to print()Brian Dolbec2011-03-261-7/+8
* add an error callback function ability to pass errors to.Brian Dolbec2011-02-231-5/+15
* remove no longer needed imports and OUT variableBrian Dolbec2011-02-191-8/+1
* Split out MessageBase class, more code reduction/cleanupBrian Dolbec2011-02-131-15/+38
* further simplify, reduce the number of functionsBrian Dolbec2011-02-131-28/+9
* use the new message class and fix the error recording and outputBrian Dolbec2011-02-121-0/+187