third_party/pexpect
2015-01-19 Jeff QuastMerge pull request #173 from takluyver/update-tooling master
2015-01-19 Thomas KluyverUpdate tests README
2015-01-19 Thomas KluyverRemove outdated Makefile
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 Jeff QuastMerge pull request #165 from takluyver/faster-travis
2014-12-20 Thomas KluyverSpeed up Travis builds
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 Quastuninstall ptyprocess before install in runtests.sh
2014-12-19 Jeff QuastMerge remote-tracking branch 'origin/master' into issue...
2014-12-11 Thomas KluyverAllow the user to specify a preexec_fn, which will...
2014-12-11 Thomas Kluyverptyprocess API changed to a single preexec_fn function
2014-11-29 Thomas KluyverAdd requirements file for docs build
2014-11-28 Thomas KluyverMerge pull request #154 from pexpect/resolve-eof-unicod...
2014-11-27 Jeff Quastrevert echo/interact sub-proc UTF8 wrappers
2014-11-27 Jeff Quastexport LANG=en_US.UTF-8 in teamcity-runtests.sh
2014-11-27 Jeff Quastmove locale display before try-clause for non-ttys
2014-11-27 Jeff QuastDisplay locale in tools/display-terminalinfo.py
2014-11-27 Jeff Quastutf8 stdin/stdout in interact and echo_w_prompt
2014-11-27 Jeff Quastexport PYTHONIOENCODING=UTF8 in test runner
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 Quastall together -> altogether (thanks TK)
2014-11-25 Jeff QuastChange run* timeout=-1 -> timeout=30
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 QuastDisplay signal handlers on Travis-CI as well
2014-11-25 Jeff QuastMore non-TTY support for display-terminalinfo.py
2014-11-25 Jeff QuastTeamCity build agents, however, are not TTY's
2014-11-25 Jeff Quastpy3 compatibility for display-terminalinfo.py
2014-11-25 Jeff QuastMake some desperate attempts at partial-Travis-CI
2014-11-25 Jeff QuastDisplay terminal info on Travis-CI
2014-11-25 Jeff QuastThis should now pass on Linux
2014-11-25 Jeff Quastdocstring grammer fixes in send*() function
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 Quastclarify title
2014-11-25 Jeff QuastFix failing tests, on OSX at least. Pushing ..
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 Jeff QuastFix TeamCity Service Messages, 'key', not '<key>'
2014-11-25 Jeff QuastFix quoting of TeamCity Service Message
2014-11-25 Jeff QuastFix awk: redirect in coverage_file
2014-11-25 Jeff QuastFix TeamCity Service Message quoting
2014-11-25 Jeff QuastAllow teamcity to track coverage for builds
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 Jeff QuastMerge pull request #148 from jquast/unset-buildagent...
2014-11-24 Jeff Quastspellfix of 'exit'
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 Quastexit 0 for for runtests, #test failures dominate
2014-11-24 Jeff QuastAllow coverage to report even on failing 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 #147 from jquast/teamcity-integration
2014-11-24 Jeff QuastResolve pip --upgrade command
2014-11-24 Jeff QuastInstall pytest & friends to virtualenv
2014-11-24 Jeff QuastFixes and error detection for runtests.sh
2014-11-24 Jeff QuastIntroduce script to display all signal handlers
2014-11-24 Jeff QuastDelete unused files from tools/
2014-11-24 Jeff QuastProvide test-runner for teamcity
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-24 Thomas KluyverGet version without importing pexpect
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 KluyverAdd ptyprocess to Travis installation
2014-11-24 Thomas KluyverDelegate more methods to ptyprocess
2014-11-24 Thomas KluyverStart adapting pexpect to use ptyprocess
2014-11-23 Jeff QuastSimple fix for ftp.openbsd.org example
2014-11-23 Jeff QuastMerge remote-tracking branch 'origin/master' into issue...
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-23 Jeff QuastUse str(p) and not p.__str__()
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 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'
next