summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIPwindow-titleErik Rose2012-10-282-11/+51
* Make `python setup.py test` work without spurious errors.Erik Rose2012-07-081-0/+7
* Say why we let certain Travis build envs fail. Add Travis build badge to readme.Erik Rose2012-07-082-3/+6
* Add .travis.yml for Travis CI (http://travis-ci.org/)Marc Abramowitz2012-06-281-0/+18
* Add a few things to .gitignoreMarc Abramowitz2012-06-281-1/+6
* Clean up fabfile. Remove test command; there are already 2 ways to run tests....Erik Rose2012-06-251-12/+7
* It's the portability that gets you; you can turn off bold on ANSI terminals w...1.5Erik Rose2012-06-181-2/+2
* Provide a decent way to say "don't style". Closes #18.Erik Rose2012-06-163-3/+15
* Sugar full-screen capabilities. Make location() context manager slimmer. Add ...Erik Rose2012-06-084-24/+67
* Bump version to 1.4 in docs config.Erik Rose2012-06-021-1/+1
* Document newly-sugared capabilities, and reorganize readme as new categories ...1.4Erik Rose2012-06-021-45/+84
* Note setup.py test thing in readme.Erik Rose2012-06-021-0/+1
* Support running `python setup.py test`.Erik Rose2012-06-021-0/+1
* Fix case of "nose" in tests_require.Erik Rose2012-06-021-1/+1
* Bump version to 1.4.Erik Rose2012-06-022-2/+9
* 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-013-5/+26
* Sugar cursor-visibility and single-space-movement capabilities. Closes #15.Erik Rose2011-12-192-6/+13
* Make 1.3's release notes past tense like the others.Erik Rose2011-12-171-6/+6
* Rejigger readme so code samples are at the top.1.3Erik Rose2011-12-122-20/+32
* Polish readme.Erik Rose2011-12-121-4/+9
* Tell Sphinx to document `number_of_colors`.Erik Rose2011-12-091-1/+1
* Make `height` and `width` examine any passed-in stream before falling back to...Erik Rose2011-12-093-18/+46
* Add number_of_colors attr. Bring release notes up to date.Erik Rose2011-12-093-3/+54
* Correct the description of what happens when an unsupported color is used.Erik Rose2011-12-091-5/+8
* Allow `color` attr to act as an unparametrized string, not just a callable.Erik Rose2011-11-303-26/+45
* I've been using `height` wrong this whole time. It's 1-based.Erik Rose2011-11-301-4/+4
* 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-295-11/+63
* Dispense with explicit cache dict, and just add attrs to the Terminal instanc...Erik Rose2011-11-281-17/+5
* Add the "Production" trove classifier.Erik Rose2011-11-281-0/+1
* Replace the remaining occurrences of "django-tidings" in the Sphinx makefiles.Erik Rose2011-11-282-6/+6
* Fix an error in an example.Erik Rose2011-11-281-1/+1
* Include LICENSE in sdist.1.2Erik Rose2011-11-281-1/+2
* Fix some docstrings to be more at home in Python 3.Erik Rose2011-11-281-7/+7
* Note the new unicodeyness in the readme.Erik Rose2011-11-281-1/+5
* Change license to MIT. Closes #13.Erik Rose2011-11-283-3/+30
* Support Python 3 >= 3.2.3.Erik Rose2011-11-277-91/+189
|\
| * Explode more informatively if Python 3 version < 3.2.3.Erik Rose2011-11-271-0/+6
| * Make tox run Python 3 tests against the 2to3'd source.Erik Rose2011-11-271-2/+3
| * Remove SPOT for version, because __init__ throws a SyntaxError when imported ...Erik Rose2011-11-273-8/+4
| * 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
| * We need Python 3.2.3 or better, to fix a curses bug.Erik Rose2011-11-271-1/+0
| * Get the remaining tests passing in Python 3. Mostly just dealt with unicode i...Erik Rose2011-11-272-39/+48