summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge a fix to a docs link. Close #157.HEADmasterErik Rose2020-10-201-1/+1
|\
| * Fix link to docs about number_of_colors methodRenato Byrro2020-10-201-1/+1
|/
* Merge pull request #154 from gtalarico/patch-1Fred Wenzel2020-04-131-0/+8
|\
| * Update README.rstGui Talarico2020-04-131-0/+8
|/
* Merge test-running under 3.7 + new set syntax. Close #139.Erik Rose2018-10-244-7/+14
|\
| * Upgrade Python syntax with pyupgrade https://github.com/asottile/pyupgradeHugo2018-10-211-6/+6
| * Add support for Python 3.7Hugo2018-10-213-1/+8
* | Merge Python-3-style prints in examples. Close #140.Erik Rose2018-10-242-31/+31
|\ \ | |/ |/|
| * Python 3 style printHugo2018-10-212-31/+31
|/
* Merge: Default to TERM=dumb even if $TERM is set but empty. Fix #39. Close #138.Erik Rose2018-09-261-1/+1
|\
| * Default to TERM=dumb even if $TERM is set but emptyThomas Deutschmann2018-09-091-1/+1
|/
* Merge fix for crash when $TERM is bad. Fix #39. Close #137.Erik Rose2018-09-071-2/+7
|\
| * Explicitly catch curses.errorJay Kamat2018-09-011-1/+1
| * Fix error when TERM is unset or improperly setJay Kamat2018-08-241-2/+7
* | Include the Sphinx docs with sdists, as per Gentoo's request. Close #136.Erik Rose2018-09-011-0/+1
|/
* Recognize negated capabilities in compound formatters. Close #135. Fix #134.Erik Rose2018-08-182-5/+17
|\
| * Recognize correctly the negated form of the capabilities.Andres Ayala2018-08-102-5/+17
|/
* Merge the syntax-coloring of code samples in readme. Close #133.Erik Rose2018-07-081-20/+60
|\
| * Restore colons and such before code snippets.Erik Rose2018-07-081-17/+17
| * Syntax highlight code samplesAlex Willmer2018-07-041-20/+60
|/
* Bump version to 1.7. Update readme.1.7Erik Rose2018-06-213-2/+6
* Switch from 2to3 to six. Close #132.Erik Rose2018-06-195-22/+19
|\
| * Add pypy to tox environmentsDave Hunt2018-06-181-1/+1
| * Add test coverage for Python 3.5Dave Hunt2018-06-182-1/+2
| * Remove imports from __future__Dave Hunt2018-06-182-3/+0
| * Import constants from six instead of importing the six moduleDave Hunt2018-06-181-8/+8
| * Use six to support Python 2 and 3 without using 2to3Dave Hunt2018-06-084-20/+19
|/
* Drop support for EOL Python 2.6 and 3.3Hugo2018-01-183-6/+3
* Be consistent about the versions of Python we support. Close #128.Erik Rose2018-01-172-10/+7
|\
| * Remove redundant code (made redundant by python_requires)Hugo2018-01-151-8/+0
| * Add python_requires to help pipHugo2018-01-151-0/+1
| * Update version classifiersHugo2018-01-151-2/+6
* | Link Travis badge to build, not imageHugo2018-01-151-1/+2
|/
* pypy doesn't seem to fail on Travis anymore.1.6.1Erik Rose2018-01-031-4/+0
* 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