| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Solaris support, tested on SmartOS from cron(1). | Jeff Quast | 2014-06-08 | 1 | -7/+7 |
| | | |||||
| * | Skip performance tests on PyPy | Thomas Kluyver | 2014-06-01 | 1 | -0/+3 |
| | | |||||
| * | Fix imports in tests for Python 3 | Thomas Kluyver | 2014-06-01 | 1 | -1/+1 |
| | | | | | Closes gh-59 | ||||
| * | Longer search window for performance tests. | Thomas Kluyver | 2013-10-14 | 1 | -2/+2 |
| | | | | | len("100000\r\n>>> ") > 10 | ||||
| * | Fix tests in test_performancedesix | Thomas Kluyver | 2013-09-23 | 1 | -11/+23 |
| | | |||||
| * | Don't use six for tests | Thomas Kluyver | 2013-09-23 | 1 | -31/+29 |
| | | |||||
| * | py2.5 compatibilities w/six.py | jquast | 2013-09-22 | 1 | -34/+29 |
| | | | | | | | | | | | -except Exception as e: +except Exception, err: the unfortunate use of six.b('') instead of b'' print(arg0, arg1) => six.print_(arg0, arg1) some autopep8 -i is definitely called for, some of these test cases are darn unreadable, but did partially pep8 some of the really-long-over-80col-lines. | ||||
| * | more py25 compatibility | jquast | 2013-09-22 | 1 | -1/+1 |
| | | | | | not even sure if pexpect can get as far back as python2.5, but its worth a shot. | ||||
| * | More fixes to tests | Thomas Kluyver | 2013-09-18 | 1 | -28/+36 |
| | | |||||
| * | Moved everything up one directory level. | Noah Spurrier | 2012-10-26 | 1 | -0/+91 |
