summaryrefslogtreecommitdiff
path: root/Lib/test/test_print.py
Commit message (Expand)AuthorAgeFilesLines
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
* Remove unused imports in test modules.Georg Brandl2010-02-071-1/+0
* use assert[Not]IsInstance where appropriateEzio Melotti2010-01-241-3/+3
* when print() gets unicode arguments, sep and end should be unicode by default...Benjamin Peterson2009-07-021-6/+29
* Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,...Christian Heimes2008-03-261-2/+2
* Comment how 'from __future__ import print_function' operates in 3.0.Eric Smith2008-03-201-0/+2
* Use test.test_support.captured_stdout instead of a custom contextmanager.Eric Smith2008-03-191-13/+1
* Backport of the print function, using a __future__ import.Eric Smith2008-03-181-0/+129