exit 0 for for runtests, #test failures dominate
[third_party/pexpect] / doc /
2014-11-24 Thomas KluyverMerge pull request #123 from pexpect/use-ptyprocess
2014-11-24 Thomas KluyverMerge pull request #143 from pexpect/setecho-in-bash...
2014-11-24 Thomas KluyverMerge pull request #145 from pexpect/simple-ftp-example-fix
2014-11-23 Jeff QuastSimple fix for ftp.openbsd.org example
2014-09-21 Thomas KluyverMerge pull request #69 from takluyver/asyncio
2014-09-21 Thomas KluyverDocument asyncio integration
2014-09-04 Thomas KluyverMerge pull request #109 from pexpect/issue-86-and-100...
2014-08-28 jquastadd to changelog
2014-08-25 Jeff QuastMerge pull request #99 from takluyver/issue-84
2014-07-22 Thomas KluyverMerge pull request #89 from dcoshea/issue-85-try2
2014-07-18 Thomas KluyverMerge pull request #93 from joedougherty/patch-1
2014-07-17 Joe DoughertyUpdate commonissues.rst
2014-06-29 Jeff QuastMerge pull request #78 from pexpect/improve-upon-test...
2014-06-26 Thomas KluyverBump version number to 3.3
2014-06-26 Thomas KluyverPolish release notes
2014-06-24 Thomas KluyverMerge pull request #73 from pexpect/issue-44-solaris...
2014-06-24 jquastSRV4 -> SVR4
2014-06-24 Jeff QuastMerge branch 'issue-44-solaris-try-3' of github.com...
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 jquastDocument and detect EOF condition in interact()
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-06 Jeff QuastMerge branch 'interact-does-not-detect-eof' into issue...
2014-06-08 jquastDocument and detect EOF condition in interact()
2014-06-04 Thomas KluyverRemove pexpect.psh - it was undocumented and seemingly...
2014-06-02 Jeff QuastMerge pull request #46 from a-tal/master
2014-06-02 Jeff QuastMerge pull request #62 from pexpect/pull-37-try-3
2014-06-02 jquastrewrite history
2014-06-02 jquastfolders should not be returned by pexpect.which()
2014-06-01 Thomas KluyverMerge pull request #51 from takluyver/replwrap
2014-05-18 Thomas KluyverUpdate replwrap docs
2014-05-13 Thomas KluyverDocument when replwrap was added
2014-05-13 Thomas KluyverAdd high level API for wrapping REPLs
2014-04-15 Thomas KluyverBump version number for 3.2
2014-04-14 Thomas KluyverAdd release notes for 3.2
2014-02-20 Thomas KluyverMerge pull request #41 from chrismerck/patch-1
2014-02-20 Chris MerckFAQ.rst: Removed redundant paragraph.
2014-01-28 Thomas KluyverMerge pull request #36 from takluyver/pxssh-docs
2014-01-24 Thomas KluyverDocument force_password attribute
2014-01-23 Thomas KluyverFix documentation of using auto_prompt_reset.
2014-01-22 Thomas KluyverPrepare for 3.1 release
2014-01-22 Thomas KluyverSquash some Sphinx warnings
2013-12-11 Joel EdwardsMerge branch 'master' of github.com:joeledwards/pexpect
2013-12-03 Thomas KluyverMerge pull request #26 from takluyver/examples-cleanup-1
2013-12-02 Thomas KluyverRemove unhelpful examples
2013-11-11 Thomas KluyverBump version numbers for 3.0 final release
2013-11-04 Thomas KluyverBump version numbers for release candidate 3
2013-10-28 Thomas KluyverBump version numbers for release candidate 2
2013-10-28 Thomas KluyverReorder doc index
2013-10-27 jquastbackport changes from performing diff of 2.3->2.4
2013-10-27 jquastmerge old_changes.html into history.rst, closes #19
2013-10-27 jquaststylize delaybeforesend as code, ls as italic
2013-10-27 jquaststylize `before' and `after' property references
2013-10-27 jquastfixed-formatted probably intended here
2013-10-27 jquastput commonissues into index, previously missinG
2013-10-27 jquastEscape `*', previously rendered as bad anchor
2013-10-27 jquastbring ftp in overview up-to-date
2013-10-27 Thomas KluyverUpdate version number for 3.0rc1
2013-10-27 Thomas KluyverDocument reorganisation into a package
2013-10-22 Thomas KluyverMerge pull request #16 from pexpect/coveralls
2013-10-21 Thomas KluyverRemove old HTML docs
2013-10-09 Thomas KluyverUpdate version numbers for 3.0 beta 2
2013-10-09 Thomas KluyverMerge pull request #5 from myint/python3
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 KluyverList ignore_sighup option in changes for 3.0
2013-10-02 Thomas KluyverLink to Github, show Travis status in docs
2013-10-02 Thomas KluyverVersion 3.0 beta 1
2013-10-02 Thomas KluyverAdd runu function (unicode interface to run())
2013-09-30 Thomas KluyverExplain version number increment
2013-09-26 Thomas KluyverAdd history doc
2013-09-26 Thomas KluyverAdd FAQ to docs
2013-09-26 Thomas KluyverUpdate install docs now Pexpect is the name again
2013-09-26 Thomas KluyverAdd examples list to docs
2013-09-25 Thomas KluyverDocument screen and ANSI
2013-09-25 Thomas KluyverDocument pxssh module
2013-09-25 Thomas KluyverDocument fdpexpect module
2013-09-25 Thomas KluyverRemove reference to Pexpected in the docs - it will...
2013-09-19 Thomas KluyverAdd spawnu interface for unicode
2013-09-17 Thomas KluyverStart API docs
2013-09-17 Thomas KluyverStart moving docs to reST
2012-10-26 Noah SpurrierMoved everything up one directory level.