| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused imports in test modules. | Georg Brandl | 2010-02-07 | 1 | -1/+0 |
|
|
* | use assert[Not]IsInstance where appropriate | Ezio Melotti | 2010-01-24 | 1 | -3/+3 |
|
|
* | when print() gets unicode arguments, sep and end should be unicode by default... | Benjamin Peterson | 2009-07-02 | 1 | -6/+29 |
|
|
* | Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,... | Christian Heimes | 2008-03-26 | 1 | -2/+2 |
|
|
* | Comment how 'from __future__ import print_function' operates in 3.0. | Eric Smith | 2008-03-20 | 1 | -0/+2 |
|
|
* | Use test.test_support.captured_stdout instead of a custom contextmanager. | Eric Smith | 2008-03-19 | 1 | -13/+1 |
|
|
* | Backport of the print function, using a __future__ import. | Eric Smith | 2008-03-18 | 1 | -0/+129 |
|
|