summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* remove custom setup and test, instruct how to testJeff Quast2015-04-251-35/+0
* Polish style in setup.py.Erik Rose2015-04-251-11/+8
* also install 'wheel', we should publish wheelJeff Quast2015-04-131-2/+2
* set zip_safe=True, otherwise docstring and stylingJeff Quast2015-04-091-57/+72
* Merge remote-tracking branch 'origin/blessed-integration-six-integration' int...Jeff Quast2015-04-091-1/+2
|\
| * Merge remote-tracking branch 'origin/blessed-integration' into blessed-integr...Jeff Quast2015-03-081-8/+10
| |\
| * | use 'six' for py2/3 compatibility of string typesJeff Quast2015-02-271-1/+2
* | | Merge remote-tracking branch 'origin/blessed-integration' into blessed-integr...Jeff Quast2015-03-081-5/+3
|\ \ \ | | |/ | |/|
| * | Make some syntax more idiomatic.Erik Rose2015-03-041-5/+3
* | | "Pare down" README.rst, improve sphinx docsJeff Quast2015-02-281-1/+1
|/ /
* | Remove __author__ tags, append myselfJeff Quast2015-02-271-5/+9
|/
* Change textual occurrences of "blessed" to "blessings".Erik Rose2015-02-031-4/+4
* break_long_words=True now supported by term.wrapJeff Quast2015-01-031-2/+2
* provide static analysis testing (prospector)Jeff Quast2015-01-011-3/+9
* travis, tox, and coveralls -- combine coveragejquast2014-09-061-2/+4
* Release 1.9.4 with additional testsjquast2014-09-061-1/+1
* release version 1.9.3jquast2014-09-011-1/+1
* Remove the need to use to 2to3 conversion utilityjquast2014-09-011-3/+0
* v1.9.2: Implement keypad / directional key supportjquast2014-08-241-1/+1
* cut 1.9.1 releasejquast2014-06-291-1/+1
* release version 1.9jquast2014-06-291-1/+1
* Bugfix reported by hellbeard!impurejquast2014-06-081-1/+1
* better ecma-48 detection in aixtermjquast2014-05-171-1/+1
* add wcwidth (my own library), support for CJK charactersjquast2014-05-171-4/+8
* add python 3.3 and 3.4 to classifiersjquast2014-05-041-0/+2
* add python34 to travis,jquast2014-05-041-44/+64
* version 1.8.5jquast2014-04-271-1/+1
* closes issue #11, inkey() may be interruptedjquast2014-04-051-1/+1
* bump minor version for release pickle-fixjquast2014-04-011-1/+1
* bump to 1.8.2 for bugfix issue #10jquast2014-03-261-1/+1
* release 1.8.1 with _keyboard_buf fixjquast2014-03-251-1/+1
* release 1.8jquast2014-03-251-1/+1
* remove UnusedImport from setup.pyjquast2014-03-231-3/+1
* more fixes; seperate of py26/27 vs. py33 testsjquast2014-03-221-52/+0
* remove python2.5 compatibility (tox)jquast2014-03-161-1/+0
* pytest, tox, and coverage cleanup for python26->33jquast2014-03-091-42/+59
* 'blessings' -> 'blessed', includes all my fixes and improvementsjquast2014-03-091-19/+55
* Make does_styling attr public. Bump version to 1.6.Erik Rose2013-08-301-1/+1
* Explain the new behavior to myself. Remove 1 test assertion. No non-test beha...Erik Rose2013-08-301-1/+1
* Make `python setup.py test` work without spurious errors.Erik Rose2012-07-081-0/+7
* Sugar full-screen capabilities. Make location() context manager slimmer. Add ...Erik Rose2012-06-081-1/+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-021-2/+2
* Rejigger readme so code samples are at the top.1.3Erik Rose2011-12-121-1/+1
* Make `color(n)` callable to wrap a string, like the named colors can. Bump ve...Erik Rose2011-11-291-1/+1
* Add the "Production" trove classifier.Erik Rose2011-11-281-0/+1
* Change license to MIT. Closes #13.Erik Rose2011-11-281-1/+2
* Remove SPOT for version, because __init__ throws a SyntaxError when imported ...Erik Rose2011-11-271-4/+2
* We need Python 3.2.3 or better, to fix a curses bug.Erik Rose2011-11-271-1/+0