Display signal handlers on Travis-CI as well
[third_party/pexpect] / pexpect /
2014-11-25 Jeff Quastdocstring grammer fixes in send*() function
2014-11-25 Jeff QuastTell about MAX_CANON in send*() functions
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-25 Radomirs Cirskisallow user to specify SSH options via the constructor...
2014-11-24 Rad Cirskisallow user to specify SSH options via pxssh.options...
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 Jeff QuastFix failure in str(spawnobj) before any output
2014-11-24 Thomas KluyverNot all spawn classes have a kill method
2014-11-24 Thomas KluyverRecord control characters in log files
2014-11-24 Thomas KluyverDelegate sending control characters to ptyprocess
2014-11-24 Thomas KluyverRefactor, creating SpawnBaseUnicode class
2014-11-24 Thomas KluyverRefactor, creating SpawnBase class
2014-11-24 Thomas KluyverMove code out of __init__
2014-11-24 Thomas KluyverRemove some long-dead code
2014-11-24 Thomas KluyverDelegate more methods to ptyprocess
2014-11-24 Thomas KluyverStart adapting pexpect to use ptyprocess
2014-11-23 Jeff QuastBugfix for solaris in replwrap.bash()
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-22 Jeff QuastMerge pull request #115 from takluyver/replwrap-bash...
2014-11-22 Jeff QuastUse ternary if/else in spawn.__str__
2014-11-22 Thomas KluyverMerge pull request #140 from pexpect/occasionally-faili...
2014-11-22 Jeff QuastFailure in __str__() before any output.
2014-11-20 Jeff QuastMerge pull request #138 from rickhau/master
2014-11-20 Rick LinRectify docstring typo in compile_pattern_list()
2014-10-23 Thomas KluyverMerge pull request #129 from zjx20/patch-1
2014-10-21 zjx20Added ignore_sighup param for pxssh
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 KluyverMake replwrap.bash() robust against custom prompts...
2014-09-21 Thomas KluyverMerge pull request #69 from takluyver/asyncio
2014-09-21 Thomas KluyverDocument asyncio integration
2014-09-21 Thomas KluyverExpose async parameter for expect_exact
2014-09-21 Thomas KluyverCheck already read data before async reading more
2014-09-21 Thomas Kluyversupport timeout in async expect
2014-09-21 Thomas KluyverFix EOF in async on Linux
2014-09-21 Thomas KluyverExpose async as parameter for expect
2014-09-21 Thomas KluyverRefactor expect code
2014-09-21 Thomas KluyverInitial stab at asyncio integration
2014-09-21 Thomas KluyverMerge pull request #114 from erikb85/master
2014-09-21 Erik Bernothenable echo deactivation in pxssh
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-08 Thomas KluyverMerge pull request #101 from BrianOn99/py3docstring
2014-08-08 Chiu Yue Chunupdate documentation string in pexpect/__init__.py...
2014-08-05 Thomas KluyverSome changes based on reviewing the code
2014-08-04 David O'SheaAddress review comments regarding referring to "unicode...
2014-08-02 David O'SheaChange SPACE to be a unicode string.
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-20 jquastMerge branch 'doc-and-test-max-canon' of github.com...
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 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 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-26 Thomas KluyverBump version number to 3.3
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-24 jquastMerge branch 'issue-44-solaris-try-3' of github.com...
2014-06-24 Thomas KluyverFix up except syntax again
2014-06-24 Jeff QuastProvide example of SRV4-like systems
2014-06-24 Jeff QuastRefactor exceptions in __pty_make_controlling_tty
2014-06-24 Jeff QuastMerge branch 'issue-44-solaris-try-3' of github.com...
2014-06-16 jquastAnother "as err" vs ", err" exception fix.
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 jquastFor python3, exceptions should use "as err", 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-10 Thomas KluyverMake execute permission check more explicit
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 jquastFixing various prompt issues with bash ReplWrapper
2014-06-08 jquastProvide new 'is_exe' function used by 'which'
2014-06-06 Jeff QuastMerge branch 'interact-does-not-detect-eof' into issue...
2014-06-08 jquastFor python3, exceptions should use "as err", not "...
2014-06-08 jquastDocument and detect EOF condition in interact()
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 KluyverSome more test coverage for fdpexpect
2014-06-05 Thomas KluyverMark a few unsupported code paths as not needed for...
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 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 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
next