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