summaryrefslogtreecommitdiff
path: root/pexpect/spawnbase.py
Commit message (Expand)AuthorAgeFilesLines
* 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