index
:
delta/python-packages/blessings.git
blessed-integration
master
modern-python-versions
setup-idiomaticness
window-title
github.com: erikrose/blessings
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
blessings
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Make all encoding explicit, and blow only raw strings to the terminal.
Erik Rose
2011-11-27
1
-21
/
+72
*
fileno() exists on files all the time in Python 3, even if there is no file n...
Erik Rose
2011-11-20
1
-3
/
+12
*
Make some hopeful metadata changes and dodge a scoping change in Python 3.
Erik Rose
2011-11-20
1
-5
/
+9
*
Bootstrap Sphinx docs.
Erik Rose
2011-11-18
1
-21
/
+25
*
Tweak readme and a comment.
Erik Rose
2011-11-18
1
-2
/
+3
*
Fix simple formatting attributes not working as wrappers.
Erik Rose
2011-11-16
1
-31
/
+34
*
Document wrapper usage of attributes, numerical color interface, and compound...
Erik Rose
2011-11-16
1
-10
/
+15
*
Add a helpful exception.
Erik Rose
2011-11-16
1
-0
/
+12
*
Make simple formatting and colors work as callable wrappers. Add crazy compou...
Erik Rose
2011-11-16
1
-91
/
+135
*
Add reset_colors sugar. Tweak readme.
Erik Rose
2011-11-15
1
-0
/
+3
*
Add clear_bol and clear_eos. This concludes the likely useful string capabili...
Erik Rose
2011-11-15
1
-0
/
+2
*
Let location() operate on just an x *or* y coordinate.
Erik Rose
2011-11-15
1
-7
/
+20
*
Add sugar for the rest of the simple attribute-setting capabilities. Closes #...
Erik Rose
2011-11-14
1
-1
/
+14
*
Add an option to force real capability emission even if the output stream is ...
Erik Rose
2011-11-14
1
-14
/
+40
*
Bump version to 1.1. Fix a docstring.
Erik Rose
2011-11-08
1
-1
/
+1
*
Add attributes for colors, background colors, and bright colors. Closes #2.
Erik Rose
2011-11-07
1
-2
/
+53
*
Rename everything from "terminator" to "blessings". Revert version to 1.0.
Erik Rose
2011-11-07
1
-0
/
+155