10 Commits (2dabaf63cf165dce61edbd51edfa5510348371bf)

Author SHA1 Message Date
Georg Brandl bc3b682923 Closes #13761: add a "flush" keyword argument to print(). 15 years ago
Ezio Melotti 13925008dc #11565: Fix several typos. Patch by Piotr Kasprzyk. 16 years ago
Georg Brandl 1b37e8728c Merged revisions 78093 via svnmerge from 17 years ago
Benjamin Peterson ee8712cda4 #2621 rename test.test_support to test.support 18 years ago
Christian Heimes 02781dc754 Merged revisions 61672,61674,61676-61678,61681,61683-61684 via svnmerge from 19 years ago
Eric Smith 87824086fa Add __future__ import for print_function. It's a no-op in 3.0, but it needs to not be a syntax error. 19 years ago
Christian Heimes d5e2b6f3bc Merged revisions 61538-61540,61556,61559-61560,61563,61565,61571,61575-61576,61580-61582,61586,61591,61593,61595,61605-61606,61613-61616,61618,61621-61623,61625,61627,61631-61634 via svnmerge from 19 years ago
Eric Smith 01a3e2bc27 Blocked 61577, implementation of print function. 19 years ago
Eric Smith 799c300455 Added test_print.py. I want to have a test suite when the print function is backported to 2.6 as a future import. 19 years ago