Merge pull request #173 from takluyver/update-tooling
[third_party/pexpect] / tests / test_misc.py
2014-12-21 Thomas KluyverMerge pull request #106 from pexpect/issue-104-cannot...
2014-12-20 Jeff QuastMerge pull request #164 from takluyver/contextmanager
2014-12-20 Jeff QuastMerge remote-tracking branch 'origin/master' into issue...
2014-12-20 Thomas KluyverMerge pull request #158 from takluyver/preexec_fn
2014-12-20 Thomas KluyverAllow spawn() and friends to be used as context managers
2014-12-20 Thomas KluyverUpdate test case for preexec_fn
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-25 Thomas KluyverMerge pull request #150 from nad2000/master
2014-11-24 Jeff QuastMerge pull request #148 from jquast/unset-buildagent...
2014-11-24 Jeff QuastSet default signal handlers for SIGINT and SIGHUP.
2014-11-24 Thomas KluyverMerge pull request #123 from pexpect/use-ptyprocess
2014-11-24 Thomas KluyverDelegate more methods to ptyprocess
2014-07-20 jquastsimplify at_max more like beyond_max
2014-07-19 jquastmust test with echo=True for linux for BEL to ring
2014-07-20 jquastMove entire class in 'if' block for py2.6 compat.
2014-07-20 jquastTwo OSX fixes
2014-07-20 jquastMerge branch 'doc-and-test-max-canon' of github.com...
2014-07-18 jquastBEL is rang only once for both Solaris and Linux
2014-07-20 jquastSunOS has slightly different PC_MAX_CANON behavior
2014-07-18 jquastJust skip tests on Travis-CI.
2014-07-18 jquastdisplay .buffer, we need the full thing
2014-07-18 jquastattempt one remaining error for py3.2 on travis-ci
2014-07-18 jquastsome more travis-ci accomidations
2014-07-18 jquastincrease timeout by 2 seconds for travis-ci
2014-07-18 jquastremove unicode literals u'' from tests
2014-07-18 jquastFinish canonical mode processing docs and tests
2014-06-29 jquastDealing with travis, force-set icanon
2014-06-29 jquastMerge branch 'doc-and-test-max-canon' of github.com...
2014-06-29 jquastMerge branch 'doc-and-test-max-canon' of github.com...
2014-06-29 jquastTest and document PC_MAX_CANON.
2014-06-29 Jeff QuastMerge pull request #78 from pexpect/improve-upon-test...
2014-06-29 jquastTest and document PC_MAX_CANON.
2014-06-28 jquastIncremental housekeeping cleanup of test_misc.py
2014-06-24 Thomas KluyverMerge pull request #73 from pexpect/issue-44-solaris...
2014-06-24 Jeff QuastMerge branch 'issue-44-solaris-try-3' of github.com...
2014-06-16 Thomas KluyverMiscellaneous minor fixes
2014-06-16 Jeff QuastSolaris support, tested on SmartOS from cron(1).
2014-06-10 Thomas KluyverMerge pull request #70 from pexpect/more-exacting-which
2014-06-10 Thomas KluyverMerge pull request #71 from pexpect/replwrap-test-fixes
2014-06-09 jquastPR #66: TypeError thrown by spawnu.readline()
2014-06-08 Jeff QuastSolaris support, tested on SmartOS from cron(1).
2014-06-08 jquastSeparate which tests into test_which.py
2014-06-06 Jeff QuastMerge branch 'interact-does-not-detect-eof' into issue...
2014-06-06 Jeff QuastMerge branch 'more-exacting-which' into issue-44-solari...
2014-06-02 Thomas KluyverMerge pull request #63 from takluyver/use-pytest
2014-06-02 Jeff QuastMerge pull request #46 from a-tal/master
2014-06-02 Thomas KluyverFix imports in tests for Python 3
2014-06-02 Jeff QuastMerge pull request #62 from pexpect/pull-37-try-3
2014-06-02 jquastremove all unnecessary imports
2014-06-02 jquastfolders should not be returned by pexpect.which()
2013-11-04 Thomas KluyverMake test_sighup robust against a parent process ignori...
2013-10-22 Thomas KluyverMerge pull request #16 from pexpect/coveralls
2013-10-21 Thomas KluyverTest and fix getting tracebacks excluding pexpect code
2013-10-21 Thomas KluyverTest our own pty fork implementation
2013-10-09 Thomas KluyverMerge pull request #13 from pexpect/mac-test-readlines
2013-10-09 Thomas KluyverMerge pull request #5 from myint/python3
2013-10-09 Thomas KluyverMerge pull request #11 from pexpect/better-test-winsize
2013-10-09 Thomas KluyverCall readlines() before stdout is discarded
2013-10-09 Thomas KluyverImprove test for setting and retrieving window size
2013-10-09 Thomas KluyverMerge pull request #10 from pexpect/incremental-decoder
2013-10-09 Thomas KluyverMerge pull request #8 from pexpect/optional-ignore...
2013-10-09 Thomas KluyverAdd test for ignore_sighup option
2013-09-26 Thomas KluyverMinor fixes to some tests
2013-09-23 Thomas KluyverMerge pull request #1 from pexpected/desix
2013-09-23 Thomas KluyverDon't use six for tests
2013-09-23 Thomas KluyverFix SyntaxError in test_misc
2013-09-23 jquastadd note about line buffering, add sleep timers
2013-09-23 jquastcorrect use of % formatting tuple,
2013-09-23 jquastadd missing import (time)
2013-09-23 jquastanother syntaxerror fix, missing end paren
2013-09-23 jquastfix assertions to display what failed assertion!
2013-09-23 jquastdisplay error fix and brevity of childexit assrts
2013-09-23 jquastassert child exitcode
2013-09-23 jquastexitstatus fix
2013-09-23 jquastassert child exit status
2013-09-23 jquastpy2.5 compatibilities w/six.py
2013-09-22 jquastmore py25 compatibility
2013-09-22 jquastsmartly use .replace & remove 'io' dep. for py2
2013-09-22 jquastcat(1) may display ^D\x08\x08 when ^D is used.
2013-09-18 Thomas KluyverChanges towards Python 3 compatibility.
2013-09-17 Thomas KluyverUse new style except statements in tests
2013-01-04 Thomas KluyverFix assertions that couldn't have failed
2012-10-26 Noah SpurrierMoved everything up one directory level.