summaryrefslogtreecommitdiff
path: root/pexpect/expect.py
Commit message (Expand)AuthorAgeFilesLines
* Avoid calling getvalue() twice in a rowdluyer2020-01-141-1/+1
* Whitespace cleanupdluyer2020-01-101-2/+2
* Updated expect_loop for split new_datadluyer2020-01-091-5/+7
* Split new_data initial and subsequent callsdluyer2020-01-091-53/+59
* Merge pull request #5 from dluyer/masterdluyer2020-01-091-2/+8
|\
| * Disable chaining Timeout and EOF exceptionsMartin Di Paola2019-12-091-2/+8
* | Updates from internal code review.dluyer2019-08-021-2/+7
* | Update expect.pydluyer2019-08-021-2/+2
* | Update expect.pydluyer2019-08-021-4/+0
* | Update expect.pydluyer2019-08-021-2/+2
* | Update expect.pydluyer2019-08-021-17/+63
* | Fix missing data in 'before', especially after timeoutsdluyer2019-08-011-6/+10
|/
* Use builtin enumerate method in searcher_reMark McClain2018-08-291-1/+1
* fix a bug causing 'spawn.before' to be truncated w/ searchwindowsize useRyan Petrello2018-03-271-4/+7
* FIX: bad representation of bytes patterns.Julien Palard2018-02-121-8/+2
* optimize pty buffering and searchingRyan Petrello2018-02-051-12/+24
* Remove superfluous importsNehal J Wani2017-11-141-2/+0
* Spelling fixesVille Skyttä2017-09-151-3/+3
* Remove superfluous importsThomas Kluyver2017-08-221-1/+0
* Display current searcher in error messagesThomas Kluyver2016-04-251-0/+2
* Add new spawn.delayafterread attribute.Jeff Quast2016-01-051-2/+3
* Move code out of __init__Thomas Kluyver2014-11-231-1/+193
* Expose async parameter for expect_exactThomas Kluyver2014-09-211-2/+0
* Refactor expect codeThomas Kluyver2014-09-211-0/+107