summaryrefslogtreecommitdiff
path: root/blessings/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* 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-271-1/+1
* 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
* Get the remaining tests passing in Python 3. Mostly just dealt with unicode i...Erik Rose2011-11-271-9/+9
* Make all encoding explicit, and blow only raw strings to the terminal.Erik Rose2011-11-271-21/+72
* fileno() exists on files all the time in Python 3, even if there is no file n...Erik Rose2011-11-201-3/+12
* 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-161-31/+34
* Document wrapper usage of attributes, numerical color interface, and compound...Erik Rose2011-11-161-10/+15
* Add a helpful exception.Erik Rose2011-11-161-0/+12
* Make simple formatting and colors work as callable wrappers. Add crazy compou...Erik Rose2011-11-161-91/+135
* Add reset_colors sugar. Tweak readme.Erik Rose2011-11-151-0/+3
* Add clear_bol and clear_eos. This concludes the likely useful string capabili...Erik Rose2011-11-151-0/+2
* Let location() operate on just an x *or* y coordinate.Erik Rose2011-11-151-7/+20
* Add sugar for the rest of the simple attribute-setting capabilities. Closes #...Erik Rose2011-11-141-1/+14
* Add an option to force real capability emission even if the output stream is ...Erik Rose2011-11-141-14/+40
* Bump version to 1.1. Fix a docstring.Erik Rose2011-11-081-1/+1
* Add attributes for colors, background colors, and bright colors. Closes #2.Erik Rose2011-11-071-2/+53
* Rename everything from "terminator" to "blessings". Revert version to 1.0.Erik Rose2011-11-071-0/+155