summaryrefslogtreecommitdiff
path: root/README.rst
Commit message (Expand)AuthorAgeFilesLines
* "Pare down" README.rst, improve sphinx docsJeff Quast2015-02-281-860/+1
* Merge remote-tracking branch 'upstream/master' into merge-upstreamJeff Quast2015-01-041-4/+0
|\
| * Link to Travis builds in readme. #60.Fred Wenzel2014-04-291-0/+4
* | break_long_words=True now supported by term.wrapJeff Quast2015-01-031-0/+1
* | point coveralls.io to master branch onlyJeff Quast2015-01-031-2/+2
* | Introduce new terminal property, ``kind``jquast2014-09-061-0/+1
* | use python2 and 3 compatible print exampleJeff Quast2014-09-021-1/+1
* | Remove the need to use to 2to3 conversion utilityjquast2014-09-011-1/+4
* | README updatesjquast2014-08-241-49/+54
* | v1.9.2: Implement keypad / directional key supportjquast2014-08-241-34/+56
* | revert the center change after some thoughtjquast2014-06-291-2/+1
* | release version 1.9jquast2014-06-291-0/+6
* | Merge branch 'master' of https://github.com/jquast/blessedjquast2014-06-081-0/+4
|\ \
| * | re-introduce target hyperlinks to "badges"Jeff Quast2014-05-211-0/+4
* | | Bugfix reported by hellbeard!impurejquast2014-06-081-0/+1
|/ /
* | better ecma-48 detection in aixtermjquast2014-05-171-0/+2
* | Conflicts:jquast2014-05-171-2/+5
* | add rjust and ljust, cleanup docs and commentsjquast2014-05-171-0/+2
* | polish readmejquast2014-05-111-27/+25
* | 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
* | term.keyboard_fd = None if stream is not a ttyjquast2014-05-041-2/+8
* | 1.8.6: Support hpa/vpa for 'screen' by proxyjquast2014-04-271-7/+9
* | closes issue #11, inkey() may be interruptedjquast2014-04-051-1/+5
* | bump minor version for release pickle-fixjquast2014-04-011-0/+1
* | release 1.8jquast2014-03-251-2/+5
* | closes issue #9, refactor _decode_next as getch()jquast2014-03-241-8/+7
* | link to API documentationjquast2014-03-231-2/+5
* | pypy is *not* supported -> *now* supportedjquast2014-03-231-44/+75
* | remove SIGWINCH anchor for pypi rendering?jquast2014-03-231-2/+3
* | add images / screenshotsjquast2014-03-231-0/+24
* | docfixesjquast2014-03-231-5/+0
* | try images centeredjquast2014-03-231-3/+8
* | badgesjquast2014-03-231-7/+16
* | documentation updatesjquast2014-03-231-17/+23
* | try fixing up :image :target: and add :alt:jquast2014-03-221-2/+6
* | coverage configuration and tryout coveralls.iojquast2014-03-221-13/+9
* | more doc polishingjquast2014-03-201-51/+58
* | remove redundant .format(t=t) docjquast2014-03-201-5/+0
* | disable hpa injection for screen, some strange issuejquast2014-03-201-1/+0
* | massive readme update.jquast2014-03-201-156/+210
* | cleanup changelogjquast2014-03-161-11/+10
* | document @raw and keycodesjquast2014-03-161-23/+64
* | document inkey, cbreak + polishing up remainingjquast2014-03-161-58/+42
* | cleanup wrap() documentationjquast2014-03-161-10/+85
* | print '' -> print('') for python3 compatibilityjquast2014-03-161-31/+30
* | use cbreak and inkey in readme as intended.jquast2014-03-091-2/+2