summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * 'defaultdict' imported but unusedjquast2013-09-071-1/+0
| * | import sortingjquast2013-09-071-7/+13
| * | 'os' imported but unusedjquast2013-09-071-2/+8
| * | 'defaultdict' imported but unusedjquast2013-09-071-1/+0
| * | Merge pull request #1 from jquast/property-reworkJeff Quast2013-09-071-14/+24
| |\ \ | | |/ | |/|
| | * 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
* Add `fullscreen()` and `hidden_cursor()` to the auto-generated docs.Erik Rose2013-08-302-1/+2
* Add Sphinx build dir to gitignore.Erik Rose2013-08-301-0/+1
* Make does_styling attr public. Bump version to 1.6.Erik Rose2013-08-304-13/+21
* Fix some ReST in readme.Erik Rose2013-08-301-1/+1
* Replace the weird clear() test with what was originally intended. This one ac...1.5.1Erik Rose2013-08-301-6/+1
* Merge Vitja Makarov's NullCallableString tty-less parametrization fix. Close ...Erik Rose2013-08-304-10/+54
|\
| * Explain the new behavior to myself. Remove 1 test assertion. No non-test beha...Erik Rose2013-08-304-13/+46
| * Add testcase for NullCallableStringVitja Makarov2013-08-261-0/+9
| * Fix NullCallableString() when called with no or multiple argumentsVitja Makarov2013-08-241-3/+5
* | Bring readme up to date.Erik Rose2013-08-301-0/+2
|/
* Merge pull request #29 from vitek/masterErik Rose2013-07-301-8/+13
|\
| * contextmanagers: Put state restore code into finally blockVitja Makarov2013-07-301-8/+13
|/
* Update changelog with the latest.Erik Rose2013-05-151-0/+6
* Fix tox.ini syntax to work around a bug in tox.Erik Rose2013-04-241-1/+2
* Add py33 to tox.Erik Rose2013-04-101-1/+1
* 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