summaryrefslogtreecommitdiff
path: root/blessed
Commit message (Expand)AuthorAgeFilesLines
* release version 1.9jquast2014-06-292-3/+7
* Bugfix reported by hellbeard!impurejquast2014-06-082-9/+10
* better ecma-48 detection in aixtermjquast2014-05-173-8/+51
* add wcwidth (my own library), support for CJK charactersjquast2014-05-172-7/+37
* add rjust and ljust, cleanup docs and commentsjquast2014-05-174-72/+147
* term.keyboard_fd = None if stream is not a ttyjquast2014-05-043-2/+26
* 1.8.6: Support hpa/vpa for 'screen' by proxyjquast2014-04-274-12/+108
* 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-052-38/+130
* allow various calls without keyboard & stylingjquast2014-04-056-79/+145
* tox: test w/o tty, keyboard: fix using isatty()jquast2014-04-051-1/+2
* ParameterizingString default args test & fixesjquast2014-04-051-8/+40
* bring clarity to PatameterizingString's __new__jquast2014-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
* closes issue #12, picklability issuesjquast2014-04-013-41/+84
* byte-type for testjquast2014-03-261-1/+1
* comment fixjquast2014-03-261-4/+1
* update documentation for kbhit()jquast2014-03-261-4/+4
* Closes issue #10: inkey() could not be interruptedjquast2014-03-262-5/+50
* _keyboard_buf should always be availablejquast2014-03-251-1/+1
* closes issue #8, missing locale defaults to asciijquast2014-03-242-7/+42
* closes issue #9, refactor _decode_next as getch()jquast2014-03-241-10/+18
* float fixes againjquast2014-03-231-3/+3
* docfix ParameterizingString inline codejquast2014-03-231-5/+6
* doc literal `` fix for ljust() methodjquast2014-03-231-2/+2
* python3 float fixesjquast2014-03-231-8/+8
* re-introduce correct ParameterizingString kwargsjquast2014-03-232-4/+10
* resolve ImportErrorjquast2014-03-231-1/+1
* polish center/rjust/ljust docstringsjquast2014-03-231-8/+21
* attempt to fix indentation errorjquast2014-03-231-12/+13
* documentation spit and polishjquast2014-03-233-132/+181
* incremental doc updatesjquast2014-03-231-25/+41
* more docfixesjquast2014-03-234-45/+40
* docfixesjquast2014-03-233-21/+28
* documentation updates, just drafting and polishingjquast2014-03-231-86/+58
* docfix, inlined code shouldn't prefix >>jquast2014-03-231-2/+2
* more blessings -> blessedjquast2014-03-235-12/+11
* unused variable excjquast2014-03-231-1/+1
* correct timeout measurement of interrupted selectjquast2014-03-232-22/+68
* dealing with travis-ci setraw and remove noop ()jquast2014-03-231-29/+32
* additional coverage for manual pty.fork()jquast2014-03-231-2/+65
* travis workaround; will it throw exit code 1, now?jquast2014-03-231-1/+5
* allow non-ttys to call kbhit/cbreak/rawjquast2014-03-232-4/+63
* increasing test coverage of blessed.terminaljquast2014-03-234-36/+233
* bring sequences.py to 100% coveragejquast2014-03-232-3/+49
* introduce .strip() and .strip_seqs()jquast2014-03-234-95/+133
* unittest binpacked terminal warningjquast2014-03-231-2/+21
* reset warnings filter after usejquast2014-03-231-11/+13