summaryrefslogtreecommitdiff
path: root/pexpect/async.py
Commit message (Expand)AuthorAgeFilesLines
* use 'ucs' (uni-code-string) instead of 'data'asyncio_utf8_issueJeff Quast2015-10-121-4/+4
* Merge pull request #182 from takluyver/reintegrate-unicodeThomas Kluyver2015-09-091-1/+1
|\
| * Integrate unicode API into spawn, rather than subclassingThomas Kluyver2015-02-261-1/+1
* | Merge pull request #202 from detly/eof-fixThomas Kluyver2015-04-251-1/+2
|\ \
| * | Set flag_eof in async protocol. Fixes #200.Jason Heeris2015-04-071-1/+2
| |/
* | Fix async expect when data was already readThomas Kluyver2015-03-311-3/+4
|/
* Delegate more methods to ptyprocessThomas Kluyver2014-11-231-0/+2
* Check already read data before async reading moreThomas Kluyver2014-09-211-2/+14
* support timeout in async expectThomas Kluyver2014-09-211-3/+7
* Fix EOF in async on LinuxThomas Kluyver2014-09-211-1/+8
* Expose async as parameter for expectThomas Kluyver2014-09-211-8/+3
* Refactor expect codeThomas Kluyver2014-09-211-36/+14
* Initial stab at asyncio integrationThomas Kluyver2014-09-211-0/+72