| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | comment about the need of '\\' to trigger testcasereplwrap-continuation-timeout-results | Jeff Quast | 2015-10-04 | 1 | -0/+6 |
| | | |||||
| * | Don't use deprecated spawnu in replwrap tests | Thomas Kluyver | 2015-10-04 | 1 | -2/+2 |
| | | |||||
| * | Use u-prefix strings in tests too | Thomas Kluyver | 2015-10-04 | 1 | -2/+2 |
| | | |||||
| * | This resolves two issues with replwrap, | jquast | 2015-10-04 | 1 | -4/+19 |
| | | | | | | | | | | | | * for multiple commands, such as in ``'\n'.join((cmd, cmd2))``, cmd2 and beyond previously used a ``timeout`` of 1, instead of the specified or default ``timeout``. * furthermore, the output of multi-command output was discarded, only the last-most command output was received. Resolved by joining the result of ``self.child.before``. | ||||
| * | Increase timeout of replwrap test from 2=>5 | Jeff Quast | 2014-11-23 | 1 | -1/+1 |
| | | | | | | | | | The OSX build slave is almost as bad as travis, its very sluggish -- Anyway this timeout condition occurs intermittently presumably because it is too short https://teamcity-master.pexpect.org/viewLog.html?buildId=782&buildTypeId=Pexpect_MacOs&tab=buildLog#_focus=499 | ||||
| * | Allow replwrap to reset pager so bash doesn't get stuck displaying things | Thomas Kluyver | 2014-06-26 | 1 | -0/+4 |
| | | |||||
| * | Solaris support, tested on SmartOS from cron(1). | Jeff Quast | 2014-06-15 | 1 | -2/+2 |
| | | |||||
| * | Minor fixes for replwrap testsreplwrap-test-fixes | Thomas Kluyver | 2014-06-10 | 1 | -3/+1 |
| | | |||||
| * | syntaxerr: missing r'literal' for unset PS1 | jquast | 2014-06-08 | 1 | -1/+1 |
| | | |||||
| * | Fixing various prompt issues with bash ReplWrapper | jquast | 2014-06-07 | 1 | -4/+22 |
| | | | | | | | allow matching a regular expression, use setUp and tearDown to putenv & getenv PS1, PS2 unset PROMPT_COMMAND | ||||
| * | Tests for wrapping Python shell | Thomas Kluyver | 2014-06-04 | 1 | -1/+27 |
| | | |||||
| * | remove all unnecessary imports | jquast | 2014-06-01 | 1 | -2/+1 |
| | | |||||
| * | Use bash for testing replwrap, avoiding PyPy's different REPL | Thomas Kluyver | 2014-05-31 | 1 | -15/+15 |
| | | |||||
| * | Use explicit positional string formatting for Python 2.6 | Thomas Kluyver | 2014-05-18 | 1 | -1/+1 |
| | | |||||
| * | Fix another unicode literal for Python 3.2 | Thomas Kluyver | 2014-05-18 | 1 | -1/+1 |
| | | |||||
| * | Handle multiline commands in replwrap | Thomas Kluyver | 2014-05-18 | 1 | -2/+19 |
| | | |||||
| * | Add high level API for wrapping REPLs | Thomas Kluyver | 2014-05-12 | 1 | -0/+22 |
