exit 0 for for runtests, #test failures dominate
[third_party/pexpect] / tests /
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 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-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-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 Jeff QuastMerge pull request #78 from pexpect/improve-upon-test...
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
2014-06-16 Thomas KluyverImplement assertRaises and assertRaisesRegexp context...
2014-06-16 jquastMissing time import -- there is no 'waitecho' function
2014-06-16 Jeff QuastSolaris support, tested on SmartOS from cron(1).
2014-06-16 Thomas KluyverMerge pull request #72 from pexpect/interact-does-not...
2014-06-16 Thomas KluyverMake a modified copy of os.environ for interact tests
2014-06-16 jquastpython3.2 accommodations
2014-06-16 jquastImprove EOF through test -> interact -> echo_prompt
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-10 Thomas KluyverMinor fixes for replwrap tests
2014-06-09 jquastPR #66: TypeError thrown by spawnu.readline()
2014-06-08 jquastsyntaxerr: missing r'literal' for unset PS1
2014-06-08 Jeff QuastSolaris support, tested on SmartOS from cron(1).
2014-06-08 jquastFixing various prompt issues with bash ReplWrapper
2014-06-08 jquastExpand on tests/test_which.py
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-08 jquastpython3.2 accommodations
2014-06-08 jquastImprove EOF through test -> interact -> echo_prompt
2014-06-06 Jeff QuastMerge branch 'more-exacting-which' into issue-44-solari...
2014-06-06 Jeff QuastMerge branch 'replwrap-test-fixes' into issue-44-solari...
2014-06-05 Thomas KluyverTests for wrapping Python shell
2014-06-05 Thomas KluyverSome more test coverage for fdpexpect
2014-06-05 Thomas KluyverTest escaping interact mode
2014-06-05 Thomas KluyverAdd another test for ANSI terminal emulation
2014-06-04 Thomas KluyverRemove pexpect.psh - it was undocumented and seemingly...
2014-06-02 Thomas KluyverMerge pull request #63 from takluyver/use-pytest
2014-06-02 Thomas KluyverAllow subprocess tests to import pexpect
2014-06-02 Thomas KluyverUse no_coverage_env() in some more tests
2014-06-02 Jeff QuastMerge pull request #46 from a-tal/master
2014-06-02 Thomas KluyverIgnore coverage env var if not set
2014-06-02 Thomas KluyverSkip performance tests on PyPy
2014-06-02 Thomas KluyverDon't try to measure coverage in some Python subprocesses
2014-06-02 Thomas KluyverFix imports in tests for Python 3
2014-06-02 Thomas KluyverDon't rely on environment variable set in test.env
2014-06-02 Thomas KluyverRename platform checks so py.test doesn't try to run...
2014-06-02 Thomas KluyverMove (/remove) platform_tests folder which doesn't...
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()
2014-06-01 Thomas KluyverMerge pull request #51 from takluyver/replwrap
2014-06-01 Thomas KluyverUse bash for testing replwrap, avoiding PyPy's differen...
2014-05-19 Thomas KluyverUse explicit positional string formatting for Python 2.6
2014-05-18 Thomas KluyverFix another unicode literal for Python 3.2
2014-05-18 Thomas KluyverHandle multiline commands in replwrap
2014-05-13 Thomas KluyverAdd high level API for wrapping REPLs
2014-03-08 Jeff QuastMerge pull request #43 from pexpect/issue-42-cannot...
2014-03-07 jquastassertRaises is not 2.6->3.x compatible
2014-03-07 jquastcloses issue #42, self.buffer decoded implicitly
2014-02-07 Thomas KluyverMerge pull request #38 from mattprintz/master
2014-02-06 Matthew PrintzFixing test for signal interrupt exception
2014-02-06 Matthew PrintzAdding test to for signal handling error
next