summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bring Python versions under test up to date.modern-python-versionsErik Rose2018-01-032-5/+7
* Link to the latest API documentation, which has moved to readthedocs in the w...Erik Rose2018-01-031-0/+2
* Update readme. Bump version to 1.6.1.Erik Rose2018-01-033-2/+6
* Return 0 from 'number_of_colors' when does_styling is FalseAndrew Halberstadt2017-12-181-0/+3
* Merge pull request #63 from lowks/patch-1Fred Wenzel2014-05-201-1/+0
|\
| * Update .travis.ymlLow Kian Seong2014-05-191-1/+0
|/
* Merge pull request #62 from fwenzel/travis-linkErik Rose2014-04-301-0/+4
|\
| * Link to Travis builds in readme. #60.Fred Wenzel2014-04-291-0/+4
|/
* Merge pull request #57 from jquast/patch-2Erik Rose2014-04-091-1/+1
|\
| * spelling error, desciptor -> descriptor.Jeff Quast2014-03-191-1/+1
|/
* Support terminal types, such as kermit and avatar, that use bytes 127-255 in ...1.6Erik Rose2013-11-053-7/+15
|\
| * Tweak comments and update version history.Erik Rose2013-11-052-6/+7
| * encode tparm output as latin1jquast2013-11-042-4/+11
* | Fall back to env vars to find height and width. Make the height-and-width tes...Erik Rose2013-11-053-5/+19
|\ \ | |/ |/|
| * Update version history.Erik Rose2013-11-051-0/+2
| * Remove fallback to 24x80, and fix docstring formatting.Erik Rose2013-11-051-7/+11
| * docfix: 25 x 80 -> 24 x 80jquast2013-11-051-1/+1
| * Revert "Merge remote-tracking branch 'origin/bugfix-3' into bugfix-1"jquast2013-11-042-27/+24
| * Merge remote-tracking branch 'origin/bugfix-3' into bugfix-1jquast2013-11-042-24/+27
| |\
| | * only perform color lookup for colored terminalsjquast2013-11-042-12/+14
| | * resolve any 'must call (at least) setupterm() first' errorsjquast2013-11-041-11/+7
| | * turtles all the way down for NullCallableString()jquast2013-11-041-1/+6
| |/ |/|
| * implement height and width fallback for non-ttyjquast2013-11-041-2/+10
| * fix testing height and width for integerjquast2013-11-041-3/+3
|/
* Bring the readme up to date.Erik Rose2013-09-091-1/+3
* Add a docstring so Blessings looks better in the REPL's help().Erik Rose2013-09-091-0/+3
* Merge the property-ization of is_a_tty and does_styling, some PEP-8 fixes, an...Erik Rose2013-09-091-22/+32
|\
| * Fix some spelling and grammar.Erik Rose2013-09-091-4/+4
| * rollback undesired changes per feedbackjquast2013-09-091-14/+13
| * is_a_tty property assignment fix -> _is_a_ttyjquast2013-09-071-1/+1
| * pep8, remove old "cache wanted" codefartjquast2013-09-071-8/+5
| * more merge fixes for does_styling property-reworkjquast2013-09-071-1/+1
| * remove git-merge junk, CVS merges have been easierjquast2013-09-071-7/+0
| * Merge pull request #2 from jquast/import-reworkJeff Quast2013-09-070-0/+0
| |\
| | * import sortingjquast2013-09-071-7/+13
| | * 'os' imported but unusedjquast2013-09-071-3/+2
| | * '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
|\