| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix another possible test failuremac-test-readlines | Thomas Kluyver | 2013-10-09 | 1 | -0/+1 |
| | | |||||
| * | Add runu function (unicode interface to run()) | Thomas Kluyver | 2013-10-02 | 1 | -11/+42 |
| | | |||||
| * | Don't use six for tests | Thomas Kluyver | 2013-09-23 | 1 | -2/+1 |
| | | |||||
| * | serious attack at newline issue | jquast | 2013-09-22 | 1 | -2/+2 |
| | | | | | also subprocess.check_output is not py2.5 compatible; use Popen directly | ||||
| * | py2.5 compatibilities w/six.py | jquast | 2013-09-22 | 1 | -2/+4 |
| | | | | | | | | | | | -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 fixes to tests | Thomas Kluyver | 2013-09-18 | 1 | -6/+5 |
| | | |||||
| * | Moved everything up one directory level. | Noah Spurrier | 2012-10-26 | 1 | -0/+61 |
