summaryrefslogtreecommitdiff
path: root/blessings
Commit message (Expand)AuthorAgeFilesLines
* turtles all the way down for NullCallableString()jquast2013-11-041-1/+6
* Add a docstring so Blessings looks better in the REPL's help().Erik Rose2013-09-091-0/+3
* Merge the property-ization of is_a_tty and does_styling, some PEP-8 fixes, an...Erik Rose2013-09-091-22/+32
|\
| * Fix some spelling and grammar.Erik Rose2013-09-091-4/+4
| * rollback undesired changes per feedbackjquast2013-09-091-14/+13
| * is_a_tty property assignment fix -> _is_a_ttyjquast2013-09-071-1/+1
| * pep8, remove old "cache wanted" codefartjquast2013-09-071-8/+5
| * more merge fixes for does_styling property-reworkjquast2013-09-071-1/+1
| * remove git-merge junk, CVS merges have been easierjquast2013-09-071-7/+0
| * import sortingjquast2013-09-071-7/+13
| * 'os' imported but unusedjquast2013-09-071-2/+8
| * 'defaultdict' imported but unusedjquast2013-09-071-1/+0
| * refactor is_a_tty and does_styling as propertiesjquast2013-09-071-14/+24
* | Make test docstrings PEP-8-compliant.Erik Rose2013-09-091-6/+12
|/
* Make PEP-8-compliant.Erik Rose2013-08-311-17/+36
* Make does_styling attr public. Bump version to 1.6.Erik Rose2013-08-301-6/+10
* Replace the weird clear() test with what was originally intended. This one ac...1.5.1Erik Rose2013-08-301-6/+1
* Explain the new behavior to myself. Remove 1 test assertion. No non-test beha...Erik Rose2013-08-302-12/+43
* Add testcase for NullCallableStringVitja Makarov2013-08-261-0/+9
* Fix NullCallableString() when called with no or multiple argumentsVitja Makarov2013-08-241-3/+5
* contextmanagers: Put state restore code into finally blockVitja Makarov2013-07-301-8/+13
* Provide a decent way to say "don't style". Closes #18.Erik Rose2012-06-162-1/+11
* Sugar full-screen capabilities. Make location() context manager slimmer. Add ...Erik Rose2012-06-081-22/+30
* Fix a bug where location() wouldn't do anything when passed 0s.Erik Rose2012-06-012-3/+13
* Document an idiom for restoring the cursor location after a series of manual ...Erik Rose2012-02-012-1/+13
* Sugar cursor-visibility and single-space-movement capabilities. Closes #15.Erik Rose2011-12-191-4/+11
* Make `height` and `width` examine any passed-in stream before falling back to...Erik Rose2011-12-092-18/+43
* Add number_of_colors attr. Bring release notes up to date.Erik Rose2011-12-092-1/+44
* Allow `color` attr to act as an unparametrized string, not just a callable.Erik Rose2011-11-302-25/+44
* I often type "light" instead of "bright" by mistake. Make the error message c...Erik Rose2011-11-301-1/+1
* Get rid of reference cycle between Terminals and FormattingStrings. Closes #11.Erik Rose2011-11-291-3/+4
* Oops, make the callable color tests valid, and fix on_color().Erik Rose2011-11-292-2/+4
* Invert _is_null to save a few lines.Erik Rose2011-11-291-6/+5
* Make `color(n)` callable to wrap a string, like the named colors can. Bump ve...Erik Rose2011-11-292-9/+53
* Dispense with explicit cache dict, and just add attrs to the Terminal instanc...Erik Rose2011-11-281-17/+5
* Fix some docstrings to be more at home in Python 3.Erik Rose2011-11-281-7/+7
* Explode more informatively if Python 3 version < 3.2.3.Erik Rose2011-11-271-0/+6
* Remove SPOT for version, because __init__ throws a SyntaxError when imported ...Erik Rose2011-11-271-3/+1
* Rethink the whole test suite. Passes in Python 2.6. Closes #6.Erik Rose2011-11-272-55/+78
* I have always hated the name "Capability" for these classes. Change it back t...Erik Rose2011-11-271-11/+11
* Rip all that encoding stuff out. Terminal now outputs unicode, which Python 3...Erik Rose2011-11-271-62/+38
* Re-unicode-ify some test literals.Erik Rose2011-11-271-2/+2
* Get the remaining tests passing in Python 3. Mostly just dealt with unicode i...Erik Rose2011-11-272-39/+48
* Make all encoding explicit, and blow only raw strings to the terminal.Erik Rose2011-11-272-38/+98
* fileno() exists on files all the time in Python 3, even if there is no file n...Erik Rose2011-11-201-3/+12
* TypeError isn't subscriptable in Python 3.Erik Rose2011-11-201-3/+3
* Make some hopeful metadata changes and dodge a scoping change in Python 3.Erik Rose2011-11-201-5/+9
* Bootstrap Sphinx docs.Erik Rose2011-11-181-21/+25
* Tweak readme and a comment.Erik Rose2011-11-181-2/+3
* Fix simple formatting attributes not working as wrappers.Erik Rose2011-11-162-31/+36