index
:
delta/pexpect-git.git
3.x
dluyer-patch-1
document-blocking-write
master
read_more_bytes
superfluous-sleep
use-flit
github.com: pexpect/pexpect.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pexpect
/
pty_spawn.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #386 from kristopher-h/master
Thomas Kluyver
2017-08-22
1
-1
/
+4
|
\
|
*
Raise ExceptionPexpect instead of PtyProcessError in spawn.close
Kristopher H
2016-10-19
1
-1
/
+4
*
|
Reword info about encoding in example
Thomas Kluyver
2016-12-06
1
-2
/
+2
*
|
Update docstring for class spawn.__init__ in pty_spawn.py to remove reference...
Angus Pearson
2016-12-04
1
-2
/
+3
|
/
*
Merge pull request #359 from MountainRider/restore-posix
Jeff Quast
2016-07-01
1
-35
/
+5
|
\
|
*
Remove unreachable code.
David Cullen
2016-06-29
1
-2
/
+0
|
*
Restore POSIX support to fdpexpect.
David Cullen
2016-06-28
1
-33
/
+5
*
|
Merge remote-tracking branch 'origin/master' into spawn_env_path
Jeff Quast
2016-06-06
1
-1
/
+0
|
\
\
|
*
|
Display current searcher in error messages
Thomas Kluyver
2016-04-25
1
-1
/
+0
|
|
/
*
|
Use PATH from env argument to pexpect.spawn
Martin Packman
2016-05-13
1
-1
/
+1
|
/
*
Provide example use of exitstatus and signalstatus
Nicholas Chammas
2016-01-25
1
-1
/
+6
*
Merge pull request #303 from jdemeyer/master
Thomas Kluyver
2016-01-04
1
-2
/
+6
|
\
|
*
Rename spawnpty to _spawnpty
Jeroen Demeyer
2015-12-16
1
-2
/
+2
|
*
Allow overriding the call to PtyProcess.spawn()
Jeroen Demeyer
2015-12-04
1
-2
/
+6
*
|
Merge pull request #310 from pexpect/bugfix-my_spawn-has_no-ptyproc
Thomas Kluyver
2015-12-14
1
-1
/
+2
|
\
\
|
*
|
check self.ptyproc is set before flag_eof accessed
Jeff Quast
2015-12-12
1
-1
/
+2
|
|
/
*
|
Merge pull request #311 from jdemeyer/optimize_sendline
Thomas Kluyver
2015-12-14
1
-4
/
+2
|
\
\
|
*
|
Call send() just once in sendline()
Jeroen Demeyer
2015-12-13
1
-4
/
+2
|
|
/
*
|
Allow delaybeforesend=None to skip the sleep completely
Jeroen Demeyer
2015-12-09
1
-3
/
+3
|
/
*
2 new tools: display-{fpathconf.maxcanon}.py
Jeff Quast
2015-10-06
1
-7
/
+7
*
Encode command line args for unicode-mode spawn
Thomas Kluyver
2015-10-06
1
-0
/
+5
*
Clear up a few unused imports
Thomas Kluyver
2015-10-03
1
-2
/
+0
*
Merge pull request #146 from takluyver/popen
Thomas Kluyver
2015-10-03
1
-1
/
+1
|
\
|
*
Fix typo in docstring
Thomas Kluyver
2015-09-12
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/master' into default-handle-sighup
Jeff Quast
2015-09-22
1
-3
/
+17
|
\
\
|
*
\
Merge remote-tracking branch 'origin/setwinsize_on_spawn'
Thomas Kluyver
2015-09-22
1
-3
/
+10
|
|
\
\
|
|
*
\
Merge 'origin/master' into 'setwinsize_on_spawn'
Jeff Quast
2015-09-18
1
-40
/
+32
|
|
|
\
\
|
|
*
|
|
Allow specifying screen size for the subprocess in pexpect.spawn().
Jason Heeris
2015-03-16
1
-3
/
+11
|
*
|
|
|
Merge pull request #253 from pexpect/docs-revision-2
Thomas Kluyver
2015-09-22
1
-0
/
+7
|
|
\
\
\
\
|
|
*
|
|
|
will raise -> will be raised + newline
Jeff Quast
2015-09-21
1
-1
/
+2
|
|
*
|
|
|
Clarify meaning of kwarg 'timeout' in spawn class.
Jeff Quast
2015-09-20
1
-0
/
+6
|
|
|
|
/
/
|
|
|
/
|
|
*
|
|
|
|
Change ignore_sighup default to False
Thomas Kluyver
2015-09-22
1
-4
/
+3
|
/
/
/
/
*
|
|
|
Merge pull request #264 from pexpect/bugfix-honor-force-close
Thomas Kluyver
2015-09-22
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Honor 'force=False' when set on p.close()
Jeff Quast
2015-09-21
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Merge pull request #259 from pexpect/interact-logfix
Thomas Kluyver
2015-09-22
1
-5
/
+9
|
\
\
\
\
|
*
|
|
|
interact logs by self._log(s, 'read') and 'send'
Jeff Quast
2015-09-21
1
-5
/
+9
|
|
/
/
/
*
|
|
|
Improve docstrings about searchwindowsize value
Jeff Quast
2015-09-20
1
-9
/
+6
|
/
/
/
*
|
|
Allow {p}.interact(escape_character=None)
Jeff Quast
2015-09-18
1
-7
/
+8
*
|
|
Update docstring mention of unicode interface
Thomas Kluyver
2015-09-12
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge pull request #182 from takluyver/reintegrate-unicode
Thomas Kluyver
2015-09-09
1
-30
/
+15
|
\
\
|
*
|
Integrate unicode API into spawn, rather than subclassing
Thomas Kluyver
2015-02-26
1
-30
/
+15
|
|
/
*
|
Tests cases and documentation to supplement wait()
Jeff Quast
2015-04-26
1
-1
/
+8
*
|
FreeBSD: Document magic max canon value of 1920
Jeff Quast
2015-02-22
1
-1
/
+1
|
/
*
Allow the user to specify a preexec_fn, which will be passed to ptyprocess
Thomas Kluyver
2014-12-11
1
-5
/
+15
*
ptyprocess API changed to a single preexec_fn function
Thomas Kluyver
2014-12-11
1
-1
/
+1
*
all together -> altogether (thanks TK)
Jeff Quast
2014-11-25
1
-1
/
+1
*
docstring grammer fixes in send*() function
Jeff Quast
2014-11-24
1
-3
/
+3
*
Tell about MAX_CANON in send*() functions
Jeff Quast
2014-11-24
1
-3
/
+36
*
Fix failure in str(spawnobj) before any output
Jeff Quast
2014-11-23
1
-2
/
+4
*
Record control characters in log files
Thomas Kluyver
2014-11-23
1
-3
/
+15
[next]