summaryrefslogtreecommitdiff
path: root/pexpect/spawnbase.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #253 from pexpect/docs-revision-2Thomas Kluyver2015-09-221-4/+6
|\
| * expect() clarifies timeout value behaviorJeff Quast2015-09-201-1/+4
| * remove docstring about timeout=-1 in expect_listJeff Quast2015-09-201-3/+2
* | Merge pull request #251 from pexpect/docs-revision-3Thomas Kluyver2015-09-221-0/+3
|\ \
| * | Improve docstrings about searchwindowsize valueJeff Quast2015-09-201-0/+3
| |/
* | Clarify ducked-typed return value of expect() callJeff Quast2015-09-201-6/+8
|/
* Integrate unicode API into spawn, rather than subclassingThomas Kluyver2015-02-261-64/+61
* Allow spawn() and friends to be used as context managersThomas Kluyver2014-12-191-0/+9
* Not all spawn classes have a kill methodThomas Kluyver2014-11-231-4/+0
* Delegate sending control characters to ptyprocessThomas Kluyver2014-11-231-6/+0
* Refactor, creating SpawnBaseUnicode classThomas Kluyver2014-11-231-2/+38
* Refactor, creating SpawnBase classThomas Kluyver2014-11-231-0/+449