| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix another possible test failuremac-test-readlines | Thomas Kluyver | 2013-10-09 | 1 | -0/+1 |
| * | Call readlines() before stdout is discarded | Thomas Kluyver | 2013-10-09 | 1 | -3/+4 |
| * | Improve test for setting and retrieving window sizebetter-test-winsize | Thomas Kluyver | 2013-10-09 | 3 | -15/+14 |
| * | Merge pull request #10 from pexpect/incremental-decoder | Thomas Kluyver | 2013-10-09 | 1 | -0/+12 |
| |\ |
|
| | * | use 'cat' with maxread=1 to reproduce same issue | jquast | 2013-10-09 | 2 | -28/+6 |
| | * | python3.3 bytes/str/unicode agnostic fix | jquast | 2013-10-09 | 1 | -4/+11 |
| | * | python 3.2 compat, which wont allow u'' | jquast | 2013-10-08 | 1 | -1/+1 |
| | * | expediate the test a bit | jquast | 2013-10-08 | 1 | -1/+1 |
| | * | this test case *should* pass, but doesn't | jquast | 2013-10-08 | 2 | -0/+27 |
| * | | Add test for ignore_sighup option | Thomas Kluyver | 2013-10-08 | 1 | -2/+21 |
| |/ |
|
| * | Add failing test for spawn with timeout=None | Thomas Kluyver | 2013-10-02 | 1 | -0/+6 |
| * | Add runu function (unicode interface to run()) | Thomas Kluyver | 2013-10-02 | 1 | -11/+42 |
| * | Improve test for bad arguments to expect() and expect_exact() | Thomas Kluyver | 2013-09-30 | 1 | -4/+32 |
| * | Rewrite test_greed | Thomas Kluyver | 2013-09-30 | 1 | -70/+31 |
| * | Fix getch test sample for Python 3 | Thomas Kluyver | 2013-09-26 | 1 | -1/+7 |
| * | Fix test for sending all possible bytes to child process | Thomas Kluyver | 2013-09-26 | 1 | -16/+15 |
| * | Minor fixes to some tests | Thomas Kluyver | 2013-09-26 | 1 | -2/+2 |
| * | Make tests for interact more robust on slow machines | Thomas Kluyver | 2013-09-26 | 4 | -8/+23 |
| * | before & after tests shouldn't depend on the format of the Python interactive... | Thomas Kluyver | 2013-09-26 | 2 | -12/+14 |
| * | Another unicode literal | Thomas Kluyver | 2013-09-25 | 1 | -1/+1 |
| * | Disable echo to test order, hopefully fixing test_expect_order_exact on Travis | Thomas Kluyver | 2013-09-25 | 1 | -28/+8 |
| * | Run garbage collection at start of destructor test | Thomas Kluyver | 2013-09-25 | 1 | -0/+2 |
| * | Fix unicode literals for Python 3.2 | Thomas Kluyver | 2013-09-25 | 2 | -35/+36 |
| * | Hopefully fix problem with test_sendcontrol on Travis | Thomas Kluyver | 2013-09-25 | 2 | -8/+13 |
| * | Fix interact_unicode test | Thomas Kluyver | 2013-09-25 | 3 | -12/+21 |
| * | Improvements to test framework | Thomas Kluyver | 2013-09-25 | 1 | -1/+2 |
| * | Remove skipped test_interact_thread | Thomas Kluyver | 2013-09-25 | 1 | -30/+0 |
| * | Test interact method on spawnu class | Thomas Kluyver | 2013-09-25 | 2 | -6/+17 |
| * | Clean up test_interact | Thomas Kluyver | 2013-09-25 | 1 | -12/+2 |
| * | Code tidy-up | Thomas Kluyver | 2013-09-25 | 1 | -1/+2 |
| * | Fix tests in test_performancedesix | Thomas Kluyver | 2013-09-23 | 1 | -11/+23 |
| * | Don't use six for tests | Thomas Kluyver | 2013-09-23 | 12 | -246/+236 |
| * | Fix SyntaxError in test_misc | Thomas Kluyver | 2013-09-23 | 1 | -1/+1 |
| * | remove trailing ',', forcing a tuple and breaking | jquast | 2013-09-23 | 1 | -1/+1 |
| * | add note about line buffering, add sleep timers | jquast | 2013-09-23 | 1 | -7/+17 |
| * | catch ^C as KeyboardInterrupt and just the same | jquast | 2013-09-23 | 1 | -1/+4 |
| * | increase timeout, remove leading ^ from pattern | jquast | 2013-09-23 | 1 | -4/+4 |
| * | add missing %s | jquast | 2013-09-23 | 1 | -1/+1 |
| * | place equality operator where it was ganked! | jquast | 2013-09-23 | 1 | -1/+1 |
| * | another index order expect issue; pass for now | jquast | 2013-09-23 | 1 | -2/+3 |
| * | quit mucking with join() and use string formatting | jquast | 2013-09-23 | 1 | -1/+2 |
| * | may fix some platforms? Why would this write ^A? | jquast | 2013-09-23 | 1 | -1/+1 |
| * | regexp fix for some platforms, actually match '^' | jquast | 2013-09-23 | 1 | -1/+1 |
| * | correct use of % formatting tuple, | jquast | 2013-09-23 | 1 | -2/+2 |
| * | add missing import (time) | jquast | 2013-09-23 | 1 | -0/+1 |
| * | another syntaxerror fix, missing end paren | jquast | 2013-09-23 | 1 | -1/+1 |
| * | SyntaxError fix, missing comma, woops! | jquast | 2013-09-23 | 1 | -1/+1 |
| * | fix assertions to display what failed assertion! | jquast | 2013-09-23 | 1 | -8/+34 |
| * | can be 0 or 1 depending on platform! | jquast | 2013-09-23 | 1 | -1/+4 |
| * | KeyboardInterrupt may need catch in some platforms | jquast | 2013-09-23 | 1 | -1/+1 |