summaryrefslogtreecommitdiff
path: root/tests/test_ansi.py
Commit message (Expand)AuthorAgeFilesLines
* Fix copy/paste error in uploading patchdluyer2019-08-061-4/+4
* Fix test_ansi.py when running in a non-writable directorydluyer2019-08-061-2/+14
* Merge pull request #99 from takluyver/issue-84Jeff Quast2014-08-251-0/+59
|\
| * Don't define __bytes__(), and don't define __unicode__() on Python 3.David O'Shea2014-08-011-8/+15
| * Rename codec and codec_errors to encoding and encoding_errors respectively.David O'Shea2014-08-011-3/+3
| * Issue #84: Unicode support in screen and ANSI.David O'Shea2014-07-241-0/+52
* | Address review comment (no parens around assert statement arguments).David O'Shea2014-07-221-2/+2
* | Issue #85: Don't leave unwanted numbers in ANSI FSM stack/memory.David O'Shea2014-07-081-2/+17
|/
* Issue #82: Handle more than two numbers in ANSI sequencesDavid O'Shea2014-07-031-0/+7
* Add another test for ANSI terminal emulationThomas Kluyver2014-06-041-0/+11
* Fix imports in tests for Python 3Thomas Kluyver2014-06-011-1/+1
* Code tidy-upThomas Kluyver2013-09-251-1/+2
* more py25 compatibilityjquast2013-09-221-1/+1
* Fix pexpect.FSM for Python 3Thomas Kluyver2013-09-191-2/+4
* Move ANSI -> pexpect.ANSIThomas Kluyver2013-09-191-1/+1
* Moved everything up one directory level.Noah Spurrier2012-10-261-0/+133