Refactor, creating SpawnBaseUnicode class
[third_party/pexpect] / pexpect /
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 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-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 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
2014-05-18 Thomas KluyverUpdate replwrap docs
2014-05-18 Thomas KluyverFormat the new prompts into the prompt change command...
2014-05-18 Thomas KluyverHandle multiline commands in replwrap
2014-05-18 Thomas KluyverWrap unicode literals in function calls for Python 3.2
2014-05-13 Thomas KluyverAdd high level API for wrapping REPLs
2014-04-15 Thomas KluyverBump version number for 3.2
2014-04-03 a-talremoves excepted raise
2014-03-08 Jeff QuastMerge pull request #43 from pexpect/issue-42-cannot...
2014-03-08 jquastdisplay expected prompt as PROMPT, not PROMPT_SET_SH
2014-03-07 jquastcloses issue #42, self.buffer decoded implicitly
2014-02-13 Thomas KluyverMerge pull request #40 from emaste/master
2014-02-13 Ed MasteRemove workaround for bug affecting very old platforms
2014-02-07 Thomas KluyverMerge pull request #38 from mattprintz/master
2014-02-05 Matthew PrintzSimplifying code to use format of select.error argument...
2014-02-04 Matthew PrintzFixing issue where errno does not exist on select.error
2014-01-28 Thomas KluyverMerge pull request #36 from takluyver/pxssh-docs
2014-01-24 Thomas KluyverUpdate pxssh example for Python 3
next