summaryrefslogtreecommitdiff
path: root/Lib/test/test_print.py
Commit message (Expand)AuthorAgeFilesLines
* #17365: Remove Python 2 code from test_printAndrew Svetlov2013-04-041-43/+31
* Closes #13761: add a "flush" keyword argument to print().Georg Brandl2012-01-131-0/+26
* #11565: Merge with 3.1.Ezio Melotti2011-03-161-1/+0
|\
| * Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-141-1/+0
* | #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
|/
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-3/+3
* Merged revisions 61672,61674,61676-61678,61681,61683-61684 via svnmerge fromChristian Heimes2008-03-211-0/+2
* Add __future__ import for print_function. It's a no-op in 3.0, but it needs ...Eric Smith2008-03-201-0/+7
* Merged revisions 61538-61540,61556,61559-61560,61563,61565,61571,61575-61576,...Christian Heimes2008-03-191-13/+1
* Blocked 61577, implementation of print function.Eric Smith2008-03-181-5/+25
* Added test_print.py. I want to have a test suite when the print function is ...Eric Smith2008-03-181-0/+102