| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix tests in test_performancedesix | Thomas Kluyver | 2013-09-23 | 1 | -11/+23 |
| * | Remove bundled six module | Thomas Kluyver | 2013-09-23 | 1 | -577/+0 |
| * | Don't use six for tests | Thomas Kluyver | 2013-09-23 | 13 | -248/+239 |
| * | Remove use of six in pexpect | Thomas Kluyver | 2013-09-23 | 1 | -18/+15 |
| * | Fix SyntaxError in test_misc | Thomas Kluyver | 2013-09-23 | 1 | -1/+1 |
| * | Python 3.3 is supported, 2.5 is not. | 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 |
| * | remove UnicodeEncodeError in __str__() for unicode | jquast | 2013-09-23 | 1 | -6/+6 |
| * | increase timeout, remove leading ^ from pattern | jquast | 2013-09-23 | 1 | -4/+4 |
| * | add missing %s | jquast | 2013-09-23 | 1 | -1/+1 |
| * | fix:str() before %r still UnicodeEncodeError | jquast | 2013-09-23 | 1 | -2/+2 |
| * | 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 |
| * | UnicodeEncodeError, not UnicodeDecodeError! | jquast | 2013-09-23 | 1 | -1/+1 |
| * | 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 |
| * | only repr() on UnicodeDecodeError in __str__() | jquast | 2013-09-23 | 1 | -2/+11 |
| * | 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 |
| * | increase timeout, massage regexp of ^A/1 .. | jquast | 2013-09-23 | 1 | -2/+5 |
| * | fixing join, again! | jquast | 2013-09-23 | 1 | -1/+1 |
| * | verbose assertion information for expect_order | jquast | 2013-09-23 | 1 | -9/+10 |
| * | absurd_match => None | jquast | 2013-09-23 | 1 | -8/+6 |
| * | UnicodeEncodeError fix -- str => repr | jquast | 2013-09-23 | 1 | -1/+1 |
| * | join() fix | jquast | 2013-09-22 | 1 | -2/+1 |
| * | todo item for py3 | jquast | 2013-09-22 | 1 | -0/+1 |
| * | display error fix and brevity of childexit assrts | jquast | 2013-09-22 | 1 | -4/+4 |
| * | hopefully fix py3 errors with correct string fmt | jquast | 2013-09-22 | 1 | -2/+2 |
| * | assert child exitcode | jquast | 2013-09-22 | 1 | -0/+2 |
| * | missing import fix for sys | jquast | 2013-09-22 | 1 | -0/+1 |
| * | exitstatus fix | jquast | 2013-09-22 | 1 | -1/+1 |
| * | woops, another py3 fix | jquast | 2013-09-22 | 1 | -1/+1 |
| * | assert child exit status | jquast | 2013-09-22 | 1 | -0/+2 |
| * | py3 has slightly different TypeError message | jquast | 2013-09-22 | 1 | -2/+4 |
| * | fix old/new way for sure ... | jquast | 2013-09-22 | 1 | -7/+14 |
| * | more unicode fixes | jquast | 2013-09-22 | 1 | -31/+32 |
| * | exception fixes for py2.5<->3.2 compat | jquast | 2013-09-22 | 1 | -2/+5 |
| * | exception fixes for py2.5<->3.2 compat | jquast | 2013-09-22 | 1 | -1/+2 |
| * | serious attack at newline issue | jquast | 2013-09-22 | 1 | -2/+2 |
| * | serious attack at newline issue | jquast | 2013-09-22 | 1 | -12/+33 |
| * | exception fixes for py2.5<->3.2 compat | jquast | 2013-09-22 | 1 | -2/+4 |
| * | unicode fix, exception fixes for py3 | jquast | 2013-09-22 | 1 | -18/+24 |