Skip to content

Tags: erikrose/blessings

Tags

1.7

Toggle 1.7's commit message
Bump version to 1.7. Update readme.

1.6.1

Toggle 1.6.1's commit message
pypy doesn't seem to fail on Travis anymore.

1.6

Toggle 1.6's commit message
Support terminal types, such as kermit and avatar, that use bytes 127…

…-255 in their escape sequences. Close #47.

1.5.1

Toggle 1.5.1's commit message
Replace the weird clear() test with what was originally intended. Thi…

…s one actually fails before the #31 fix.

1.5

Toggle 1.5's commit message
It's the portability that gets you; you can turn off bold on ANSI ter…

…minals with some bits in the sgr sequence.

1.4

Toggle 1.4's commit message
Document newly-sugared capabilities, and reorganize readme as new cat…

…egories emerge.

1.3

Toggle 1.3's commit message
Rejigger readme so code samples are at the top.

1.2

Toggle 1.2's commit message
Include LICENSE in sdist.

1.1

Toggle 1.1's commit message
Add tox.ini to the manifest.

Doesn't hurt to ship everything required to run the tests well.

1.0.1

Toggle 1.0.1's commit message
Fix a buggy test that crashed when run with anything but nose-progres…

…sive (which was conveniently calling setupterm() itself).