| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename "blessed" dir to "blessings". | Erik Rose | 2015-02-03 | 1 | -0/+16 |
* | 'blessings' -> 'blessed', includes all my fixes and improvements | jquast | 2014-03-09 | 1 | -560/+0 |
* | Support terminal types, such as kermit and avatar, that use bytes 127-255 in ...1.6 | Erik Rose | 2013-11-05 | 1 | -5/+11 |
|\ |
|
| * | Tweak comments and update version history. | Erik Rose | 2013-11-05 | 1 | -6/+5 |
| * | encode tparm output as latin1 | jquast | 2013-11-04 | 1 | -2/+9 |
* | | Remove fallback to 24x80, and fix docstring formatting. | Erik Rose | 2013-11-05 | 1 | -7/+11 |
* | | docfix: 25 x 80 -> 24 x 80 | jquast | 2013-11-05 | 1 | -1/+1 |
* | | Revert "Merge remote-tracking branch 'origin/bugfix-3' into bugfix-1" | jquast | 2013-11-04 | 1 | -15/+12 |
* | | Merge remote-tracking branch 'origin/bugfix-3' into bugfix-1 | jquast | 2013-11-04 | 1 | -12/+15 |
|\ \ |
|
| * | | only perform color lookup for colored terminals | jquast | 2013-11-04 | 1 | -0/+2 |
| * | | resolve any 'must call (at least) setupterm() first' errors | jquast | 2013-11-04 | 1 | -11/+7 |
| * | | turtles all the way down for NullCallableString() | jquast | 2013-11-04 | 1 | -1/+6 |
| |/ |
|
* | | implement height and width fallback for non-tty | jquast | 2013-11-04 | 1 | -2/+10 |
|/ |
|
* | Add a docstring so Blessings looks better in the REPL's help(). | Erik Rose | 2013-09-09 | 1 | -0/+3 |
* | Fix some spelling and grammar. | Erik Rose | 2013-09-09 | 1 | -4/+4 |
* | rollback undesired changes per feedback | jquast | 2013-09-09 | 1 | -14/+13 |
* | is_a_tty property assignment fix -> _is_a_tty | jquast | 2013-09-07 | 1 | -1/+1 |
* | pep8, remove old "cache wanted" codefart | jquast | 2013-09-07 | 1 | -8/+5 |
* | more merge fixes for does_styling property-rework | jquast | 2013-09-07 | 1 | -1/+1 |
* | remove git-merge junk, CVS merges have been easier | jquast | 2013-09-07 | 1 | -7/+0 |
* | import sorting | jquast | 2013-09-07 | 1 | -7/+13 |
* | 'os' imported but unused | jquast | 2013-09-07 | 1 | -2/+8 |
* | 'defaultdict' imported but unused | jquast | 2013-09-07 | 1 | -1/+0 |
* | refactor is_a_tty and does_styling as properties | jquast | 2013-09-07 | 1 | -14/+24 |
* | Make PEP-8-compliant. | Erik Rose | 2013-08-31 | 1 | -17/+36 |
* | Make does_styling attr public. Bump version to 1.6. | Erik Rose | 2013-08-30 | 1 | -6/+10 |
* | Explain the new behavior to myself. Remove 1 test assertion. No non-test beha... | Erik Rose | 2013-08-30 | 1 | -10/+37 |
* | Fix NullCallableString() when called with no or multiple arguments | Vitja Makarov | 2013-08-24 | 1 | -3/+5 |
* | contextmanagers: Put state restore code into finally block | Vitja Makarov | 2013-07-30 | 1 | -8/+13 |
* | Provide a decent way to say "don't style". Closes #18. | Erik Rose | 2012-06-16 | 1 | -1/+5 |
* | Sugar full-screen capabilities. Make location() context manager slimmer. Add ... | Erik Rose | 2012-06-08 | 1 | -22/+30 |
* | Fix a bug where location() wouldn't do anything when passed 0s. | Erik Rose | 2012-06-01 | 1 | -3/+3 |
* | Document an idiom for restoring the cursor location after a series of manual ... | Erik Rose | 2012-02-01 | 1 | -1/+4 |
* | Sugar cursor-visibility and single-space-movement capabilities. Closes #15. | Erik Rose | 2011-12-19 | 1 | -4/+11 |
* | Make `height` and `width` examine any passed-in stream before falling back to... | Erik Rose | 2011-12-09 | 1 | -18/+37 |
* | Add number_of_colors attr. Bring release notes up to date. | Erik Rose | 2011-12-09 | 1 | -1/+25 |
* | Allow `color` attr to act as an unparametrized string, not just a callable. | Erik Rose | 2011-11-30 | 1 | -25/+38 |
* | I often type "light" instead of "bright" by mistake. Make the error message c... | Erik Rose | 2011-11-30 | 1 | -1/+1 |
* | Get rid of reference cycle between Terminals and FormattingStrings. Closes #11. | Erik Rose | 2011-11-29 | 1 | -3/+4 |
* | Oops, make the callable color tests valid, and fix on_color(). | Erik Rose | 2011-11-29 | 1 | -1/+1 |
* | Invert _is_null to save a few lines. | Erik Rose | 2011-11-29 | 1 | -6/+5 |
* | Make `color(n)` callable to wrap a string, like the named colors can. Bump ve... | Erik Rose | 2011-11-29 | 1 | -9/+39 |
* | Dispense with explicit cache dict, and just add attrs to the Terminal instanc... | Erik Rose | 2011-11-28 | 1 | -17/+5 |
* | Fix some docstrings to be more at home in Python 3. | Erik Rose | 2011-11-28 | 1 | -7/+7 |
* | Explode more informatively if Python 3 version < 3.2.3. | Erik Rose | 2011-11-27 | 1 | -0/+6 |
* | Remove SPOT for version, because __init__ throws a SyntaxError when imported ... | Erik Rose | 2011-11-27 | 1 | -3/+1 |
* | Rethink the whole test suite. Passes in Python 2.6. Closes #6. | Erik Rose | 2011-11-27 | 1 | -1/+1 |
* | I have always hated the name "Capability" for these classes. Change it back t... | Erik Rose | 2011-11-27 | 1 | -11/+11 |
* | Rip all that encoding stuff out. Terminal now outputs unicode, which Python 3... | Erik Rose | 2011-11-27 | 1 | -62/+38 |
* | Get the remaining tests passing in Python 3. Mostly just dealt with unicode i... | Erik Rose | 2011-11-27 | 1 | -9/+9 |