summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | re-introduce target hyperlinks to "badges"Jeff Quast2014-05-211-0/+4
* | | Bugfix reported by hellbeard!impurejquast2014-06-085-30/+26
|/ /
* | Merge branch 'ecma-48-sgr-aware'jquast2014-05-177-10/+56
|\ \
| * | better ecma-48 detection in aixtermjquast2014-05-177-10/+56
|/ /
* | add wcwidth (my own library), support for CJK charactersjquast2014-05-176-12/+49
* | Conflicts:jquast2014-05-171-2/+5
* | add rjust and ljust, cleanup docs and commentsjquast2014-05-175-72/+149
* | polish readmejquast2014-05-111-27/+25
* | subprocess coverage returns with latest cov-corejquast2014-05-051-3/+0
* | pin cov-core, regression in subprocess coveragejquast2014-05-041-1/+4
* | also, non-https seemed to have broken .!jquast2014-05-041-4/+4
* | :target: seems to break pypi badges, removejquast2014-05-041-5/+0
* | more badge fixesjquast2014-05-041-1/+1
* | badge svg fixjquast2014-05-041-3/+3
* | indentation fixjquast2014-05-041-10/+10
* | add python 3.3 and 3.4 to classifiersjquast2014-05-041-0/+2
* | remove leftover commentjquast2014-05-041-1/+0
* | term.keyboard_fd = None if stream is not a ttyjquast2014-05-044-4/+34
* | add python34 to travis,jquast2014-05-044-59/+81
* | Merge branch 'master' of https://github.com/jquast/blessedjquast2014-04-278-102/+301
|\ \
| * \ Merge pull request #15 from jquast/screen-should-hpa-or-vpaJeff Quast2014-04-2710-104/+303
| |\ \
| | * | 1.8.6: Support hpa/vpa for 'screen' by proxyjquast2014-04-2710-104/+303
| |/ /
* | | version 1.8.5jquast2014-04-272-2/+2
|/ /
* | typo timemout -> timeout thanks @polyphemusjquast2014-04-051-1/+1
* | removes use of _intr_continue in wrong kb testjquast2014-04-051-1/+1
* | closes issue #11, inkey() may be interruptedjquast2014-04-056-42/+138
* | allow various calls without keyboard & stylingjquast2014-04-056-79/+145
* | no-tty tests incompatible w/py.test + 2to3 + py33jquast2014-04-051-6/+6
* | pep8 fixjquast2014-04-051-1/+3
* | tox: test w/o tty, keyboard: fix using isatty()jquast2014-04-052-7/+28
* | ParameterizingString default args test & fixesjquast2014-04-051-8/+40
* | bring clarity to PatameterizingString's __new__jquast2014-04-051-4/+4
* | do not allow instant death by keystrokejquast2014-04-051-3/+12
* | change colors and revert to ascii, issue #11jquast2014-04-051-4/+4
* | still yet, be more forgiving only for travis,jquast2014-04-011-2/+2
* | more travis workarounds for ^C in raw() modejquast2014-04-011-4/+5
* | bump minor version for release pickle-fixjquast2014-04-013-2/+3
* | ignore RedefinedWhileUnused pyflakesjquast2014-04-011-0/+2
* | closes issue #12, picklability issuesjquast2014-04-013-41/+84
* | byte-type for testjquast2014-03-261-1/+1
* | comment fixjquast2014-03-261-4/+1
* | tox.ini is honored on travis, but not locally?jquast2014-03-261-0/+4
* | bump to 1.8.2 for bugfix issue #10jquast2014-03-262-2/+2
* | Merge branch '10-nonetype-on-resize-issue'jquast2014-03-265-50/+93
|\ \
| * | update documentation for kbhit()jquast2014-03-261-4/+4
| * | Closes issue #10: inkey() could not be interruptedjquast2014-03-265-47/+90
|/ /
* | release 1.8.1 with _keyboard_buf fixjquast2014-03-252-2/+2
* | _keyboard_buf should always be availablejquast2014-03-251-1/+1
* | release 1.8jquast2014-03-253-4/+7
* | closes issue #8, missing locale defaults to asciijquast2014-03-242-7/+42