summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bugfix for solaris in replwrap.bash()setecho-in-bash-replwrap-sunosJeff Quast2014-11-231-1/+1
* Merge pull request #139 from rickhau/masterJeff Quast2014-11-221-2/+2
|\
| * Remove confusing comment in daemonize() of example/cgishell.cgiRick Lin2014-11-211-2/+2
* | Merge pull request #142 from pexpect/failed-str-selfJeff Quast2014-11-222-2/+30
|\ \
| * | Use str(p) and not p.__str__()Jeff Quast2014-11-221-2/+3
| * | Use ternary if/else in spawn.__str__failed-str-selfJeff Quast2014-11-221-2/+2
| * | use isinstance of 'str', not 'basestring'Jeff Quast2014-11-221-2/+2
| * | Failure in __str__() before any output.Jeff Quast2014-11-222-2/+29
* | | Merge pull request #115 from takluyver/replwrap-bash-robustnessJeff Quast2014-11-222-2/+10
|\ \ \
| * | | Make replwrap.bash() robust against custom prompts in bashrcThomas Kluyver2014-09-212-2/+10
* | | | Merge pull request #140 from pexpect/occasionally-failing-testcasesThomas Kluyver2014-11-223-17/+35
|\ \ \ \
| * | | | Fix 2nd and 3rd expect/response PS1 promptoccasionally-failing-testcasesJeff Quast2014-11-221-2/+2
| * | | | Make sure when overriding setUp to call super'sJeff Quast2014-11-221-0/+2
| * | | | remove TODO about ls and change to use unameJeff Quast2014-11-221-7/+2
| * | | | write b'bytes' to rcfile, not 'str/unicode'Jeff Quast2014-11-221-1/+1
| * | | | Fix test by prevent bash from sourcing profileJeff Quast2014-11-221-5/+24
| * | | | Change 'ls -l /bin' test to 'uname -m -n ...'Jeff Quast2014-11-211-5/+5
| * | | | Ignore .git folder during test discovery.Jeff Quast2014-11-211-0/+2
| | |/ / | |/| |
* | | | Merge pull request #138 from rickhau/masterJeff Quast2014-11-201-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Rectify docstring typo in compile_pattern_list()Rick Lin2014-11-201-1/+1
|/ / /
* | | Merge pull request #129 from zjx20/patch-1Thomas Kluyver2014-10-221-2/+2
|\ \ \ | |/ / |/| |
| * | Added ignore_sighup param for pxsshzjx202014-10-211-2/+2
|/ /
* | Merge pull request #124 from h2suzuki/run-with-tuple-list-of-eventsThomas Kluyver2014-10-132-10/+32
|\ \
| * | Modify run() to allow a tuple list of events.Hideaki Suzuki2014-10-112-10/+32
|/ /
* | Add Pexpect development team to copyright statementThomas Kluyver2014-09-302-0/+3
|/
* Merge pull request #69 from takluyver/asyncioThomas Kluyver2014-09-216-80/+283
|\
| * Stop testing on Python 2.6 and 3.2Thomas Kluyver2014-09-211-1/+0
| * Document asyncio integrationThomas Kluyver2014-09-212-3/+30
| * Expose async parameter for expect_exactThomas Kluyver2014-09-213-12/+26
| * Check already read data before async reading moreThomas Kluyver2014-09-211-2/+14
| * Expand tests for async expectThomas Kluyver2014-09-211-9/+28
| * support timeout in async expectThomas Kluyver2014-09-212-4/+10
| * Fix EOF in async on LinuxThomas Kluyver2014-09-211-1/+8
| * Expose async as parameter for expectThomas Kluyver2014-09-213-12/+34
| * Refactor expect codeThomas Kluyver2014-09-213-106/+131
| * Initial stab at asyncio integrationThomas Kluyver2014-09-211-0/+72
|/
* Merge pull request #114 from erikb85/masterThomas Kluyver2014-09-211-2/+2
|\
| * enable echo deactivation in pxsshErik Bernoth2014-09-211-2/+2
|/
* Merge pull request #109 from pexpect/issue-86-and-100-stdin-closedThomas Kluyver2014-09-043-4/+49
|\
| * add to changelogissue-86-and-100-stdin-closedjquast2014-08-271-0/+5
| * Closes issue #86 and issue #100jquast2014-08-242-4/+44
* | Merge pull request #99 from takluyver/issue-84Jeff Quast2014-08-255-48/+264
|\ \ | |/ |/|
| * Some changes based on reviewing the codeThomas Kluyver2014-08-042-50/+44
| * Address review comments regarding referring to "unicode strings" in docstrings.David O'Shea2014-08-041-5/+5
| * Fix problems found in review.David O'Shea2014-08-041-4/+2
| * Change SPACE to be a unicode string.David O'Shea2014-08-021-3/+3
| * Don't define __bytes__(), and don't define __unicode__() on Python 3.David O'Shea2014-08-013-43/+37
| * Disable Python 3.2 builds in Travis as changes only support 2.6, 2.7 and 3.3+.David O'Shea2014-08-011-1/+0
| * Rename codec and codec_errors to encoding and encoding_errors respectively.David O'Shea2014-08-012-13/+13
| * Issue #84: Unicode support in screen and ANSI.David O'Shea2014-07-244-26/+257