| Commit message (Expand) | Author | Age | Files | Lines |
* | output.py: Removes check for encoding output strings | Devan Franchini | 2014-12-04 | 1 | -12/+6 |
* | output.py: Adds level arg for error(), for consistency | Devan Franchini | 2014-06-12 | 1 | -1/+1 |
* | output.py: Adds file output compatibility | Devan Franchini | 2014-06-12 | 1 | -2/+7 |
* | {api, cli, output, version}.py: Updates print() functions | Devan Franchini | 2014-06-02 | 1 | -8/+9 |
* | Imports unicode_literals from __future__ | Devan Franchini | 2014-06-02 | 1 | -0/+1 |
* | layman/{config, constants, output}.py: Adds notice level. | Devan Franchini | 2014-05-07 | 1 | -3/+16 |
* | pyflakes cleanup2.0.0_rc52.0.0 | Brian Dolbec | 2012-11-18 | 1 | -1/+1 |
* | Tighten up the code to prevent exceptions and tracebacks if stdout and stderr... | Brian Dolbec | 2012-06-06 | 1 | -4/+10 |
* | change to only wrap the '*' with the color, not the spaces around it. | Brian Dolbec | 2012-03-04 | 1 | -6/+6 |
* | py2, py3 compatability changes so 2to3 will work correctly. | dol-sen | 2011-09-22 | 1 | -12/+13 |
* | pass the input parameters to MessageBase | dol-sen | 2011-08-21 | 1 | -1/+2 |
* | Revert "migrate to print()" to restore py-2.5 compatibility. | dol-sen | 2011-08-09 | 1 | -9/+8 |
* | add a space before the * in the output func()'s as per "Etal"'s request in ht... | dol-sen | 2011-08-06 | 1 | -5/+5 |
* | add --debug-level to cli options and code Message.debug() | dol-sen | 2011-08-06 | 1 | -2/+10 |
* | fix double output for info sent to output.error() due to callback. | Brian Dolbec | 2011-03-27 | 1 | -3/+4 |
* | migrate to print() | Brian Dolbec | 2011-03-26 | 1 | -7/+8 |
* | add an error callback function ability to pass errors to. | Brian Dolbec | 2011-02-23 | 1 | -5/+15 |
* | remove no longer needed imports and OUT variable | Brian Dolbec | 2011-02-19 | 1 | -8/+1 |
* | Split out MessageBase class, more code reduction/cleanup | Brian Dolbec | 2011-02-13 | 1 | -15/+38 |
* | further simplify, reduce the number of functions | Brian Dolbec | 2011-02-13 | 1 | -28/+9 |
* | use the new message class and fix the error recording and output | Brian Dolbec | 2011-02-12 | 1 | -0/+187 |