summaryrefslogtreecommitdiff
path: root/pexpect
Commit message (Expand)AuthorAgeFilesLines
* Merge 'origin/master' into 'setwinsize_on_spawn'Jeff Quast2015-09-188-141/+169
|\
| * Allow {p}.interact(escape_character=None)Jeff Quast2015-09-181-7/+8
| * Merge pull request #239 from takluyver/more-encoding-parametersJeff Quast2015-09-153-7/+13
| |\
| | * Add encoding parameter for fdspawnThomas Kluyver2015-09-121-3/+6
| | * Fix for pxssh when reading unicodeThomas Kluyver2015-09-121-1/+1
| | * Add encoding parameter to pxsshuThomas Kluyver2015-09-121-2/+5
| | * Update docstring mention of unicode interfaceThomas Kluyver2015-09-121-1/+1
| * | Fix TypoPatrick Yevsukov2015-09-151-1/+1
| * | Deprecation warning in pexpect.screenThomas Kluyver2015-09-121-0/+7
| |/
| * Merge pull request #236 from takluyver/restore-fdspawn-sendThomas Kluyver2015-09-121-0/+24
| |\
| | * Restore send/write methods to fdpexpectThomas Kluyver2015-09-091-0/+24
| * | Merge pull request #182 from takluyver/reintegrate-unicodeThomas Kluyver2015-09-094-115/+93
| |\ \ | | |/ | |/|
| | * Fix deprecated runu functionThomas Kluyver2015-02-271-1/+2
| | * Deprecate runu functionThomas Kluyver2015-02-261-20/+15
| | * Integrate unicode API into spawn, rather than subclassingThomas Kluyver2015-02-263-95/+77
| * | accept unicode cmd on Python 2Min RK2015-06-161-1/+2
| * | Tests cases and documentation to supplement wait()Jeff Quast2015-04-261-1/+8
| * | Merge pull request #202 from detly/eof-fixThomas Kluyver2015-04-251-1/+2
| |\ \
| | * | Set flag_eof in async protocol. Fixes #200.Jason Heeris2015-04-071-1/+2
| | |/
| * | Merge remote-tracking branch 'origin/freebsd-support' into bugfix-virtualenvJeff Quast2015-04-241-1/+1
| |\ \
| | * | FreeBSD: Document magic max canon value of 1920Jeff Quast2015-02-221-1/+1
| | |/
| * | Merge pull request #178 from pexpect/support-method-as-run-event-callbackJeff Quast2015-04-241-5/+8
| |\ \
| | * | Document that a method may also be used.Jeff Quast2015-02-141-2/+2
| | * | Display well-formed TypeError for events callbackJeff Quast2015-02-141-1/+3
| | * | PEP8: do not use backslash continuation char '\'Jeff Quast2015-02-141-2/+2
| | * | Begin __version__ "4.0.dev"Jeff Quast2015-02-141-1/+1
| | * | Updated Error message to mention MethodTypeSamuel Bancal2015-02-121-1/+1
| | * | Allows also method callback for events argument in pexpect.run()Samuel Bancal2015-02-121-1/+2
| | |/
| * | Fix async expect when data was already readThomas Kluyver2015-03-311-3/+4
| |/
* | Added dimension argument to `pexpect.run()/runu()`.Jason Heeris2015-03-211-2/+2
* | Allow specifying screen size for the subprocess in pexpect.spawn().Jason Heeris2015-03-161-3/+11
|/
* Merge pull request #106 from pexpect/issue-104-cannot-exec-setuidsThomas Kluyver2014-12-202-32/+18
|\
| * Merge remote-tracking branch 'origin/master' into issue-104-cannot-exec-setuidsJeff Quast2014-12-191-5/+15
| |\
| * \ Merge remote-tracking branch 'origin/master' into issue-104-cannot-exec-setuidsJeff Quast2014-12-1810-1904/+1656
| |\ \
| * \ \ Merge remote-tracking branch 'origin/master' into issue-104-cannot-exec-setuidsJeff Quast2014-11-238-132/+367
| |\ \ \
| * | | | Closes issue #104 -- cannot execute sudo(8)jquast2014-08-241-32/+16
* | | | | Merge pull request #164 from takluyver/contextmanagerJeff Quast2014-12-191-0/+9
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Allow spawn() and friends to be used as context managersThomas Kluyver2014-12-191-0/+9
| | |_|/ | |/| |
* | | | Allow the user to specify a preexec_fn, which will be passed to ptyprocessThomas Kluyver2014-12-111-5/+15
* | | | ptyprocess API changed to a single preexec_fn functionThomas Kluyver2014-12-111-1/+1
|/ / /
* | | Merge pull request #79 from pexpect/doc-and-test-max-canonThomas Kluyver2014-11-251-3/+36
|\ \ \
| * | | all together -> altogether (thanks TK)Jeff Quast2014-11-251-1/+1
| * | | docstring grammer fixes in send*() functiondoc-and-test-max-canonJeff Quast2014-11-241-3/+3
| * | | Tell about MAX_CANON in send*() functionsJeff Quast2014-11-241-3/+36
* | | | Change run* timeout=-1 -> timeout=30Jeff Quast2014-11-241-2/+2
|/ / /
* | | allow user to specify SSH options via the constructor parametere optionsRadomirs Cirskis2014-11-251-2/+11
* | | allow user to specify SSH options via pxssh.options dictionaryRad Cirskis2014-11-251-2/+6
* | | Merge pull request #123 from pexpect/use-ptyprocessThomas Kluyver2014-11-238-1913/+1617
|\ \ \
| * | | Fix failure in str(spawnobj) before any outputJeff Quast2014-11-231-2/+4
| * | | Not all spawn classes have a kill methodThomas Kluyver2014-11-231-4/+0