| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | 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 |
| * | 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 |
| * | py2.5 compatibilities w/six.py | jquast | 2013-09-22 | 17 | -222/+297 |
| * | use print() as a function | jquast | 2013-09-22 | 6 | -17/+17 |
| * | py2 compatibility for encoding testing | jquast | 2013-09-22 | 1 | -2/+13 |
| * | correctly test control characters | jquast | 2013-09-22 | 1 | -15/+19 |
| * | a better getch() implementation | jquast | 2013-09-22 | 1 | -12/+11 |
| * | more py25 compatibility | jquast | 2013-09-22 | 8 | -3/+8 |
| * | use proper %s (arg,) formatting, | jquast | 2013-09-22 | 1 | -1/+1 |
| * | do not use 'ed'; not available on some systems | jquast | 2013-09-22 | 1 | -1/+1 |
| * | smartly use .replace & remove 'io' dep. for py2 | jquast | 2013-09-22 | 3 | -29/+16 |
| * | add unicode test and force str() type in python3 | jquast | 2013-09-22 | 1 | -7/+26 |