third_party/pexpect
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-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 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'
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-11-22 Jeff QuastIgnore .git folder during test discovery.
2014-11-21 Rick LinRemove confusing comment in daemonize() of example...
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-30 Thomas KluyverAdd Pexpect development team to copyright statement
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 KluyverStop testing on Python 2.6 and 3.2
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 KluyverExpand tests for async expect
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-28 jquastadd to changelog
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-04 David O'SheaFix problems found in review.
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'SheaDisable Python 3.2 builds in Travis as changes only...
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-18 Thomas KluyverMerge pull request #93 from joedougherty/patch-1
2014-07-17 Joe DoughertyUpdate commonissues.rst
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...
next