Commit Graph

13 Commits (4975f2db6bb98505ce852fef5d9e0d9d38f2cd7e)

Author SHA1 Message Date
Thomas Kluyver 6be254fbba Add unicode_std_stream function to write UTF-8 to stdout/stderr
12 years ago
Thomas Kluyver f65b3a1495 Use StringIO.StringIO on Python 2.
12 years ago
Thomas Kluyver 51040fb768 Update imports for Python 3
12 years ago
Thomas Kluyver d3a063cc27 Remove most uses of ParametricTestCase
13 years ago
Thomas Kluyver 679458f3b9 Fix test import
13 years ago
Bradley M. Froehle cfc86faefb s/nt.assert_equals/nt.assert_equal/
14 years ago
Matthias BUSSONNIER 011403a14f use print function in module with `print >>`
14 years ago
MinRK 07f0eca24f move capture_output util from parallel tests to utils.io
14 years ago
Matthias BUSSONNIER 38cd955d8d update copyright to 2011/20xx-2011
14 years ago
Thomas Kluyver c61d455a77 Various fixes to tests in IPython.utils.
14 years ago
MinRK 88236a7ab8 always use StringIO, never cStringIO
15 years ago
MinRK 0de0a0d4ab io.Term.cin/out/err replaced by io.stdin/out/err
15 years ago
Brian Granger e24997b0ba Work to address the review comments on Fernando's branch.
16 years ago