summaryrefslogtreecommitdiff
path: root/pexpect/pty_spawn.py
Commit message (Expand)AuthorAgeFilesLines
* Fix last commit.Red_M2019-10-311-2/+2
* Add character read back value to allow for tracebacks to contain more data ab...Red_M2019-10-301-3/+4
* interact: Add Python 3 compatibility warningGiovan Isa Musthofa2019-04-161-5/+9
* Read more bytes in read_nonblocking()Jeroen Demeyer2018-06-291-40/+62
* Make poll_ignore_interrupts register multiple FDs like select.select call and...Cooper Ry Lees2018-04-131-6/+7
* Move poll_ignore_interrupts to accept a fd at a time onlyCooper Ry Lees2018-04-011-4/+4
* Allow for configurable select.poll() usageCooper Ry Lees2018-03-231-8/+30
* Merge pull request #466 from takluyver/i465Thomas Kluyver2018-02-101-3/+5
|\
| * Fix name in example codeThomas Kluyver2018-02-061-1/+1
| * Ensure spawn.closed gets set, improve sigwinch_passthrough exampleThomas Kluyver2018-02-061-3/+5
* | optimize pty buffering and searchingRyan Petrello2018-02-051-5/+3
|/
* Merge pull request #386 from kristopher-h/masterThomas Kluyver2017-08-221-1/+4
|\
| * Raise ExceptionPexpect instead of PtyProcessError in spawn.closeKristopher H2016-10-191-1/+4
* | Reword info about encoding in exampleThomas Kluyver2016-12-061-2/+2
* | Update docstring for class spawn.__init__ in pty_spawn.py to remove reference...Angus Pearson2016-12-041-2/+3
|/
* Merge pull request #359 from MountainRider/restore-posixJeff Quast2016-07-011-35/+5
|\
| * Remove unreachable code.David Cullen2016-06-291-2/+0
| * Restore POSIX support to fdpexpect.David Cullen2016-06-281-33/+5
* | Merge remote-tracking branch 'origin/master' into spawn_env_pathJeff Quast2016-06-061-1/+0
|\ \
| * | Display current searcher in error messagesThomas Kluyver2016-04-251-1/+0
| |/
* | Use PATH from env argument to pexpect.spawnMartin Packman2016-05-131-1/+1
|/
* Provide example use of exitstatus and signalstatusNicholas Chammas2016-01-251-1/+6
* Merge pull request #303 from jdemeyer/masterThomas Kluyver2016-01-041-2/+6
|\
| * Rename spawnpty to _spawnptyJeroen Demeyer2015-12-161-2/+2
| * Allow overriding the call to PtyProcess.spawn()Jeroen Demeyer2015-12-041-2/+6
* | Merge pull request #310 from pexpect/bugfix-my_spawn-has_no-ptyprocThomas Kluyver2015-12-141-1/+2
|\ \
| * | check self.ptyproc is set before flag_eof accessedJeff Quast2015-12-121-1/+2
| |/
* | Merge pull request #311 from jdemeyer/optimize_sendlineThomas Kluyver2015-12-141-4/+2
|\ \
| * | Call send() just once in sendline()Jeroen Demeyer2015-12-131-4/+2
| |/
* | Allow delaybeforesend=None to skip the sleep completelyJeroen Demeyer2015-12-091-3/+3
|/
* 2 new tools: display-{fpathconf.maxcanon}.pyJeff Quast2015-10-061-7/+7
* Encode command line args for unicode-mode spawnThomas Kluyver2015-10-061-0/+5
* Clear up a few unused importsThomas Kluyver2015-10-031-2/+0
* Merge pull request #146 from takluyver/popenThomas Kluyver2015-10-031-1/+1
|\
| * Fix typo in docstringThomas Kluyver2015-09-121-1/+1
* | Merge remote-tracking branch 'origin/master' into default-handle-sighupJeff Quast2015-09-221-3/+17
|\ \
| * \ Merge remote-tracking branch 'origin/setwinsize_on_spawn'Thomas Kluyver2015-09-221-3/+10
| |\ \
| | * \ Merge 'origin/master' into 'setwinsize_on_spawn'Jeff Quast2015-09-181-40/+32
| | |\ \
| | * | | 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-221-0/+7
| |\ \ \ \
| | * | | | 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
| | | |/ / | | |/| |
* | | | | 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
| |/ / /
* | | | Improve docstrings about searchwindowsize valueJeff Quast2015-09-201-9/+6
|/ / /
* | | Allow {p}.interact(escape_character=None)Jeff Quast2015-09-181-7/+8
* | | Update docstring mention of unicode interfaceThomas Kluyver2015-09-121-1/+1
| |/ |/|