summaryrefslogtreecommitdiff
path: root/pexpect/replwrap.py
Commit message (Expand)AuthorAgeFilesLines
* Fixing various prompt issues with bash ReplWrapperjquast2014-06-071-7/+9
* Use bash for testing replwrap, avoiding PyPy's different REPLThomas Kluyver2014-05-311-1/+1
* Use explicit positional string formatting for Python 2.6Thomas Kluyver2014-05-181-2/+2
* Update replwrap docsThomas Kluyver2014-05-181-1/+7
* Format the new prompts into the prompt change command, simplifying instantiat...Thomas Kluyver2014-05-181-6/+5
* Handle multiline commands in replwrapThomas Kluyver2014-05-181-9/+33
* Wrap unicode literals in function calls for Python 3.2Thomas Kluyver2014-05-181-4/+13
* Add high level API for wrapping REPLsThomas Kluyver2014-05-121-0/+60