summaryrefslogtreecommitdiff
path: root/pexpect/pty_spawn.py
Commit message (Expand)AuthorAgeFilesLines
* re-introduce self.flag_eof = TrueJeff Quast2015-12-121-0/+1
* #304: Read more bytes in read_nonblocking()Jeroen Demeyer2015-12-091-12/+33
* 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
| |/ |/|
* | Merge pull request #182 from takluyver/reintegrate-unicodeThomas Kluyver2015-09-091-30/+15
|\ \
| * | Integrate unicode API into spawn, rather than subclassingThomas Kluyver2015-02-261-30/+15
| |/
* | Tests cases and documentation to supplement wait()Jeff Quast2015-04-261-1/+8
* | FreeBSD: Document magic max canon value of 1920Jeff Quast2015-02-221-1/+1
|/
* 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
* all together -> altogether (thanks TK)Jeff Quast2014-11-251-1/+1
* docstring grammer fixes in send*() functionJeff Quast2014-11-241-3/+3
* Tell about MAX_CANON in send*() functionsJeff Quast2014-11-241-3/+36
* Fix failure in str(spawnobj) before any outputJeff Quast2014-11-231-2/+4
* Record control characters in log filesThomas Kluyver2014-11-231-3/+15
* Delegate sending control characters to ptyprocessThomas Kluyver2014-11-231-54/+12
* Refactor, creating SpawnBaseUnicode classThomas Kluyver2014-11-231-57/+2
* Refactor, creating SpawnBase classThomas Kluyver2014-11-231-427/+4
* Move code out of __init__Thomas Kluyver2014-11-231-0/+1282