summaryrefslogtreecommitdiff
path: root/Lib/test/test_print.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-32685: Improve suggestion for print statement (GH-5375)Nitish Chandra2018-01-281-0/+17
* bpo-32028: Fix suggestions for indented print statements (GH-4688)Sanyam Khurana2018-01-201-0/+9
* bpo-30721: Add missing '?' to new error message (GH-3131)Sanyam Khurana2017-08-181-2/+2
* bpo-30721: Show correct syntax hint in Py3 when using Py2 redirection syntax ...Sanyam Khurana2017-08-181-0/+33
* bpo-30597: Show expected input in custom 'print' error message. (#2009)Sanyam Khurana2017-06-201-0/+28
* #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/+1
|\
| * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
* | Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-141-1/+0
|/
* #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