Merge pull request #173 from takluyver/update-tooling
[third_party/pexpect] / tests /
2015-01-19 Jeff QuastMerge pull request #173 from takluyver/update-tooling master
2015-01-19 Thomas KluyverUpdate tests README
2014-12-21 Thomas KluyverMerge pull request #106 from pexpect/issue-104-cannot...
2014-12-20 Jeff QuastComment on the cause for 'group executable' == no
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-27 Jeff Quastrevert echo/interact sub-proc UTF8 wrappers
2014-11-27 Jeff Quastutf8 stdin/stdout in interact and echo_w_prompt
2014-11-25 Thomas KluyverMerge pull request #151 from pexpect/teamcity-coverage...
2014-11-25 Thomas KluyverMerge pull request #79 from pexpect/doc-and-test-max...
2014-11-25 Thomas KluyverMerge pull request #153 from pexpect/make-run-timeout...
2014-11-25 Thomas KluyverMerge pull request #152 from pexpect/prevent-forking...
2014-11-25 Jeff QuastPropose test-runner fork prevention scheme
2014-11-25 Jeff QuastStrange intermittent travis-ci on-pypy failure
2014-11-25 Jeff QuastMake some desperate attempts at partial-Travis-CI
2014-11-25 Jeff QuastThis should now pass on Linux
2014-11-25 Jeff QuastRevert back to N_TTY_BUF_SIZE + 1 for Linux
2014-11-25 Jeff QuastSeemingly, linux only BEL's on echo=True
2014-11-25 Jeff QuastFix failing tests, on OSX at least. Pushing ..
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 Thomas KluyverMerge pull request #149 from jquast/increase-replwrap...
2014-11-24 Jeff QuastIncrease timeout of replwrap test from 2=>5
2014-11-24 Jeff Quastuse signal_value, resolving TypeError of getattr()
2014-11-24 Jeff QuastResolve AttributeError in restore_ignored_signals
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 sending control characters to ptyprocess
2014-11-24 Thomas KluyverDelegate more methods to ptyprocess
2014-11-23 Jeff QuastMerge remote-tracking branch 'origin/master' into issue...
2014-11-23 Jeff QuastMerge pull request #139 from rickhau/master
2014-11-23 Jeff QuastMerge pull request #142 from pexpect/failed-str-self
2014-11-23 Jeff QuastUse str(p) and not p.__str__()
2014-11-22 Jeff QuastMerge pull request #115 from takluyver/replwrap-bash...
2014-11-22 Thomas KluyverMerge pull request #140 from pexpect/occasionally-faili...
2014-11-22 Jeff Quastuse isinstance of 'str', not 'basestring'
2014-11-22 Jeff QuastFailure in __str__() before any output.
2014-11-22 Jeff QuastFix 2nd and 3rd expect/response PS1 prompt
2014-11-22 Jeff QuastMake sure when overriding setUp to call super's
2014-11-22 Jeff Quastremove TODO about ls and change to use uname
2014-11-22 Jeff Quastwrite b'bytes' to rcfile, not 'str/unicode'
2014-11-22 Jeff QuastFix test by prevent bash from sourcing profile
2014-11-22 Jeff QuastChange 'ls -l /bin' test to 'uname -m -n ...'
2014-10-13 Thomas KluyverMerge pull request #124 from h2suzuki/run-with-tuple...
2014-10-11 Hideaki SuzukiModify run() to allow a tuple list of events.
2014-09-21 Thomas KluyverMerge pull request #69 from takluyver/asyncio
2014-09-21 Thomas KluyverExpose async parameter for expect_exact
2014-09-21 Thomas KluyverExpand tests for async expect
2014-09-21 Thomas KluyverExpose async as parameter for expect
2014-09-04 Thomas KluyverMerge pull request #109 from pexpect/issue-86-and-100...
2014-08-25 Jeff QuastMerge pull request #99 from takluyver/issue-84
2014-08-25 Jeff QuastAdd tests for running as root on Solaris, using
2014-08-25 jquastCloses issue #104 -- cannot execute sudo(8)
2014-08-24 jquastCloses issue #86 and issue #100
2014-08-05 Thomas KluyverSome changes based on reviewing the code
2014-08-04 David O'SheaFix problems found in review.
2014-08-01 David O'SheaDon't define __bytes__(), and don't define __unicode__...
2014-08-01 David O'SheaRename codec and codec_errors to encoding and encoding_...
2014-07-24 David O'SheaIssue #84: Unicode support in screen and ANSI.
2014-07-22 Thomas KluyverMerge pull request #89 from dcoshea/issue-85-try2
2014-07-21 David O'SheaAddress review comment (no parens around assert stateme...
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-20 jquastLonger timeout for travis-CI for repl man 2 sleep
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 jquastman 2 sleep is failing again on travis due to low timeout
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-07-08 David O'SheaIssue #85: Don't leave unwanted numbers in ANSI FSM...
2014-07-07 Thomas KluyverMerge pull request #87 from dcoshea/issue-82
2014-07-03 David O'SheaIssue #82: Handle more than two numbers in ANSI sequences
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-28 Jeff QuastMerge pull request #76 from takluyver/replwrap-bash...
2014-06-27 Thomas KluyverAllow replwrap to reset pager so bash doesn't get stuck...
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-24 Jeff QuastMerge branch 'issue-44-solaris-try-3' of github.com...
2014-06-16 Thomas KluyverMiscellaneous minor fixes
next