summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix tests in test_performancedesixThomas Kluyver2013-09-231-11/+23
|
* Remove bundled six moduleThomas Kluyver2013-09-231-577/+0
|
* Don't use six for testsThomas Kluyver2013-09-2313-248/+239
|
* Remove use of six in pexpectThomas Kluyver2013-09-231-18/+15
|
* Fix SyntaxError in test_miscThomas Kluyver2013-09-231-1/+1
|
* Python 3.3 is supported, 2.5 is not.Thomas Kluyver2013-09-231-1/+1
|
* remove trailing ',', forcing a tuple and breakingjquast2013-09-231-1/+1
|
* add note about line buffering, add sleep timersjquast2013-09-231-7/+17
|
* catch ^C as KeyboardInterrupt and just the samejquast2013-09-231-1/+4
|
* remove UnicodeEncodeError in __str__() for unicodejquast2013-09-231-6/+6
|
* increase timeout, remove leading ^ from patternjquast2013-09-231-4/+4
|
* add missing %sjquast2013-09-231-1/+1
|
* fix:str() before %r still UnicodeEncodeErrorjquast2013-09-231-2/+2
|
* place equality operator where it was ganked!jquast2013-09-231-1/+1
|
* another index order expect issue; pass for nowjquast2013-09-231-2/+3
|
* UnicodeEncodeError, not UnicodeDecodeError!jquast2013-09-231-1/+1
|
* quit mucking with join() and use string formattingjquast2013-09-231-1/+2
|
* may fix some platforms? Why would this write ^A?jquast2013-09-231-1/+1
|
* regexp fix for some platforms, actually match '^'jquast2013-09-231-1/+1
|
* correct use of % formatting tuple,jquast2013-09-231-2/+2
|
* add missing import (time)jquast2013-09-231-0/+1
|
* only repr() on UnicodeDecodeError in __str__()jquast2013-09-231-2/+11
|
* another syntaxerror fix, missing end parenjquast2013-09-231-1/+1
|
* SyntaxError fix, missing comma, woops!jquast2013-09-231-1/+1
|
* fix assertions to display what failed assertion!jquast2013-09-231-8/+34
|
* can be 0 or 1 depending on platform!jquast2013-09-231-1/+4
| | | | strange edge case, needs resolution!
* KeyboardInterrupt may need catch in some platformsjquast2013-09-231-1/+1
| | | | need to read full p.before, p.after to discover it in this test case.
* increase timeout, massage regexp of ^A/1 ..jquast2013-09-231-2/+5
|
* fixing join, again!jquast2013-09-231-1/+1
|
* verbose assertion information for expect_orderjquast2013-09-231-9/+10
|
* absurd_match => Nonejquast2013-09-231-8/+6
| | | | This may even have resolved some pattern matching index issues
* UnicodeEncodeError fix -- str => reprjquast2013-09-231-1/+1
| | | | This is only used in error reporting
* join() fixjquast2013-09-221-2/+1
|
* todo item for py3jquast2013-09-221-0/+1
|
* display error fix and brevity of childexit assrtsjquast2013-09-221-4/+4
|
* hopefully fix py3 errors with correct string fmtjquast2013-09-221-2/+2
|
* assert child exitcodejquast2013-09-221-0/+2
|
* missing import fix for sysjquast2013-09-221-0/+1
|
* exitstatus fixjquast2013-09-221-1/+1
|
* woops, another py3 fixjquast2013-09-221-1/+1
|
* assert child exit statusjquast2013-09-221-0/+2
|
* py3 has slightly different TypeError messagejquast2013-09-221-2/+4
|
* fix old/new way for sure ...jquast2013-09-221-7/+14
|
* more unicode fixesjquast2013-09-221-31/+32
|
* exception fixes for py2.5<->3.2 compatjquast2013-09-221-2/+5
|
* exception fixes for py2.5<->3.2 compatjquast2013-09-221-1/+2
|
* serious attack at newline issuejquast2013-09-221-2/+2
| | | | also subprocess.check_output is not py2.5 compatible; use Popen directly
* serious attack at newline issuejquast2013-09-221-12/+33
|
* exception fixes for py2.5<->3.2 compatjquast2013-09-221-2/+4
|
* unicode fix, exception fixes for py3jquast2013-09-221-18/+24
|