summaryrefslogtreecommitdiff
path: root/pexpect
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * removes excepted raisea-tal2014-04-031-2/+0
* | folders should not be returned by pexpect.which()jquast2014-06-011-5/+6
* | Use bash for testing replwrap, avoiding PyPy's different REPLThomas Kluyver2014-05-311-1/+1
* | Use explicit positional string formatting for Python 2.6Thomas Kluyver2014-05-181-2/+2
* | Update replwrap docsThomas Kluyver2014-05-181-1/+7
* | Format the new prompts into the prompt change command, simplifying instantiat...Thomas Kluyver2014-05-181-6/+5
* | Handle multiline commands in replwrapThomas Kluyver2014-05-181-9/+33
* | Wrap unicode literals in function calls for Python 3.2Thomas Kluyver2014-05-181-4/+13
* | Add high level API for wrapping REPLsThomas Kluyver2014-05-121-0/+60
* | Bump version number for 3.2Thomas Kluyver2014-04-141-1/+1
|/
* display expected prompt as PROMPT, not PROMPT_SET_SHissue-42-cannot-implicit-bytes-to-strjquast2014-03-071-1/+1
* closes issue #42, self.buffer decoded implicitlyjquast2014-03-061-1/+3
* Remove workaround for bug affecting very old platformsEd Maste2014-02-131-11/+4
* Simplifying code to use format of select.error arguments that works in both P...Matthew Printz2014-02-051-5/+1
* Fixing issue where errno does not exist on select.errorMatthew Printz2014-02-041-1/+5
* Update pxssh example for Python 3Thomas Kluyver2014-01-231-10/+10
* Polish pxssh docstringsThomas Kluyver2014-01-231-19/+27
* Make code style more regularThomas Kluyver2014-01-231-24/+21
* Fix documentation of using auto_prompt_reset.Thomas Kluyver2014-01-231-4/+3
* Prepare for 3.1 release3.1Thomas Kluyver2014-01-221-1/+1
* Merge pull request #29 from takluyver/examples-main-blocksThomas Kluyver2014-01-071-2/+0
|\
| * Don't catch unhandled exceptions in examples.Thomas Kluyver2013-12-131-2/+0
* | Merge pull request #31 from takluyver/stdout-bytes-py3Thomas Kluyver2014-01-071-1/+8
|\ \
| * | Allow importing when sys.stdout is reassigned on Python 3Thomas Kluyver2013-12-181-1/+8
| |/
* | Merge pull request #34 from offby1/masterThomas Kluyver2014-01-071-0/+1
|\ \
| * | ExceptionPexpect.__init__: invoke super's initEric Hanchrow2014-01-061-0/+1
| |/
* | Correct handle when select in spawn returns with an error (e.g. SIGWINCH)Alex Ho2013-12-301-1/+1
|/
* Cleanup of unused import and loop exit strategy in try_read_promptJoel Edwards2013-12-111-4/+1
* Switched to a simpler approache for appending to the promptJoel Edwards2013-12-111-11/+3
* Removed call to self._coerce_read_string in try_read_promptJoel Edwards2013-12-111-1/+1
* Removed coerce_result argument from pexpect read_nonblocking method.Joel Edwards2013-12-112-8/+4