summaryrefslogtreecommitdiff
path: root/tests/getch.py
Commit message (Collapse)AuthorAgeFilesLines
* Do not assert trailing output on TRAVIS-CIJeff Quast2015-09-201-0/+1
|
* Allow {p}.interact(escape_character=None)Jeff Quast2015-09-181-2/+3
| | | | | | | | | | | For those who wish to disable the ability to escape using escape_character until normal process termination, they may now set the value of escape_character to None. Some of the related docstring on escape_character was made more brief and clear about its related value behavior. This closes #131 #132 #167
* Solaris support, tested on SmartOS from cron(1).Jeff Quast2014-06-081-1/+1
|
* Fix getch test sample for Python 3Thomas Kluyver2013-09-261-1/+7
|
* Hopefully fix problem with test_sendcontrol on TravisThomas Kluyver2013-09-251-0/+1
|
* catch ^C as KeyboardInterrupt and just the samejquast2013-09-231-1/+4
|
* may fix some platforms? Why would this write ^A?jquast2013-09-231-1/+1
|
* a better getch() implementationjquast2013-09-221-12/+11
| | | | | | notably, it has a sentinel exit value (NUL, ctrl+'@' or ctrl+' ') it removes the uhh strange range(127) that wans't really used right and it doesn't execute in the global space, but within a __main__()
* Moved everything up one directory level.Noah Spurrier2012-10-261-0/+39