summaryrefslogtreecommitdiff
path: root/pexpect
Commit message (Expand)AuthorAgeFilesLines
* Bugfix for solaris in replwrap.bash()setecho-in-bash-replwrap-sunosJeff Quast2014-11-231-1/+1
* Merge pull request #142 from pexpect/failed-str-selfJeff Quast2014-11-221-2/+4
|\
| * Use ternary if/else in spawn.__str__failed-str-selfJeff Quast2014-11-221-2/+2
| * Failure in __str__() before any output.Jeff Quast2014-11-221-2/+4
* | 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
* | | Rectify docstring typo in compile_pattern_list()Rick Lin2014-11-201-1/+1
* | | Added ignore_sighup param for pxsshzjx202014-10-211-2/+2
| |/ |/|
* | Modify run() to allow a tuple list of events.Hideaki Suzuki2014-10-111-10/+24
|/
* Document asyncio integrationThomas Kluyver2014-09-211-3/+21
* Expose async parameter for expect_exactThomas Kluyver2014-09-212-9/+14
* Check already read data before async reading moreThomas Kluyver2014-09-211-2/+14
* 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-212-12/+11
* Refactor expect codeThomas Kluyver2014-09-213-106/+131
* Initial stab at asyncio integrationThomas Kluyver2014-09-211-0/+72
* enable echo deactivation in pxsshErik Bernoth2014-09-211-2/+2
* Merge pull request #109 from pexpect/issue-86-and-100-stdin-closedThomas Kluyver2014-09-041-3/+8
|\
| * Closes issue #86 and issue #100jquast2014-08-241-3/+8
* | Merge pull request #99 from takluyver/issue-84Jeff Quast2014-08-252-33/+95
|\ \ | |/ |/|
| * Some changes based on reviewing the codeThomas Kluyver2014-08-041-21/+16
| * Address review comments regarding referring to "unicode strings" in docstrings.David O'Shea2014-08-041-5/+5
| * 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-011-21/+16
| * Rename codec and codec_errors to encoding and encoding_errors respectively.David O'Shea2014-08-011-10/+10
| * Issue #84: Unicode support in screen and ANSI.David O'Shea2014-07-242-26/+98
* | update documentation string in pexpect/__init__.py to be compatible with pyth...Chiu Yue Chun2014-08-081-2/+10
* | Issue #85: Don't leave unwanted numbers in ANSI FSM stack/memory.David O'Shea2014-07-081-9/+26
|/
* Issue #82: Handle more than two numbers in ANSI sequencesDavid O'Shea2014-07-031-2/+3
* Allow replwrap to reset pager so bash doesn't get stuck displaying thingsThomas Kluyver2014-06-261-2/+9
* Bump version number to 3.33.3Thomas Kluyver2014-06-251-1/+1
* Merge branch 'issue-44-solaris-try-3' of github.com:pexpect/pexpect into issu...Jeff Quast2014-06-241-2/+2
|\
| * Fix up except syntax againThomas Kluyver2014-06-241-2/+2
* | Provide example of SRV4-like systemsJeff Quast2014-06-241-3/+4
|/
* Refactor exceptions in __pty_make_controlling_ttyJeff Quast2014-06-241-39/+17
* Another "as err" vs ", err" exception fix.jquast2014-06-151-5/+5
* Solaris support, tested on SmartOS from cron(1).Jeff Quast2014-06-152-74/+145
* For python3, exceptions should use "as err", not ", err"jquast2014-06-151-2/+2
* Document and detect EOF condition in interact()jquast2014-06-151-26/+15
* Merge pull request #70 from pexpect/more-exacting-whichThomas Kluyver2014-06-101-5/+45
|\
| * Make execute permission check more explicitmore-exacting-whichThomas Kluyver2014-06-101-4/+11
| * Provide new 'is_exe' function used by 'which'jquast2014-06-071-5/+38
* | Merge pull request #71 from pexpect/replwrap-test-fixesThomas Kluyver2014-06-101-7/+9
|\ \
| * | Fixing various prompt issues with bash ReplWrapperjquast2014-06-071-7/+9
| |/
* | PR #66: TypeError thrown by spawnu.readline()jquast2014-06-081-2/+6
|/
* Some more test coverage for fdpexpectThomas Kluyver2014-06-041-2/+2
* Mark a few unsupported code paths as not needed for test coverageThomas Kluyver2014-06-041-7/+7
* Remove pexpect.psh - it was undocumented and seemingly unusedThomas Kluyver2014-06-041-148/+0
* Merge pull request #46 from a-tal/masterJeff Quast2014-06-011-2/+0
|\