summaryrefslogtreecommitdiff
path: root/pexpect/pty_spawn.py
Commit message (Expand)AuthorAgeFilesLines
* 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*() functiondoc-and-test-max-canonJeff 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