summaryrefslogtreecommitdiff
path: root/pexpect
Commit message (Expand)AuthorAgeFilesLines
* Collect output as list instead of stringThomas Kluyver2015-10-041-3/+3
* Use u-prefix for strings instead of u() functionThomas Kluyver2015-10-041-9/+5
* This resolves two issues with replwrap,jquast2015-10-041-2/+4
* Merge pull request #146 from takluyver/popenThomas Kluyver2015-10-032-1/+167
|\
| * Ensured buffered data is processed before raising EOFThomas Kluyver2015-09-291-14/+19
| * No sleep in pipe reader loopThomas Kluyver2015-09-161-1/+0
| * Fix return value of send() on Python 2Thomas Kluyver2015-09-121-4/+8
| * Fix typo in docstringThomas Kluyver2015-09-121-1/+1
| * Update unicode interface for PopenSpawnThomas Kluyver2015-09-121-11/+8
| * Fix popen spawn and tests on windowsSteven Silvester2015-09-121-6/+2
| * Add a sendeof method and testsSteven Silvester2015-09-121-2/+8
| * Enhanced popen_spawn and added testsSteven Silvester2015-09-121-22/+80
| * Restrict arguments that can be passed on to PopenThomas Kluyver2015-09-121-4/+4
| * Some improvementsThomas Kluyver2015-09-121-2/+20
| * Start implementing a Pexpect spawn class based on PopenSteven Silvester2015-09-121-0/+83
* | Merge remote-tracking branch 'origin/master' into default-handle-sighupJeff Quast2015-09-222-7/+23
|\ \
| * \ Merge remote-tracking branch 'origin/setwinsize_on_spawn'Thomas Kluyver2015-09-221-3/+10
| |\ \
| | * \ Merge 'origin/master' into 'setwinsize_on_spawn'Jeff Quast2015-09-188-141/+169
| | |\ \
| | * | | 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 #253 from pexpect/docs-revision-2Thomas Kluyver2015-09-222-4/+13
| |\ \ \ \
| | * | | | will raise -> will be raised + newlineJeff Quast2015-09-211-1/+2
| | * | | | Clarify meaning of kwarg 'timeout' in spawn class.Jeff Quast2015-09-201-0/+6
| | * | | | expect() clarifies timeout value behaviorJeff Quast2015-09-201-1/+4
| | * | | | remove docstring about timeout=-1 in expect_listJeff Quast2015-09-201-3/+2
| | | |/ / | | |/| |
* | | | | Change ignore_sighup default to FalseThomas Kluyver2015-09-221-4/+3
|/ / / /
* | | | Merge pull request #264 from pexpect/bugfix-honor-force-closeThomas Kluyver2015-09-221-1/+1
|\ \ \ \
| * | | | Honor 'force=False' when set on p.close()Jeff Quast2015-09-211-1/+1
| |/ / /
* | | | Merge pull request #259 from pexpect/interact-logfixThomas Kluyver2015-09-221-5/+9
|\ \ \ \
| * | | | interact logs by self._log(s, 'read') and 'send'Jeff Quast2015-09-211-5/+9
| |/ / /
* | | | Merge pull request #251 from pexpect/docs-revision-3Thomas Kluyver2015-09-222-9/+9
|\ \ \ \
| * | | | Improve docstrings about searchwindowsize valueJeff Quast2015-09-202-9/+9
| |/ / /
* | | | Clarify ducked-typed return value of expect() callJeff Quast2015-09-201-6/+8
|/ / /
* | | 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
|\ \