Merge pull request #173 from takluyver/update-tooling
[third_party/pexpect] / tests / test_ctrl_chars.py
2014-12-19 Jeff QuastMerge remote-tracking branch 'origin/master' into issue...
2014-11-25 Jeff QuastMerge remote-tracking branch 'origin/master' into doc...
2014-11-24 Thomas KluyverMerge pull request #123 from pexpect/use-ptyprocess
2014-11-24 Thomas KluyverDelegate sending control characters to ptyprocess
2014-06-24 Thomas KluyverMerge pull request #73 from pexpect/issue-44-solaris...
2014-06-24 jquastgah; fix constant VINTR -> INTR
2014-06-24 Jeff QuastMerge branch 'issue-44-solaris-try-3' of github.com...
2014-06-24 Jeff QuastUse const child._VINTR instead of '3'
2014-06-16 Jeff QuastSolaris support, tested on SmartOS from cron(1).
2014-06-08 Jeff QuastSolaris support, tested on SmartOS from cron(1).
2014-06-02 Thomas KluyverMerge pull request #63 from takluyver/use-pytest
2014-06-02 Thomas KluyverFix imports in tests for Python 3
2013-09-26 Thomas KluyverFix test for sending all possible bytes to child process
2013-09-26 Thomas KluyverHopefully fix problem with test_sendcontrol on Travis
2013-09-26 Thomas KluyverFix interact_unicode test
2013-09-23 jquastremove trailing ',', forcing a tuple and breaking
2013-09-23 jquastincrease timeout, remove leading ^ from pattern
2013-09-23 jquastadd missing %s
2013-09-23 jquastquit mucking with join() and use string formatting
2013-09-23 jquastregexp fix for some platforms, actually match '^'
2013-09-23 jquastSyntaxError fix, missing comma, woops!
2013-09-23 jquastKeyboardInterrupt may need catch in some platforms
2013-09-23 jquastincrease timeout, massage regexp of ^A/1 ..
2013-09-23 jquastfixing join, again!
2013-09-23 jquastjoin() fix
2013-09-23 jquastmissing import fix for sys
2013-09-23 jquastexception fixes for py2.5<->3.2 compat
2013-09-23 jquastpy2.5 compatibilities w/six.py
2013-09-23 jquastcorrectly test control characters
2013-09-22 jquastremove unused imports, test return values of send
2013-09-17 Thomas KluyverUse new style except statements in tests
2012-10-26 Noah SpurrierMoved everything up one directory level.